summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-03Remove now unneeded type ignoreFlorian Bruhin
Looks like https://github.com/python/typeshed/issues/2093 was fixed
2022-10-03Update dependenciesqutebrowser bot
2022-10-01doc: Add link to another emacs-like configFlorian Bruhin
2022-09-30Remove unneeded strFlorian Bruhin
Only needed in Python 3.5 times
2022-09-27Add extra logging for calling into fusion styleFlorian Bruhin
See https://github.com/qutebrowser/qutebrowser/issues/5124
2022-09-26doc: Also disable DNS prefetch for mail leak prevention via proxyFlorian Bruhin
Looks like it's required there as well
2022-09-26doc: Expand FAQ on email usageFlorian Bruhin
See https://www.reddit.com/r/qutebrowser/comments/o7stdc/comment/ipritx9/?context=3
2022-09-26Merge pull request #7415 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-09-26Speculatively stabilize :history-clear testsFlorian Bruhin
See #7415, #5390. Similar to ad429d9552a9f169a1122cb5784424848d4805e2.
2022-09-26Update dependenciesqutebrowser bot
2022-09-22Update changelog for #7390toofar
2022-09-22Merge pull request #7390 from tomiesz/mastertoofar
Fix reappearing widgets progress and backfoward widgets. Closes: #7390
2022-09-20Merge branch 'qutebrowser:master' into masterTomasz Cebula
2022-09-19Update pylint ignoresFlorian Bruhin
2022-09-19Update changelog URLsFlorian Bruhin
2022-09-19Update dependenciesqutebrowser bot
2022-09-19requirements: Work around limitations for macOS-specific depsFlorian Bruhin
Also see #3526
2022-09-16bar: Test enabled attribute on progress and backforwardtoofar
There is now some code in statusbar relying on the enabled attribute stopping events from being processed (or at least stopping them from showing the widget again). So add tests to make sure that behaviour keeps working. Also split the big test in test_backforward into a couple of smaller ones and pull some common lines out to a (still clunky) fixture.
2022-09-10Another style fixTomasz Cebula
2022-09-10Style and type adjustment for the widget fixTomasz Cebula
Added proper whitespace and mypy type ignore
2022-09-09Fix for dissapearing WidgetsTomasz Cebula
2022-08-29Relax errors shown in the UIFlorian Bruhin
- Hide CSP error even if it's prefixed by [Report only] - Always hide errors from Greasemonkey scripts
2022-08-29Improve error message on unresolved executablesFlorian Bruhin
No more confusing 'No program defined'
2022-08-23Fix lintFlorian Bruhin
2022-08-23Fix half-finished testFlorian Bruhin
2022-08-23js: Eschew the extraenous elseFlorian Bruhin
2022-08-23js: Be more precise about webelem exceptionFlorian Bruhin
2022-08-23js: Handle stylesheets in cross-origin frames gracefullyFlorian Bruhin
Otherwise the exception gets shown since the recent message change.
2022-08-23Update changelogFlorian Bruhin
2022-08-23Merge remote-tracking branch 'origin/pr/7293'Florian Bruhin
2022-08-23Update docsFlorian Bruhin
2022-08-23Make elide position in truncated tab title configurablekt programs
2022-08-22doc: Add qute-containers to READMEFlorian Bruhin
2022-08-22Remove unused importsFlorian Bruhin
2022-08-22Revert "Ignore flask development warnings."Florian Bruhin
This reverts commit d6b7d51307e08fa64c9acd2ed02eca876a1eec6d. We switched to CherryPy for the SSL server in the previous commit, so this won't be needed anymore.
2022-08-22tests: Use CherryPy for HTTPS serverFlorian Bruhin
Not sure why we didn't do this initially, maybe it wasn't possible: https://webpy.org/cookbook/ssl This means we don't need to (ab)use the Flask development server anymore.
2022-08-22ci: Fix regex for macOS logFlorian Bruhin
The smoke test runs without debug logging, so the format is different.
2022-08-22scripts: Ignore new macOS 11 warningFlorian Bruhin
Not sure where it's coming from, but it happened after swiching CI to macOS 11, and nobody has complained about it.
2022-08-22Update docsFlorian Bruhin
2022-08-22Add --quiet for :back and :forwardFlorian Bruhin
2022-08-22Update changelog URLsFlorian Bruhin
2022-08-22Merge pull request #7355 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-08-22Update dependenciesqutebrowser bot
2022-08-18Fix notification unit tests after GetServerInformation was addedFlorian Bruhin
2022-08-18Merge pull request #7344 from qutebrowser/update-dependenciesFlorian Bruhin
Update dependencies
2022-08-18tests: Support GetServerInformation for test notification serverFlorian Bruhin
Huge thanks to u/SomethingOfAGirl on Reddit for finding out how to make this work! See https://www.riverbankcomputing.com/pipermail/pyqt/2021-March/043724.html
2022-08-18Ignore flask development warnings.toofar
We used to dodge these by listening on 0.0.0.0. Now they are on to us and always show the warnings. Running flask in development mode here is intended, so lets not have the warnings fail the tests. Ref: https://github.com/pallets/werkzeug/issues/2480
2022-08-16ci: Drop Ubuntu 18.04, add 22.04Florian Bruhin
See https://github.com/actions/runner-images/issues/6002
2022-08-16ci: Update to macOS 11, add 12Florian Bruhin
See https://github.com/actions/runner-images/issues/5583
2022-08-15Fixup content.javascript.log_messages.excludes issuesFlorian Bruhin