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 4,062 public repositories matching this topic...
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Jan 12, 2021 - HTML
-
Updated
Nov 13, 2018 - TypeScript
Trying to record typing into a date field doesn't work for me, it just types on the yyyy section of the date and ends up completely invalid.
What I've had work really well was replacing await page.type(selector, '2020-08-07'); with:
await page.focus(selector);
await page.keyboard.type('20200807');Would it be within scope of the extension to recognize date inputs
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Jan 19, 2021 - HTML
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Jan 18, 2021 - TypeScript
-
Updated
Dec 21, 2020 - HTML
-
Updated
Jan 18, 2021 - 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
Jan 18, 2021 - 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
-
Updated
Jan 7, 2021 - Python
Suggested improvement on the chrome pop-up confirming a transaction:
Currently the pop-up states "Transaction #X" is confirmed. With X being the number of the transaction from that user's ethereum address. Even better if instead of the transaction number, other metadata could be used as the description for the transaction confirmation - such as the dapp or browser the transaction was occuring o
-
Updated
Jan 9, 2021 - JavaScript
-
Updated
Jan 9, 2021 - JavaScript
-
Updated
Jan 17, 2021 - JavaScript
-
Updated
Jan 15, 2021
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Apr 12, 2018 - HTML
Created by Google
Released September 2, 2008
- Organization
- googlechrome
- Website
- www.google.com/chrome
Issue Details
Expected Behavior
An invalid entry to the
JumpListdoes not cause other entries to disappear.Actual Behavior
A single invalid
JumpListentry makes all other entries disappear.To Reproduce