summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-05-25 15:22:25 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-05-25 15:25:49 +0200
commit2b3a5cc163c537e90e93c1446ce0b0a87288a9aa (patch)
tree6e8d5cac44eab7a126d0557003e5ee7c08670907
parentc3a54534ca635d879a351bb4906a165bc6727281 (diff)
downloadqutebrowser-2b3a5cc163c537e90e93c1446ce0b0a87288a9aa.tar.gz
qutebrowser-2b3a5cc163c537e90e93c1446ce0b0a87288a9aa.zip
doc: Update list of chrome:// URLs
-rw-r--r--doc/contributing.asciidoc24
1 files changed, 16 insertions, 8 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index dc7b331b1..6758542d5 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -567,25 +567,33 @@ Chrome URLs
With the QtWebEngine backend, qutebrowser supports several chrome:// urls which
can be useful for debugging:
+- chrome://accessibility/
- chrome://appcache-internals/
- chrome://blob-internals/
+- chrome://conversion-internals/ (QtWebEngine 5.15.3+)
+- chrome://crash/ (crashes the current renderer process!)
- chrome://gpu/
+- chrome://gpuclean/ (crashes the current renderer process!)
+- chrome://gpucrash/ (crashes qutebrowser!)
+- chrome://gpuhang/ (hangs qutebrowser!)
- chrome://histograms/
- chrome://indexeddb-internals/
+- chrome://kill/ (kills the current renderer process!)
- chrome://media-internals/
+- chrome://net-internals/ (QtWebEngine 5.15.4+)
- chrome://network-errors/
-- chrome://serviceworker-internals/
-- chrome://webrtc-internals/
-- chrome://crash/ (crashes the current renderer process!)
-- chrome://kill/ (kills the current renderer process!)
-- chrome://gpucrash/ (crashes qutebrowser!)
-- chrome://gpuhang/ (hangs qutebrowser!)
-- chrome://gpuclean/ (crashes the current renderer process!)
- chrome://ppapiflashcrash/
- chrome://ppapiflashhang/
+- chrome://process-internals/
- chrome://quota-internals/
-- chrome://taskscheduler-internals/
- chrome://sandbox/ (Linux only)
+- chrome://serviceworker-internals/
+- chrome://taskscheduler-internals/ (removed in QtWebEngine 5.14)
+- chrome://tracing/ (QtWebEngine 5.15.3+)
+- chrome://ukm/ (QtWebEngine 5.15.3+)
+- chrome://user-actions/ (QtWebEngine 5.15.3+)
+- chrome://webrtc-internals/
+- chrome://webrtc-logs/ (QtWebEngine 5.15.3+)
QtWebEngine internals
~~~~~~~~~~~~~~~~~~~~~