summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-09Merge branch 'master' into Add-utils/resources.pyLembrun
2021-03-09Simplify test_greasemonkey via js_tester fixtureFlorian Bruhin
2021-03-09Simplify TestWebengineScriptsFlorian Bruhin
2021-03-09Fix @run-at default for GreaseMonkeyFlorian Bruhin
2021-03-09Add log-sensitive-keys debug flagFlorian Bruhin
2021-03-09Add renderer process status to all error messagesFlorian Bruhin
Might help debug issues such as #6235
2021-03-08Use HTML5 meta tagrien333
2021-03-08userscripts/readability-js: fixup of 55fdae8rnhmjoj
The mozilla/readability library doesn't output a body by default. So, let's add one in the header and plug the result in.
2021-03-08Simplify _inject_greasemonkey_scriptsFlorian Bruhin
The arguments aren't needed anymore since 05111e84236621d3923ed4efd36a7c6578407c20 and we can use f-strings nowadays.
2021-03-08Force rebuild on history importLaurent Arnoud
Before the v2.0.x release, deleting the table had the same effect, but that's not the case anymore
2021-03-08Update changelogFlorian Bruhin
2021-03-08userscripts/readability: add unique body classrnhmjoj
Until per-domains stylesheets are implemented, there is no way to apply style to the readability page only. With this patch, you can just use the global setting `content.user_stylesheets` by writing a more specific CSS selector. For example: body.qute-readability { font-family: Libertinus; font-size: 1.2em; text-align: justify; } will change the font and text alignment of the readability page, without altering the style of other websites.
2021-03-08Revert "ci: Add workaround for Archlinux/Docker issue"Florian Bruhin
This reverts commit 478e4de7bd1f26bebdcdc166d5369b2b5142c3e2. Fixed according to https://github.com/actions/virtual-environments/issues/2658
2021-03-08Merge pull request #6236 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2021-03-08Fix some tests with non-english localesFlorian Bruhin
See #6234
2021-03-08Update dependenciesqutebrowser bot
2021-03-07Fixed lintingLembrun
2021-03-07Merge branch 'master' into Add-utils/resources.pyLembrun
2021-03-07Added utils/resources.py and changed calls to util.read_file*Lembrun
2021-03-05Remove blank line in cheatsheetFlorian Bruhin
2021-03-03Fix license URLFlorian Bruhin
2021-03-03Update changelogFlorian Bruhin
2021-03-03Merge remote-tracking branch 'origin/pr/6056'Florian Bruhin
2021-03-03Update docsFlorian Bruhin
2021-03-03Merge remote-tracking branch 'origin/pr/6116'Florian Bruhin
2021-03-03whitelist vulture at correct placeAxel Dahlberg
2021-03-03Merge branch 'master' into feature/6109-file-picker-stdoutAxel Dahlberg
2021-03-03Better handling of filepicker commands, updated test$MYNAME
2021-03-03Replaced py.path objects by their pathlib equivalentsLembrun
2021-03-03readme: Mark Pygments as optionalFlorian Bruhin
2021-03-02Fix lintFlorian Bruhin
2021-03-02tests: Disallow NUL for filesystem testsFlorian Bruhin
From what I can see, there's no way for an user to enter a NUL byte. Closes #6223
2021-03-02Merge pull request #6199 from jbenge1/masterFlorian Bruhin
WIP: Adding abstract method to browsertab.py Closes #6121
2021-03-02Fixing linter issuesJustin Benge
2021-03-02Revert "requirements: Pin coverage to 5.4 on Python 3.10"Florian Bruhin
This reverts commit 43ff51fe7b47a7f534b9d88545364d2c84e6e6d6. Now fixed upstream.
2021-03-02Add periodFlorian Bruhin
2021-03-02Update changelogFlorian Bruhin
2021-03-02Fix session testFlorian Bruhin
2021-03-02Merge remote-tracking branch 'origin/pr/6222'Florian Bruhin
2021-03-02Changed so that test should passpspiagicw
2021-03-01Adding back in necessary importsJustin Benge
2021-03-01tests: Make unwritable download test work on other localesFlorian Bruhin
Looks like the error message is localized.
2021-03-01misc_check: Print match instead of patternFlorian Bruhin
2021-03-01Re-add trailing commaFlorian Bruhin
2021-03-01Merge remote-tracking branch 'origin/pr/6216'Florian Bruhin
2021-03-01Update changelogFlorian Bruhin
2021-03-01Merge remote-tracking branch 'origin/pr/6205'Florian Bruhin
2021-03-01Update changelogFlorian Bruhin
2021-03-01Merge remote-tracking branch 'origin/pr/6123'Florian Bruhin
2021-03-01Reword ad blocking FAQFlorian Bruhin