toofar
toofar
**Version info**: 3bd272db5b58 on tree-tabs-integration **Does the bug happen if you start with `--temp-basedir`?**: With `-s tab.tree_tabs true`, yeah. **Description** Tabs moved from a subtree to the end of the...
Seems that a new major version of eslint has landed in the docker container we use for CI. eslint is just used to lint some small JS files, so it...
* Takes a screen capture of the XVFB screen when an e2e test fails * It won't take any if you aren't using xvfb * On local runs it'll put...
Since Qt version 6.7 WebEngine has had a `QWebEnginePage.desktopMediaRequested` signal that is called when you go to share a screen to let applications pick a screen or window to share....
It could be useful to get screenshots of what was displayed in the browser under test in CI. Frontend testing frameworks like nightwatch and cypress has this feature and it...
This PR switches the `scripts/dev/recompile_requirements.py` to use `uv pip compile` to compile the pinned requirements files, instead of the current method of using `pip freeze`. The motivation for this is:...
**Version info**: Hacked up integration branch which includes the tree-tabs-integration branch commit 9bf2bae. **Does the bug happen if you start with `--temp-basedir`?**: Don't know how to reproduce. **Description** My first...
Raising this to see if anyone else would find this tweak helpful or not, quite possibly people prefer it as it is now, or no-one else has got confused by...
This PR disables WebEngine 6.8's permission grant persistence feature in two ways: 1. remove their stored permissions file on startup - if you are on Qt6.8 but PyQt6.7, we don't...
We use Mozilla's PDF.js for rendering PDFs in the browser. They have [two builds](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support), one targeted at the very latest browser versions, one wrapped in polyfills and meant to be...