qutebrowser / qutebrowser

A keyboard-driven, vim-like browser based on Python and Qt.
https://www.qutebrowser.org/
GNU General Public License v3.0
9.61k stars 1k forks source link

Interesting changes in Qt 6.7 #7743

Open The-Compiler opened 1 year ago

The-Compiler commented 1 year ago

Interesting changes which didn't make it into 6.6 (#7646):

The-Compiler commented 1 year ago

Support FIDO2 user verification (I6367791e) · Gerrit Code Review

The-Compiler commented 1 year ago

Improve DNS-over-HTTPS configuration logic (Ie332166f) · Gerrit Code Review

The-Compiler commented 1 year ago

WIP: Add API to override User Agent Client Hints (I3091d60f) · Gerrit Code Review

The-Compiler commented 1 year ago

Add ResourceRequestBody to QWebEngineUrlRequestJob (I0a31dfdb) · Gerrit Code Review

The-Compiler commented 1 year ago

SQL/SQLite: add case folding for non-ascii characters (Ib62fedf7) · Gerrit Code Review

The-Compiler commented 1 year ago

Add clearHttpCacheCompleted signal for profile (If93a99f7) · Gerrit Code Review

The-Compiler commented 1 year ago

Add QWebEngineSettings::AutoDarkModeEnabled (I4b3512dc) · Gerrit Code Review

(yes, I'm pretty sure that'd mean toggling dark mode without restart, and most likely per-domain dark mode toggling)

:heavy_check_mark: done here: https://github.com/qutebrowser/qutebrowser/pull/8182

The-Compiler commented 1 year ago

WIP: ChromeDriver v3 (Ib8a40e1f) · Gerrit Code Review

The-Compiler commented 1 year ago

Add initial internal version page (I0271ce6e) · Gerrit Code Review

The-Compiler commented 1 year ago

Add setting method to set image animation policy (I8b3ab606) · Gerrit Code Review

Note we can expose this as an option needing a restart with earlier Qt versions:

python3 -m qutebrowser --temp-basedir --qt-flag blink-settings=imageAnimationPolicy=1 https://giphy.com/categories

where (with both Qt 5 and Qt 6), 0 is the default (kImageAnimationPolicyAllowed), 1 animates once (kImageAnimationPolicyAnimateOnce) and 2 disables animations (kImageAnimationPolicyNoAnimation).

The-Compiler commented 1 year ago

Draft schedule:

The-Compiler commented 9 months ago

Add setting for Js touch events API (Ica860f54) · Gerrit Code Review

(see #7814)

The-Compiler commented 9 months ago

Add WebEngineDriver (Ib8a40e1f) · Gerrit Code Review

toofar commented 8 months ago

The developer tools have changed their styling, that's interesting!

image