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,353 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
djy0
djy0 commented Nov 19, 2018

Description

Open this page https://github.com/facebook/react/commit/5bce0ef10ab28c87e57dd96dbe1d8470f8d68569?diff=split and open octotree sidebar, you can see a horizontal scrollbar appear at the bottom

Environment (if bug)

  • Octotree version: 2.5.1

  • Browser & version: chrome 70

  • OS & version: windows 10

  • Screenshot, if any (drag an image here)

  • Console error log below

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(
SpaceWarf
SpaceWarf commented Mar 4, 2020

I ran into an issue with the SketchPicker where whenever I try to select a color near the bottom edge of the picker, the selection is not representative of where the mouse click event occured. This sounds similar to issues #683 and #684, but it's not quite the same thing because the color doesn't revert to its previous state; it seems more random than a simple revert.

I have created a minimal r

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

pedrouid
pedrouid commented May 23, 2019

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:

  1. Go to Send Transaction view
  2. Click on QR Code scanner
  3. Position QR Code in front of Webcam
  4. QR Code scanner closes
xcffl
xcffl commented Feb 8, 2019

当前阅读模式似乎只会提取标题、正文和描述字段,而实际上作者和发布时间对于文章来说也是蛮重要的信息。但简阅没有相关字段可以填入匹配规则。希望可以添加相关字段。
如 Firefox 的阅读模式等都会提取作者和发布时间,如 Mozilla 维护的 Readibility.js
会匹配:

    // property is a space-separated list of values
    var propertyPattern = /\s*(dc|dcterm|og|twitter)\s*:\s*(author|creator|description|title|site_name)\s*/gi;

    // name 
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

franxois
franxois commented Jan 31, 2020

🐛 Bug Report

When I try to run create-react-app samples, it doesn't work

To Reproduce

cd /tmp
git clone git@github.com:smooth-code/jest-puppeteer.git
cd jest-puppeteer/examples/create-react-app
npm i
npm run test:integration

It outputs

Created by Google

Released September 2, 2008

Organization
googlechrome
Website
www.google.com/chrome

Related Topics

browser chrome-extension chromium edge firefox opera safari
You can’t perform that action at this time.