Florian Bruhin
Florian Bruhin
This is a funny corner case. Technically it's correct: - `` *does* run `:search` (without arguments) to clear any potential search highlights (the default binding is `clear-keychain ;; search ;;...
- [WIP: Add QWebChannel to extensions (651060) · Gerrit Code Review](https://codereview.qt-project.org/c/qt/qtwebengine/+/651060) - [WIP: Add example for extension API binder (654049) · Gerrit Code Review](https://codereview.qt-project.org/c/qt/qtwebengine/+/654049) This seems pretty interesting, I was...
[Add PersistentCookiesPolicy::OnlyPersistentCookies (653782) · Gerrit Code Review](https://codereview.qt-project.org/c/qt/qtwebengine/+/653782)
@worldofgeese It's not, as you can see by the title of this issue. If anything, #8420 would be, as initial support was added in Qt 6.10. I'll probably open a...
- [Add setting to trim accessibility identifiers (651958) · Gerrit Code Review](https://codereview.qt-project.org/c/qt/qtwebengine/+/651958) - [Enable chrome://usb-internals (681902) · Gerrit Code Review](https://codereview.qt-project.org/c/qt/qtwebengine/+/681902) Nothing really interesting for qutebrowser there really, so closing this....
Works fine here. A few questions: - Can you reproduce when directly running `qutebrowser --temp-basedir https://discuss.kde.org/login` without needing to do anything? - Does `qutebrowser --temp-basedir -s qt.force_software_rendering chromium https://discuss.kde.org/login` change...
Do you have some sort of authentication token (Yubikey or somesuch) configured or plugged in? With gdb, after the crash happens you should see a `(gdb)` prompt int he terminal,...
So I take it that you're using KDE Plasma? I tried with a minimal installation on Archlinux and still wasn't able to reproduce a crash... Unfortunately the stacktrace seems to...
Thanks for the detailed analysis, @maximbaz! One thing I'm still left wondering about, though: Why is GPU rasterization disabled by default in Chromium? Some interesting links: - [Software vs. GPU...
> It seems it's only disabled by default on Linux. Maybe it's the same story as with VA-API, where it works for some but not for all. I would hope...