summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc30
1 files changed, 19 insertions, 11 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index dc7b331b1..1f87e9163 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -26,9 +26,9 @@ several ways:
(optionally
https://lists.schokokeks.org/mailman/listinfo.cgi/qutebrowser[subscribe]
first).
-* Join the IRC channel irc://irc.freenode.org/#qutebrowser[`#qutebrowser`] on
-https://freenode.net/[Freenode]
-(https://webchat.freenode.net/?channels=#qutebrowser[webchat]).
+* Join the IRC channel link:ircs://irc.libera.chat:6697/#qutebrowser[`#qutebrowser`] on
+https://libera.chat/[Libera Chat] (https://web.libera.chat/#qutebrowser[webchat],
+https://matrix.to/#qutebrowser:libera.chat[via Matrix]).
Finding something to work on
----------------------------
@@ -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
~~~~~~~~~~~~~~~~~~~~~