summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-10-24 14:39:49 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-10-24 14:39:58 +0200
commitcee9e909fbd365ab9a15b84b02b7db17c8a9a57c (patch)
tree00be6712a5e38797862eeb694c3a98d470056f3b
parentc75ee977f32d4f169ef45982522852b2dee075a6 (diff)
downloadqutebrowser-cee9e909fbd365ab9a15b84b02b7db17c8a9a57c.tar.gz
qutebrowser-cee9e909fbd365ab9a15b84b02b7db17c8a9a57c.zip
doc: Group chrome pages
-rw-r--r--doc/contributing.asciidoc45
1 files changed, 28 insertions, 17 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index 9c3b8c664..144117677 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -575,35 +575,46 @@ Chrome URLs
~~~~~~~~~~~
With the QtWebEngine backend, qutebrowser supports several chrome:// urls which
-can be useful for debugging:
+can be useful for debugging.
+
+Info pages:
+
+- chrome://device-log/ (QtWebEngine >= 6.3)
+- chrome://gpu/
+- chrome://sandbox/ (Linux only)
+
+Misc. / Debugging pages:
+
+- chrome://dino/
+- chrome://histograms/
+- chrome://network-errors/
+- chrome://tracing/ (QtWebEngine >= 5.15.3)
+- chrome://ukm/ (QtWebEngine >= 5.15.3)
+- chrome://user-actions/ (QtWebEngine >= 5.15.3)
+- chrome://webrtc-logs/ (QtWebEngine >= 5.15.3)
+
+Internals pages:
- chrome://accessibility/
- chrome://appcache-internals/ (QtWebEngine < 6.4)
-- chrome://attribution-internals (QtWebEngine >= 6.4)
+- chrome://attribution-internals/ (QtWebEngine >= 6.4)
- chrome://blob-internals/
- chrome://conversion-internals/ (QtWebEngine >= 5.15.3 and < 6.4)
-- chrome://crash/ (crashes the current renderer process!)
-- chrome://device-log/ (QtWebEngine >= 6.3)
-- chrome://dino
-- 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://process-internals/
- chrome://quota-internals/
-- chrome://sandbox/ (Linux only)
- chrome://serviceworker-internals/
-- 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)
+
+Crash/hang pages:
+
+- chrome://crash/ (crashes the current renderer process!)
+- chrome://gpuclean/ (crashes the current renderer process!)
+- chrome://gpucrash/ (crashes qutebrowser!)
+- chrome://gpuhang/ (hangs qutebrowser!)
+- chrome://kill/ (kills the current renderer process!)
QtWebEngine internals
~~~~~~~~~~~~~~~~~~~~~