From a1e1e90ec916bcff0bf4fd5500fe80408f860f8b Mon Sep 17 00:00:00 2001 From: MikeinRealLife Date: Sat, 18 Mar 2017 20:05:21 -0700 Subject: [PATCH] Issue #2292 Added a list of chrome urls that work. A couple of with (?) next to them did nothing and didn't hang or kill the browser, so I removed them. They only work in OSX, not windows (opened separate issue for this). --- CONTRIBUTING.asciidoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc index 12d52fee7..350637b3b 100644 --- a/CONTRIBUTING.asciidoc +++ b/CONTRIBUTING.asciidoc @@ -546,6 +546,25 @@ Rebuilding the website If you want to rebuild the website, run `./scripts/asciidoc2html.py --website `. +Chrome URLs +~~~~~~~~~~~ + +Qutebrowser supports several chrome urls. A short list of them can be found here: + +chrome://appcache-internals/ +chrome://blob-internals/ +chrome://gpu/ +chrome://histograms/ +chrome://indexeddb-internals/ +chrome://media-internals/ +chrome://network-errors/ +chrome://serviceworker-internals/ +chrome://webrtc-internals/ +chrome://crash/ +chrome://kill/ +chrome://gpucrash/ +chrome://gpuhang/ + Style conventions -----------------