qutebrowser bot
67d8e012a3
Release v3.5.0
2025-04-12 21:28:50 +00:00
Florian Bruhin
dea1de5dab
Update changelog
2025-04-12 21:33:19 +02:00
Florian Bruhin
9aa53ea205
tests: Wait for tab-close being run properly
...
Leaks into the next test otherwise, making it flaky.
2025-04-12 21:28:30 +02:00
Florian Bruhin
7bc6c33bb5
Reapply "tests: Try to stabilize test_auto_leave_insert_mode"
...
This reverts commit 1d2faf2fa2 .
This seems to be correct, the issue is the previous test not waiting until it's
finished properly.
2025-04-12 21:25:11 +02:00
Florian Bruhin
9e0f7ccc51
tests: Make sure we don't leave stale download managers behind
...
Speculative fix for test_early_timeout_handler in
tests/unit/utils/usertypes/test_timer.py failing:
> assert len(caplog.messages) == 1
E AssertionError: assert 5 == 1
due to:
------------------------------ Captured log call -------------------------------
WARNING misc:usertypes.py:467 Timer download-update (id 620757000) triggered too early: interval 500 but only -609.805s passed
WARNING misc:usertypes.py:467 Timer download-update (id 922746881) triggered too early: interval 500 but only -609.429s passed
WARNING misc:usertypes.py:467 Timer download-update (id 1056964613) triggered too early: interval 500 but only -609.537s passed
WARNING misc:usertypes.py:467 Timer download-update (id 1912602631) triggered too early: interval 500 but only -609.671s passed
WARNING misc:usertypes.py:467 Timer t (id -1) triggered too early: interval 3 but only 0.001s passed
2025-04-12 21:16:30 +02:00
Florian Bruhin
1d2faf2fa2
Revert "tests: Try to stabilize test_auto_leave_insert_mode"
...
This reverts commit f6f2a1252b .
Does more harm than good, for reasons I don't entirely understand yet.
2025-04-11 19:45:41 +02:00
Florian Bruhin
f6f2a1252b
tests: Try to stabilize test_auto_leave_insert_mode
...
We sometimes tried to use hints before the page was fully rendered (?), thus
causing no elements to be found.
It also doesn't make much sense to test leaving insert mode if we aren't in
insert mode yet, so make sure we entered it first.
See #5390
2025-04-11 17:28:31 +02:00
Florian Bruhin
86c89e00c5
Qt 6.9: Skip more qutescheme tests
...
If the renderer process crash happens, rerunning
doesn't seem to fix anything, even if the page is
opened in a new tab.
See #8536
2025-04-11 17:18:51 +02:00
Florian Bruhin
4f4ad4147a
Revert "tests: Try to combat Qt 6.9 flakiness more"
...
This reverts commit 7204168684 .
Doesn't actually help on CI...
2025-04-11 17:18:32 +02:00
Florian Bruhin
13b87e5968
ci: Avoid Python 3.14 Alpha 7
...
See https://www.riverbankcomputing.com/pipermail/pyqt/2025-April/046210.html and #8529
2025-04-11 17:18:06 +02:00
Florian Bruhin
7204168684
tests: Try to combat Qt 6.9 flakiness more
...
See #8536
2025-04-11 16:00:45 +02:00
Florian Bruhin
3dc212a815
userscripts: Avoid tldextract warning
2025-04-11 15:41:59 +02:00
Florian Bruhin
351fef8c1e
Update comment
2025-04-10 15:52:50 +02:00
Florian Bruhin
4053249229
tests: Fix deprecated usage
2025-04-08 21:11:43 +02:00
Florian Bruhin
8b820f015b
ci/tox/requirements: Update for Qt 6.9
2025-04-08 21:09:32 +02:00
Florian Bruhin
afeb1ebbaa
tests: Fix TestYamlMigrations.test_user_agent
2025-04-08 20:50:13 +02:00
Florian Bruhin
6b5ebe7187
Add a test for js_async crash
...
Follow-up to c32f5afcc4
See #3895 and #8400 .
2025-04-08 20:47:54 +02:00
Florian Bruhin
c073a30afe
Update changelog
2025-04-08 20:38:50 +02:00
Florian Bruhin
b16551548f
Remove QtWebEngine/... from default UA
...
Good old https://webaim.org/blog/user-agent-string-history/ strikes yet again.
Let's just masquerade as Chromium instead of the constant pointless fight.
2025-04-08 20:28:15 +02:00
Florian Bruhin
961a9390da
Remove the ua-slack site specific quirk
...
Closes #8510
2025-04-08 20:19:34 +02:00
Florian Bruhin
b5a399831b
tests: Disable MAP_DISCARD workaround for fixed Qt versions
2025-04-08 19:42:16 +02:00
Florian Bruhin
bbdf9faf5e
Qt 6.9: Mark one more test as flaky
2025-04-08 14:37:51 +02:00
Florian Bruhin
d9d8701696
Fix flake8
2025-04-08 14:36:34 +02:00
Florian Bruhin
3280c8dacc
tests: Avoid CI issues with qutescheme and Qt 6.9
...
see #8536
2025-04-08 14:03:26 +02:00
Florian Bruhin
54b6c92713
Python 3.14: Skip newly added stdlib file test
...
See #8529
2025-04-08 12:35:51 +02:00
Florian Bruhin
de3fa06eff
Fix lint
...
mccabe complexity too high, but despite a lot of 'if' the function is quite linear.
2025-04-08 10:42:42 +02:00
Florian Bruhin
ef2ceccd29
Qt 6.9: Work around QtWebEngine not handling <permission> element
...
See #8539
2025-04-07 21:58:45 +02:00
Florian Bruhin
21b2d63f4d
doc: Remove dead matrix bridge link
2025-04-06 14:35:58 +02:00
toofar
c32f5afcc4
Fix crash when JS is run async on deleted tabs
...
My reproducer is this:
* open the browser with the auto insert mode JS primed, and two tabs:
`python3 -m qutebrowser -T -s input.insert_mode.auto_load true about:blank?1 about:blank?2`
* close the second tab: `d`
* re-open the closed tab then close it again real quick: `u` then `d`
If you have trouble reproducing, try increasing the 65ms delay in
`handle_auto_insert_mode` to be bigger (like 500ms).
Closes : #3895
2025-04-05 18:18:10 +13:00
Florian Bruhin
ab3b77cb1e
Revert "Make private browsing asserts more useful"
...
This reverts commit b09a1385f5 .
2025-04-04 12:55:28 +02:00
Florian Bruhin
b09a1385f5
Make private browsing asserts more useful
...
The assert in commands.py sometimes fails, hopefully this will help track things down.
2025-04-04 12:02:42 +02:00
Florian Bruhin
4e5eb90857
ci: Fix Python 3.14 Pillow build
2025-04-02 13:34:27 +02:00
Florian Bruhin
72647298b7
ci: Fix Python 3.14 derp
2025-04-02 13:31:55 +02:00
Florian Bruhin
71381c0da6
ci: Try to fix Python 3.14 version
2025-04-02 13:30:46 +02:00
Florian Bruhin
3aa839998b
Python 3.14: Add to tox/CI
...
Part of #8529
2025-04-02 13:22:35 +02:00
Florian Bruhin
65a3a3cf9a
Python 3.14: Ignore DeprecationWarnings in plugins
...
https://github.com/pytest-dev/pytest-mock/issues/468
https://github.com/ionelmc/pytest-benchmark/issues/283
Part of #8529
2025-04-02 13:15:32 +02:00
Florian Bruhin
163bb9fa0c
Python 3.14: Update cheroot workaround
...
https://github.com/cherrypy/cheroot/issues/734
https://github.com/python/cpython/issues/129354
Part of #8529
2025-04-02 12:52:24 +02:00
Florian Bruhin
c165d1a0da
Update changelog
2025-03-31 13:40:22 +02:00
Florian Bruhin
1ab93bad33
Merge pull request #8329 from VitoMinheere/7966-tab-move-zero-division-error
...
Fix zero division bug in tab-move +
2025-03-31 13:39:35 +02:00
Florian Bruhin
69f0eae600
Drop unneeded nonlocal
2025-03-31 08:44:45 +02:00
Florian Bruhin
ef397e9417
Update changelog URLs
2025-03-31 08:40:01 +02:00
qutebrowser bot
c60ebe8eef
Update dependencies
2025-03-31 04:21:42 +00:00
Florian Bruhin
4dde8e1594
version: Add security patch version for Qt 6.8.3
2025-03-26 13:51:52 +01:00
Florian Bruhin
b6d5a5cf14
Fix and simplify JS quirks tests
2025-03-25 14:23:48 +01:00
Florian Bruhin
c4d8502872
Add site-specific quirk for Digitec/Galaxus madness
2025-03-25 13:04:26 +01:00
Florian Bruhin
2f20e3b60b
Update iniconfig changelog url
2025-03-24 11:29:35 +01:00
qutebrowser bot
873b874c5f
Update dependencies
2025-03-24 11:29:28 +01:00
Florian Bruhin
a460770414
tests: Adjust qt69_ci_flaky
2025-03-21 11:29:32 +01:00
Florian Bruhin
e4ab45e3b2
setup: Move from deprecated license classifier to SPDX
2025-03-21 11:25:45 +01:00
Florian Bruhin
d0407852f4
Fix lint
2025-03-21 11:24:24 +01:00