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,264 public repositories matching this topic...

electron
mkcert
sedalu
sedalu commented Apr 13, 2019

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.

ashwin-yardi-10
ashwin-yardi-10 commented Sep 29, 2018

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(
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

sander85
sander85 commented Mar 27, 2015

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

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

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
burtonator
burtonator commented Feb 17, 2020

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.

wbt
wbt commented Aug 5, 2019

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:

  1. Install, open, and log in to MetaMask.
  2. Connect to a network other than Ropsten.
  3. Click on the network selector.
  4. Scroll down to "Localhost 8545" or any other custom RPC which
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

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.