summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-17rfc6266: Work around another stdlib bugno-pypegFlorian Bruhin
2021-01-17rfc6266: Fix coverageFlorian Bruhin
2021-01-17rfc6266: Better error handlingFlorian Bruhin
UnicodeDecodeError should never happen with iso-8859-1, and the exceptions tested in the test are from the old code.
2021-01-17rfc6266: Consolidate filesFlorian Bruhin
2021-01-17rfc6266: Move parsing into classFlorian Bruhin
2021-01-17rfc6266: Work around IndexErrorFlorian Bruhin
2021-01-17rfc6266: Fix test_versionFlorian Bruhin
2021-01-17rfc6266: Fix mypyFlorian Bruhin
See https://github.com/python/typeshed/issues/4941
2021-01-17Finish dropping PyPEG2Florian Bruhin
Closes #1161
2021-01-17rfc6266: Handle remaining issuesFlorian Bruhin
2021-01-17rfc6266: Improve error handlingFlorian Bruhin
2021-01-17rfc6266: Mark some corner cases as xfailFlorian Bruhin
2021-01-17rfc6266: Remove some moreFlorian Bruhin
2021-01-17rfc6266: Remove more dead codeFlorian Bruhin
2021-01-17rfc6266: assocs -> paramsFlorian Bruhin
2021-01-17rfc6266: Adjust two-space filename checkFlorian Bruhin
2021-01-17rfc6266: Simplify inline handlingFlorian Bruhin
2021-01-17rfc6266: First cleanups after stdlib switchFlorian Bruhin
See #1161
2021-01-17rfc6266: Initial move to stdlibFlorian Bruhin
This is a port of the patch in #1161
2021-01-17Avoid fresh instance in editor.featureFlorian Bruhin
See #3200 30s -> 8s for editor tests on my machine
2021-01-16tests: Fix WebRTC crasher on older Qt versionsFlorian Bruhin
2021-01-16Fix installedapp workaround test on WebKitFlorian Bruhin
2021-01-16Work around InstalledApp renderer process crashFlorian Bruhin
Closes #5997
2021-01-16Add test for WebRTC crasherFlorian Bruhin
See #5721
2021-01-16qtargs: Add support for disabled featuresFlorian Bruhin
Preparation for #5997
2021-01-16brave adblocker: Disable on file:/// URLsFlorian Bruhin
Fixes #6000
2021-01-16brave adblock: Add tests for buggy URLsFlorian Bruhin
See #5754
2021-01-16webenginetab: Use self._inject_js for quirksFlorian Bruhin
This ensures they have names like "_qute_quirk_whatsapp", rather than just "whatsapp".
2021-01-16Rename _inject_early_jsFlorian Bruhin
2021-01-16downloads: Handle data: URLs with explicit filenameFlorian Bruhin
This is a follow-up to 9ae08c0f159e8c23e5eb24dc499dc806cc255ae6. See #1099 Fixes #6041
2021-01-16webelem: Correctly handle null in find_at_posFlorian Bruhin
2021-01-16tests: Improve tests for data: URL workaroundFlorian Bruhin
2021-01-16tests: Add question/signal support to messagemockFlorian Bruhin
2021-01-15braveadblock: Make _resource_type_to_string privateFlorian Bruhin
2021-01-15Remove unused importFlorian Bruhin
2021-01-15Move sql.UserVersion to dataclassesFlorian Bruhin
2021-01-15Update changelogFlorian Bruhin
2021-01-15Merge branch 'history-cleanup'Florian Bruhin
2021-01-15Update changelogFlorian Bruhin
2021-01-15sql: Remove HistoryProgress reusabilityFlorian Bruhin
Not actually needed and complicates things
2021-01-15sql: Fix mypyFlorian Bruhin
2021-01-15sql: Simplify conditionFlorian Bruhin
2021-01-15sql: Improve and quieten loggingFlorian Bruhin
2021-01-15history: Fix testsFlorian Bruhin
2021-01-15sql: Clean up init slightlyFlorian Bruhin
2021-01-15Use sql.user_version_changed() everywhereFlorian Bruhin
2021-01-15Fix :tab-only without tabsFlorian Bruhin
e.g. when running 'qutebrowser --temp-basedir :tab-only'
2021-01-14Revert "history: Simplify HistoryProgress"Florian Bruhin
Seems to cause random dialogs This reverts commit f1b925e37fea016939a35126bfc29a0c3e2d547b.
2021-01-14Fix changelog formattingFlorian Bruhin
2021-01-14ci: Add check for attrsFlorian Bruhin