summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-04Release v1.14.1v1.14.1Florian Bruhin
2020-12-04Update changelogFlorian Bruhin
(cherry picked from commit 3e7cd06060a1efe1da4371f045bdaa6c9f57e899)
2020-12-04Fix warning filterFlorian Bruhin
2020-12-04Fix conflicting requirementsFlorian Bruhin
2020-12-04Update changelog from masterFlorian Bruhin
2020-12-04Update main requirementsFlorian Bruhin
2020-12-04Add workaround for pkg_resources warningFlorian Bruhin
See https://github.com/pypa/setuptools/issues/2466 (cherry picked from commit 822bfec3b47f10fe8c9a319d0b0b154adf83abb3)
2020-12-04Skip cookie filtering test with older Qt versionsFlorian Bruhin
2020-12-04Skip cookie filtering test with Qt 5.15.0Florian Bruhin
(cherry picked from commit 77d5a08b917793e975b198206b44ffae021721e6)
2020-12-04tests: Use cookies page to check for cookiesFlorian Bruhin
Looks like :jseval is somehow special on QtWebKit... (cherry picked from commit a88a48b516fe6444fef63aa8ea6c380f3566bc68)
2020-12-04Add tests for reiniting private modeFlorian Bruhin
See #5810 and #5813 (cherry picked from commit 04963c1beee371ff3cddea7e0027dfdb82e1a988)
2020-12-03scripts: Actually read --skip-smoke-testFlorian Bruhin
(cherry picked from commit 226df4558b7cc88ee231bca610eeace24d00cc01)
2020-12-03Fix lint/testsFlorian Bruhin
2020-12-03Re-apply settings to the newly created private profile.lufte
(cherry picked from commit 199186f62cf16e4f7f3081c649b5f07dfb2c7f4d)
2020-12-03Re-install all modules every time a new profile is created.lufte
(cherry picked from commit 40a1772fdea98fc1ecc168a5f75aa296cb7fdf5e) This isn't what #5813 actually ended up as, but is an earlier, less intrusive version of the same change, which is what I'm going with for v1.14.1.
2020-12-03Add .benchmarks to .gitignoreFlorian Bruhin
(cherry picked from commit 296c5e1dc4e1ba86841b8cb7c3ea106975b67981)
2020-12-03Skip mkvenv.py smoke test on TravisFlorian Bruhin
2020-12-03scripts: Add --skip-smoke-test to mkvenv.pyFlorian Bruhin
(cherry picked from commit 6d189951eaa60d77d2bf894a7e20b303d3699f8c)
2020-12-03Fix path handling for Python 3.5Florian Bruhin
2020-12-03ci: Also downgrade PyQt5Florian Bruhin
While there's no actual "bad" changes in Qt 5.15.1/.2 outside of QtWebEngine, many of our version checks still check for the qtbase rather than the qtwebengine version. See #3785 (cherry picked from commit fc33bd043da25298b18978dea8c0f9cc78833979)
2020-12-03Fix test_qtargs.pyFlorian Bruhin
2020-12-03Minor changes to dark color preferenceFlorian Bruhin
(cherry picked from commit 86d871038034fe1a627241741e39eceecb12614c)
2020-12-03Only apply blink-settings on Qt 15.5.2Ted Morse
Turns out Qt 5.15.{0,1} also needs `--force-dark-mode`. This commit fixes it to only use the blink-setting on Qt 5.15.2 and up. It also parameterizes the tests better to test that the settings work on their respective Qt versions. (cherry picked from commit 1f67527662a076aa0a3caf5348f9ba6b663f4a0e)
2020-12-03Cleanup invocation test for colorschemeTed Morse
Took @The-Compiler's suggestions and removed unnecessary cruft from the colorscheme invocation test. (cherry picked from commit 6d01062305e554f3d0e8989f0ba45c998c425ef1)
2020-12-03Add invocation test for preferred colorschemeTed Morse
With the addition of blink-settings for ensuring the correct color scheme, this test makes sure the browser is obeying it via a media match query through javascript. Any HTML page will do, so `qute://version` is opened and tested against. (cherry picked from commit 6feaeb247921de22318a7cc18251260ad1adbb86)
2020-12-03Use blink-setting for colorscheme on Qt 5.15+Ted Morse
On Qt 5.15+, `--force-dark-mode` does not set the preferred colorscheme. A blink-setting is used instead to set the preferred colorscheme. The `--force-dark-mode` flag is only set for Qt 5.14. All later versions will use the blink-setting flag. (cherry picked from commit 314c81b24eb9f9457ccdb5c682d718cf24f24a76) # Conflicts: # qutebrowser/browser/webengine/darkmode.py # tests/unit/browser/webengine/test_darkmode.py
2020-12-03Fix test_qtargs on Qt 5.15.0Florian Bruhin
2020-12-03Backport f-stringFlorian Bruhin
2020-12-03Increase visibility of certain elements under darkmoderien333
(cherry picked from commit 872e439cd922e798a8489bfdc7c6d4cb4ca9d8bc)
2020-12-03ci: Use Python in PATH in ci.ymlFlorian Bruhin
(cherry picked from commit 627402887215665be1d57408156e64442f6ac17a) (cherry picked from commit 9774208b63bb00e169376c25c68983beae6709e9)
2020-12-03ci: Add Qt 5.15.0Florian Bruhin
We test Qt 5.15.2, but that's based on a newer Chromium version: Qt 5.14.x -> Chromium 77 Qt 5.15.0 -> Chromium 80 Qt 5.15.2 -> Chromium 83 Some behavior changes between Chromium versions (see e.g. #5915), so it makes sense to test both. Picking 5.15.0 rather than .1 due to renderer process crashes in 5.15.1 (#5721). Doesn't matter much on the CI as we don't use WebRTC, but if someone wants to downgrade with mkvenv.py for some reason, .0 will be more useful than .1. (cherry picked from commit 64c1c03d5bdc60e6218b046567f812d6406b6779)
2020-11-26mkvenv: Search ldconfig in /sbinFlorian Bruhin
2020-11-25tests: Ignore Qt 5.15 GL errorsFlorian Bruhin
(cherry picked from commit 83c2e32bca05023026578ac9b64f7a5938772e9d)
2020-11-25Fix lintFlorian Bruhin
2020-11-25Revert "ipc: Avoid starting timeout timer if socket is None"Florian Bruhin
Causes issues, let's keep this in master instead. This reverts commit 5628d8309b329e686f03cf06d469fa1a5136b990.
2020-11-25tests: Remove custom signal handler in webserver_subFlorian Bruhin
This perhaps was required when originally added in 3466ee03f60d1f949a9e40271854806987e6a260, but doesn't seem to be needed nowadays anymore. With cheroot 8.4.4+, it seems to break terminating of the subprocess, see https://github.com/cherrypy/cheroot/issues/328. (cherry picked from commit a39d2d419d9a9d5a00c8b9ca815092801f99fadc)
2020-11-25tests: Warn about processes which don't exit cleanlyFlorian Bruhin
(cherry picked from commit 3126ce6686137ae7d9e88dfa443692693f2f77d5)
2020-11-25tests: Fix pdfjs broken installation if bundled availableFlorian Bruhin
See #5752 (cherry picked from commit 5181b6084df972f2ba0484086119797797012e1f)
2020-11-25ipc: Avoid starting timeout timer if socket is NoneFlorian Bruhin
(cherry picked from commit cea22f18fb40cfb7ae18a46808e04b5d5df78b27)
2020-11-25Remove redundant on_before_load_started connectionFlorian Bruhin
In eade305965b68627d4313e0664979692a7025994 we originally added the signal (as "predicted_navigation") and connected it in BrowserTab. With eade305965b68627d4313e0664979692a7025994 we accidentally added another connection, so it was now connected twice. Thanks to GammaRay! (cherry picked from commit f89718019977784cb3baf50dff4940de47653a9c)
2020-11-25Correct qt devtools package name on FedoraArmin Friedl
The package on fedora is called `qt5-qtwebengine-devtools`. While a minor issue it helps pointing users to the needed package when trying to install. This seems to be the case for all Fedora versions at least 30 or higher: https://pkgs.org/download/qt5-qtwebengine-devtools (cherry picked from commit 1adcb61261bbb4f164112ac4aebee70391eb3c10)
2020-11-25update apparmor profileGiuseppe Gebbia
(cherry picked from commit daadd16fb18ae73943fc2d8da3955606dd4e7147)
2020-11-25Let a script complain if socat is not installed.Nazar Vinnichuk
(cherry picked from commit b5acb7464153d7f390ff819538bed16000e34ffd)
2020-11-25Fix lintFlorian Bruhin
2020-11-25scripts: Make mkvenv.py work with Python 3.5Florian Bruhin
2020-11-25scripts: Update mkvenv.py from masterFlorian Bruhin
2020-11-25Don't percent-decode path with ":navigate up"Florian Bruhin
If we have an URL with e.g. %2F in the path, we shouldn't treat that as separator, and it shouldn't be converted to a "/". Fixes #5908 (cherry picked from commit 49d92d463424fd56d3ebd9ff6ed6b44e6d0eb6d9)
2020-11-25Fix mkvenv.py with Python 3.5Florian Bruhin
2020-11-25scripts: Add libxcb-util workaround to mkvenv.pyFlorian Bruhin
Closes #5905 (cherry picked from commit ba152cbe4ab3c97110a21df02ee858dcc8c8f14b)
2020-11-24Revert "Work around PyQt 5.15.1 waitSignals issues"Florian Bruhin
This reverts commit b55675ad4afe12be7e4a4f39960bb58818c502f8. (cherry-picked from commit 19586576c5ed5cfc82439dc5f5a4123fbd9e8d91)