Chrome

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,925 public repositories matching this topic...
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Nov 30, 2020 - HTML
-
Updated
Nov 13, 2018 - TypeScript
The following was generated by headless-recorder
await page.waitForSelector('body > #app > .Connect\(Layout\)-root-1 > .Connect\(Layout\)-content-2 > .Dashboard-container-45')
But since \
already means escape next char in javascript the \
also need escaping:
await page.waitForSelector('body > #app > .Connect\\(Layout\\)-root-1 > .Connect\\(Layout\\)-content-2 > .Dashboard
-
Updated
Dec 1, 2020 - HTML
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Dec 1, 2020 - TypeScript
-
Updated
Nov 25, 2020 - HTML
-
Updated
Oct 20, 2020 - Go
Is your feature request related to a problem? Please describe.
Currently, there are services that secure website from automation tools like ferret. Some of them send 405 in response to the DOCUMENT function call that make a ferret script fail with an error even though a page is available (not the original page, but usually a page with the captcha).
Describe the solution you'd like
It
-
Updated
Nov 30, 2020 - JavaScript
Describe the bug
When exporting annotation with Flashcard, the JSON line is undefined
},
undefined,
{
To Reproduce
Steps to reproduce the behavior:
- Annotate a line of text
- Add a Flashcard with data on back and front
- Export annotation as JSON
- Search "undefined" you should get to that badly exported entry
Expected behavior
Fla
Describe the bug
QR Code Scanner fails to scan input fields on Send Transaction view when scanning QR Code contains an EIP-681 URI
Example URI
ethereum:0x46c69f4424043e720a704330748cf3c593656b9c
To Reproduce
Steps to reproduce the behavior:
- Go to Send Transaction view
- Click on QR Code scanner
- Position QR Code in front of Webcam
- QR Code scanner closes
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 29, 2020 - Python
If the setting.omnibarPosition
is set to bottom
, the omnibar appears at the bottom of the window, and the candidates appears on the top of it. Then when the UP/DOWN key is pressed, the cursor will move DOWN/UP incorrectly.
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 29, 2020
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Apr 12, 2018 - HTML
Created by Google
Released September 2, 2008
- Organization
- googlechrome
- Website
- www.google.com/chrome
In the German translation of
electron/docs/tutorial/quick-start.md
, the commandnode -v
was incorrectly translated asknode -v
.