Skip to content
#

Chrome

chrome logo

Chrome is the most popular web browser worldwide as of mid-2017, made by the tech company Google. It's available for most operating systems including Windows, macOS, and Linux and on multiple platforms such as the desktop, phones, and tablets.

Chrome boasts a minimalistic UI and was the first browser to feature "tabs" above the address bar, a convention that was later implemented in other browsers. Other popular features include things such as Incognito mode, tab sandboxing, and a Web Store with extensions and themes.

Although Chrome is not open source, the majority of the source code is available under the Chromium moniker.

Here are 3,218 public repositories matching this topic...

electron
gerardabello
gerardabello commented Jul 1, 2019

In the documentation for Editable input:

onChange - Function callback. Use this to call the onChange function of the parent. Returns an object where the key is the label and the value is the new value.

It is not clear what will happen if I don't provide a label. In 2.14 the onChange received the value instead of an object if no label was provided. I just upgraded to 2.17 and this behavior

carolstran
carolstran commented Oct 10, 2019

👋 I noticed that there are a couple of instances of words "easily" and "just" in your documentation. Unfortunately, words like this can make people feel frustrated and isolated while reading (myself included, hence the issue) - especially if they are facing issues.

If it's alright with your team, I'd like to take a shot at updating the content to make it more inclusive by removing instance

panthony
panthony commented Apr 3, 2018

What is the current behavior?

The Crawl-Delay is ignored.

What is the expected behavior?

The Crawl-Delay should be honored, it can be retrieved using getCrawlDelay() on the robots parser.

What is the motivation / use case for changing the behavior?

A bot is bound to respect all the directives of the robots.txt

ferret
gyy52380
gyy52380 commented Oct 13, 2019

Describe the bug
When using the cdp driver, during closing of a browser page, this error sometimes appears.

{"level":"warn","time":"x","url":"x","error":"rpcc: the connection is closing","time":"x","message":"failed to close browser page"}
{"level":"error","time":"x","error":": rpcc: the connection is closing: session: detach timed out for session 5C391DF4E758E985AE3CBAA03774E562","t
jkalkhof
jkalkhof commented Oct 1, 2018

OS platform / Browser

Windows 10/Chrome Version 69.0.3497.100 (Official Build) (64-bit)

melonJS version

master branch - 10/1/2018 - melonjs 6.2.0

Bug description

UI example mouse clicks won't work with simulation_rpg example

Steps to reproduce the bug

I have put in a pull request 951 - code which reproduces the problem.
(see examples/isometric_rpg_ui)
https

for-coursera
for-coursera commented Oct 5, 2019

I assume there's no way for a user to rename help sub-section (defined in feature_groups, those like 'Help', 'Mouse Ciick', etc)?

Since a user can re-group menu items, it would be also great to be able to re-group and to add/remove those sub-sections, too :)

FezVrasta
FezVrasta commented Nov 26, 2019

I'd like to use jest-puppeteer pretty much like Jest + JSDOM, I will not test real web pages, but I need the real DOM APIs to test some code.

I would like to have access to window and/or document globally, how can I do?

This is my Jest config:

  "jest": {
    "preset": "jest-puppeteer",
    "testMatch": ["**/src/**/*.test.js"],
    "globalSetup": "jest-environment-puppetee

Created by Google

Released September 2, 2008

Organization
googlechrome
Website
www.google.com/chrome

Related Topics

browser chrome-extension chromium
You can’t perform that action at this time.