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,224 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.

octotree
IMOKURI
IMOKURI commented May 15, 2019

Description

Submodule link does not work for GitHub Enterprise.

Environment (if bug)

  • Octotree version: 1.0.7
  • Browser & version: Chrome 74.0.3729.157
  • OS & version: Windows 10 1709
  • Screenshot, if any (drag an image here)

sub-repo

  • Console error log below this line
ghe
mfulton26
mfulton26 commented Oct 22, 2019

Page Affected: https://developers.google.com/web/tools/chrome-devtools/storage/cookies

What needs to be done?

The document currently entitled "View, Edit, And Delete Cookies With Chrome DevTools" seems to be the main "cookies management" document but it makes not mention of the ability to add new cookies too. If such were added this would be more complete.

Suggestions:

  • Rename
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

jlvdh
jlvdh commented Nov 27, 2018

What is the current behavior?

Crawling a website that uses # (hashes) for url navigation does not crawl the pages that use #

The urls using # are not followed.

If the current behavior is a bug, please provide the steps to reproduce

Try crawling a website like mykita.com/en/

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

Though hashes are not ment to chan

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
obiot
obiot commented Aug 13, 2019

OS platform / Browser

Linux Kubuntu / Chrome & Firefox

melonJS version

7.x (since 7.0 melonJS will default to the WebGL renderer, as opposed to the canvas one in the past)

Bug description

On some linux configuration, WebGL context will fail and fallback to canvas

Steps to reproduce the bug

launch any game on Linux

Console log Extract

Error cre
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.