toofar
toofar
Okay, so keepass has a browser extension, I see. Oh it looks like it does just intercept JS events! https://github.com/keepassxreboot/keepassxc-browser/blob/0934446d9d375488f166d008188af5bb52af9948/keepassxc-browser/content/passkeys.js#L149 That's interesting, I thought it would require more privileged access....
Some things to try: * turn javascript off and see if it starts working * check if you had any redirectors registered (eg www.reddit.com -> old.reddit.com) which might be having...
:heavy_check_mark: cool, I'm okay with that approach. I think this is a safe use of `--extra-index-url` since the riverbank pypi is a pretty tightly controlled repo, and I think they...
> Regarding the failure on windows Had another crack at this today but didn't get anywhere: * I don't think it's user impacting, it seems there is some situation where...
That's very strange. Had a look at recent commits to QTimer and QLocalSocket and nothing jumped out at me. I had a thought that maybe it could be due to...
Ohh, good spotting! So on Windows the timers are backed by some Windows API and somehow the Windows things aren't cleared when the Qt ones are and then a new...
I pushed some more stuff to your branch! So the current set of stuff [on there](https://github.com/qutebrowser/qutebrowser/compare/feat/pyqt67_enablement...windows-ipc-debugging-compiler) is: * incrementing socket IDs in the IPC server * ignore early timer firing...
Is this with wayland or X11? Do you have `QSG_RHI_BACKEND` set to anything in your environment? Can you try with `qutebrowser --temp-basedir -s qt.force_software_rendering software-opengl`? Not sure what's going on...
You can manipulate the files in flight in qutescheme as well. Inspried by greasemonky scripts that hook `fetch()` so they can inject code into workers like this. ```patch diff --git...
The last two issues with PDF.js have resulted in JS error logs. It looks like [these tests](https://github.com/qutebrowser/qutebrowser/blob/37d3f30/tests/end2end/features/qutescheme.feature#L171) would have caught that but it looks like they are skipped in CI....