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,264 public repositories matching this topic...
Filippo, as we discussed as GothamGo, using mkcert as an infrastructure CA to secure internal service-to-service http calls is probably a use case falls within the mission of mkcert. The readme provides enough detail on how to do this manually, but it warns against "production" use. Please clarify that this use case is not discouraged. Thanks.
Description
It's very useful to display Toc for a very long readme file, please consider it!!
Environment (if bug)
- Octotree version:
- Browser & version:
- OS & version:
- Screenshot, if any (drag an image here)
- Console error log below this line
Here is the code snippet:
nightmare
.on('console', (log, msg) => {
console.log(msg)
})
.on('error', (err) => {
console.log(err)
})
.goto(url)
.inject('js', 'jquery.min.js')
.wait('#btnSearchClubs')
.click('#btnSearchClubs')
.wait(5000)
.evaluate(function () {
const pageAnchor = Array.from(document.querySelectorAll(
-
Updated
Feb 19, 2020 - TypeScript
-
Updated
Feb 20, 2020 - HTML
Page Affected: https://developers.google.com/web/updates/2020/01/devtools
What needs to be done?
Call (Ctrl+P) Print dialog and save page as PDF
Actually:
Call (Ctrl+P) Print dialog. Dialog somehow closes himself and deny access to print page at all.
User agents:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36 OP
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
Hi!
For me it's a bit hard to understand how to read the requests log and I can't find any documentation about it.
If the request is allowed by the dynamic filtering then the row's background is green. It seems to be red when the request is blocked by static or dynamic filtering. But what does the gray background mean? Or even better, the white one? I could guess that the white one is noop, but
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Feb 18, 2020 - HTML
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
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
-
Updated
Feb 20, 2020 - Go
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
-
Updated
Feb 20, 2020 - TypeScript
UX for sharing
When a doc is added to the repo we need the user to tag it but also share it with groups easily.
The UI for this is somewhat complex and needs to be done right and some thought given to it.
I've thought that maybe we can match the tags of the document, to the tags of the group, and then suggest the groups based on the intersection of the tags.
Describe the bug
When clicking the X in the upper-right corner of the network switching overlay, MetaMask unexpectedly switches networks to Ropsten.
To Reproduce
Steps to reproduce the behavior:
- Install, open, and log in to MetaMask.
- Connect to a network other than Ropsten.
- Click on the network selector.
- Scroll down to "Localhost 8545" or any other custom RPC which
-
Updated
Feb 20, 2020 - JavaScript
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
-
Updated
Feb 18, 2020 - HTML
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Feb 20, 2020 - Java
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-puppeteeCreated by Google
Released September 2, 2008
- Organization
- googlechrome
- Website
- www.google.com/chrome
Is there a way to hide the icon of a
BrowserWindowon Windows?Expected:

Actual:
<img width="68" alt="Screen Shot 2020-02-08 at 11 27 35 AM" src="https://user-images.githubusercontent.com/438516/74090907-194fc800-4a