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,548 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
May 29, 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
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
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
Jun 11, 2020 - JavaScript
-
Updated
Jun 4, 2020 - HTML
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 11, 2020 - TypeScript
-
Updated
Jun 10, 2020 - Go
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
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
The developer of the website I intend to scrape information from is sloppy and has left a lot of broken links.
When I execute an otherwise effective Ferret script on a list of pages, it stops altogether at every 404.
Is there a DOCUMENT_EXISTS or anything that would help the script go on?
Right now when we drag and drop a document into the sidebar, the default preview is a WIDE image which makes it hard to figure out where to drop it in the sidebar.
We should implement a better drag preview.
Sort of like this:
... this can be done via the onDrag event. I tried to
添加作者及发布时间字段
当前阅读模式似乎只会提取标题、正文和描述字段,而实际上作者和发布时间对于文章来说也是蛮重要的信息。但简阅没有相关字段可以填入匹配规则。希望可以添加相关字段。
如 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
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
I'll preface this issue by saying i have only used the Web UI so far. Oh, and what a great project!
I am currently having to brute-force my way through when using the web UI to make my theme, which is an indication of a underlying problem: The lack of intention for each shade and accent
Specifically accent1 has no other description than "syntax", and is not showcased at all in the code pr
I was trying to look up the API for the DebugPanel so I could locate an option to decrease the text size. I'm developing a smaller resolution game and the elements of the panel overlap and are unreadable/unusable at these lower sizes. Upon opening the API and searching/clicking on the DebugPanel link, I'm routed to [http://melonjs.github.io/melonJS/docs/me.DebugPanel.html](http://melonjs.github.io
-
Updated
Apr 12, 2018 - 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.
-
Updated
May 15, 2020 - HTML
🐛 Bug Report
Using jest-dev-server, set a command like:
module.exports = {
command: 'npm run start',
launchTimeout: 1000,
}If the timeout occurs, you get this message:
Server has taken more than 1000ms to start.
The problem here is that jest-dev-server then never sends the proper signals to the processes started by the command, meaning they get
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!
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