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,353 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
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
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
Nov 13, 2018 - TypeScript
-
Updated
Mar 30, 2020 - HTML
Page Affected: https://developers.google.com/web/android/trusted-web-activity/integration-guide#add-splash-markup
What needs to be done?
The meta-data for Android Manifest should include the recently added Dark Theme tags for the status and nav bar:
<meta-data
android:name="android.support.customtabs.trusted.STATUS_BAR_COLOR"
android:res
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
This addon supports "Acceptable Ads" and is a fork of uBlock Origin which doesn't. It seems that their manifesto was carried over from their git repository when forking:
https://github.com/uBlock-LLC/uBlock/blob/90ac9d52b987aafecd2cf44a67f8a2eadd712d20/MANIFESTO.md
I have a proposal for fixing it, let me know what you think
This is uBlock's manifesto
- The **user doesn't de
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Mar 9, 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?
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
-
Updated
Mar 27, 2020 - Go
-
Updated
Apr 4, 2020 - TypeScript
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
Apr 5, 2020 - JavaScript
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
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:
- Go to Send Transaction view
- Click on QR Code scanner
- Position QR Code in front of Webcam
- QR Code scanner closes
添加作者及发布时间字段
当前阅读模式似乎只会提取标题、正文和描述字段,而实际上作者和发布时间对于文章来说也是蛮重要的信息。但简阅没有相关字段可以填入匹配规则。希望可以添加相关字段。
如 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
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
Apr 12, 2018 - HTML
-
Updated
Apr 5, 2020 - HTML
When calling hints, Surfingkeys automatically follows a link if there's the only one on a page. There should be an option to prevent this behavior if it's undesirable.
Hello, thanks for sharing this project.
Do you have a document that describes the structure of the code in this project? I can not find any on the internet or on this page https://www.chromium.org
Thank you!
🐛 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:integrationIt outputs
-
Updated
Apr 2, 2020 - JavaScript
Created 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