summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-10-24 14:34:31 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-10-24 14:39:58 +0200
commitc75ee977f32d4f169ef45982522852b2dee075a6 (patch)
tree0c64d8a6ba67199a5492046648b31a3084e15f71
parent0f0853d77b48974daa08ba6a9d46f70a04adab57 (diff)
downloadqutebrowser-c75ee977f32d4f169ef45982522852b2dee075a6.tar.gz
qutebrowser-c75ee977f32d4f169ef45982522852b2dee075a6.zip
doc: Update chrome:// URLs
-rw-r--r--doc/contributing.asciidoc20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index 0be2655c5..9c3b8c664 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -578,10 +578,13 @@ With the QtWebEngine backend, qutebrowser supports several chrome:// urls which
can be useful for debugging:
- chrome://accessibility/
-- chrome://appcache-internals/
+- chrome://appcache-internals/ (QtWebEngine < 6.4)
+- chrome://attribution-internals (QtWebEngine >= 6.4)
- chrome://blob-internals/
-- chrome://conversion-internals/ (QtWebEngine 5.15.3+)
+- 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!)
@@ -590,20 +593,17 @@ can be useful for debugging:
- chrome://indexeddb-internals/
- chrome://kill/ (kills the current renderer process!)
- chrome://media-internals/
-- chrome://net-internals/ (QtWebEngine 5.15.4+)
+- chrome://net-internals/ (QtWebEngine >= 5.15.4)
- chrome://network-errors/
-- chrome://ppapiflashcrash/
-- chrome://ppapiflashhang/
- chrome://process-internals/
- chrome://quota-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://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+)
+- chrome://webrtc-logs/ (QtWebEngine >= 5.15.3)
QtWebEngine internals
~~~~~~~~~~~~~~~~~~~~~