summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-29tests: Replace class-level pytestmark by decoratorsFlorian Bruhin
2022-11-29Update changelogFlorian Bruhin
2022-11-29Add a quirk for Array.atFlorian Bruhin
Trivial to polyfill, needed by various pages in the wild, and only natively available with Qt 6.2. Closes #7501 Also see #7237 and 726d5e614b1f80c339084eba7d1c240bf467fa9b
2022-11-28Merge remote-tracking branch 'origin/pr/7479'Florian Bruhin
2022-11-28Merge pull request #7499 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-11-28scripts: Add trove-classifiers changelog URLFlorian Bruhin
2022-11-28requirements: Drop flake8-copyright for nowFlorian Bruhin
See #7499, #7104 and https://github.com/savoirfairelinux/flake8-copyright/issues/19
2022-11-28Update dependenciesqutebrowser bot
2022-11-24tests: Fix downloads.feature flakinessFlorian Bruhin
The "Answering a question for a cancelled download" test was flaky, due to the preceding PDF.js test sometimes not waiting properly for its download to finish: "I wait until the download is finished" waited for the initial PDF download above (which causes PDF.js to open), but not for the real download after clicking the save button. See #5390 TODO: Cherry-pick to master?
2022-11-24tests: Ignore new QtWebEngine 6.4 messageFlorian Bruhin
See #7314
2022-11-24Update Chromium version informationFlorian Bruhin
See #7314
2022-11-24Make skipping broken PDF.js work properlyFlorian Bruhin
Fixup for c7ea2f705f22cfb677ef1b32ce3ec7101cede137 See #7135
2022-11-24Update Qt doc links to Qt 6Florian Bruhin
2022-11-24Add WebSocket resource type for Qt 6.4Florian Bruhin
See #7314
2022-11-24tox/ci: Add PyQt 6.4Florian Bruhin
2022-11-21Merge pull request #7487 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-11-21Update dependenciesqutebrowser bot
2022-11-20bleeding requirements: Switch back to pytest-instafail masterFlorian Bruhin
2022-11-20Fixup dockerfile template for qt6 configurationstoofar
The merge resolution I did in 2d6646619449 was a bit hasty. Hopefully all supported configurations should work now.
2022-11-20Merge branch 'master' into qt6-v2toofar
Just a few conflicts around CI and dependencies.
2022-11-19Update changelogFlorian Bruhin
2022-11-19dictcli: Switch from master to mainFlorian Bruhin
Fixes #7481
2022-11-19Fix typosKian-Meng Ang
Found via `codespell -S *.js -L technik,gir,nam,ans,wih,wil,ro,nowe,te,datas,qutie,ned,fo,clude,alph,crashers,nd,wasn,cros,ue,possition` Co-authored-by: Marcel Schilling <marcel.schilling@uni-luebeck.de>
2022-11-16ci: Fix docker build and add sanity checkFlorian Bruhin
2022-11-16ci: Keep QtWebKit on live support a bit longerFlorian Bruhin
See #7478, #4039
2022-11-16Revert "ci: Drop QtWebKit"Florian Bruhin
This reverts commit 00ee3fad34cdabdab3e3b631191bafa0e5199e9f.
2022-11-16Update changelog URLFlorian Bruhin
2022-11-15Merge pull request #7478 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-11-14ci: Drop QtWebKitFlorian Bruhin
See #7478, #4039
2022-11-14Adjust ignores/settings after mypy upgradeFlorian Bruhin
See #7478, #7098
2022-11-14Update dependenciesqutebrowser bot
2022-11-08tests: Use snake-case wait_untilFlorian Bruhin
2022-11-08pylint: Remove now-unneeded suppressionsFlorian Bruhin
The recent pytest 7.2 upgrade leads pylint to complain: ************* Module unit.browser.test_qutescheme tests/unit/browser/test_qutescheme.py:26:0: I0021: Useless suppression of 'no-name-in-module' (useless-suppression) tests/unit/browser/test_qutescheme.py:226:0: I0021: Useless suppression of 'no-member' (useless-suppression) ************* Module helpers.fixtures tests/helpers/fixtures.py:39:0: I0021: Useless suppression of 'no-name-in-module' (useless-suppression) tests/helpers/fixtures.py:639:0: I0021: Useless suppression of 'no-member' (useless-suppression) possibly due to it not being able to infer 'py' anymore with the weird shenanigans pytest does now? Also, what weird glitch in the matrix is it that those just happen to be on lines [2]26 and [6]39 for *both* files? 🤯
2022-11-08tests: Try to fix Windows flakiness in userscript runner testFlorian Bruhin
2022-11-08Remove pytest-bdd deprecation ignoreFlorian Bruhin
2022-11-08Merge remote-tracking branch 'origin/update-dependencies'Florian Bruhin
2022-11-08Skip problematic QtWebKit tests with OpenSSL 3Florian Bruhin
See https://github.com/cherrypy/cheroot/issues/517 and #7467
2022-11-07remove glob2 from changelog urlstoofar
Got dropped from pytest-bdd: https://github.com/pytest-dev/pytest-bdd/pull/570
2022-11-07Update dependenciesqutebrowser bot
2022-11-04Merge pull request #7464 from ↵Florian Bruhin
qutebrowser/dependabot/github_actions/peter-evans/create-pull-request-4 build(deps): bump peter-evans/create-pull-request from 3 to 4
2022-11-04build(deps): bump peter-evans/create-pull-request from 3 to 4dependabot[bot]
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04Retry dependabot for GitHub ActionsFlorian Bruhin
See 78709ce2b9537f710f24edba15243aef1d732891 and fa5e04fdaf8af9230c4cd9c386c5d8e0307655ca Hoping this will work better nowadays? Tenatively closes #7299
2022-11-03Merge pull request #7459 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-11-03Revert to recompile_requirements.py with set-outputFlorian Bruhin
Newlines don't work anymore, see #7459 Partially reverts 0ff0eaa, see #7439
2022-11-03Update dependenciesqutebrowser bot
2022-11-03ci: Get rid of set-outputFlorian Bruhin
Fixes #7439
2022-11-03Merge pull request #7455 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-10-31Adjust warnings and changelog URLs for new pytestFlorian Bruhin
2022-10-31Update dependenciesqutebrowser bot
2022-10-29explicitly exclude pyright config from manifesttoofar