summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Collapse)Author
2021-07-28Handle UnicodeEncodeError in path completionFlorian Bruhin
(cherry picked from commit 0001d4fe20a4cdef9dd628fad220e09a03618932)
2021-07-28Switch back to Firefox UA for Google Account quirkFlorian Bruhin
Looks like the Edge one doesn't work anymore. Reverts db13e5283e2d20e83d348f15ea0f46c92e9f3e29 and reintroduces the Firefox UA removed in e010afd3a20a86639396a9c844abfea7b23cc67a (but updated). Closes #5182. (cherry picked from commit 32c78dc7dbbaa42f69ab3bcec13abdbd6f33087d)
2021-06-28Fix lintFlorian Bruhin
(cherry picked from commit 4c479bb4ab9a25276ea9045c99b690dc925dd345)
2021-06-28Adjust exception handling for adblock 0.5.0Florian Bruhin
See https://github.com/ArniDagur/python-adblock/issues/44 (cherry picked from commit 6dd402c0d0f7665d32a74c43c5b4cf5dc8aff28d)
2021-06-28Release v2.3.0v2.3.0Florian Bruhin
2021-06-28Update UA completionsFlorian Bruhin
2021-06-24Use anyFlorian Bruhin
2021-06-24Merge remote-tracking branch 'origin/pr/6372'Florian Bruhin
2021-06-24Fix up f-stringFlorian Bruhin
2021-06-24Add colors.prompts.selected.fgFlorian Bruhin
Closes #6559
2021-06-15Make mypy happyFlorian Bruhin
2021-06-14feat: expose 'currently open URL' variable via hints to userscriptsYasser Kaddoura
2021-06-14Add new types packages for mypyFlorian Bruhin
See http://mypy-lang.blogspot.com/2021/05/the-upcoming-switch-to-modular-typeshed.html
2021-06-13Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-06-11Greasemonkey: Make sure script names are uniqueFlorian Bruhin
Fixes #6353
2021-06-09greasemonkey: Remove uneeded name logicFlorian Bruhin
This is already done in GreasemonkeyScript.__init__.
2021-06-09Add GreasemonkeyScript.__str__Florian Bruhin
2021-06-09Add output to :greasemonkey-reloadFlorian Bruhin
2021-06-09Fix prefers_reduced_motion on WindowsFlorian Bruhin
See #6530
2021-06-09Add content.prefers_reduced_motionFlorian Bruhin
Closes #6530
2021-06-01Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-06-01Release v2.2.3Florian Bruhin
2021-06-01brave adblock: Handle DeserializationErrorFlorian Bruhin
Fixes #6489
2021-06-01Speculative fix for deleted WebEngineCaretFlorian Bruhin
(Hopefully) fixes #6394.
2021-05-30Handle un-encodable initial text for editorFlorian Bruhin
2021-05-30Fix crash when quitting on qute://settingsFlorian Bruhin
2021-05-30Make quitter.is_shutting_down publicFlorian Bruhin
Needed for a bugfix in the next commit.
2021-05-30Validate encoding for header settingsFlorian Bruhin
Also needed to add encoding check support to FormatString.
2021-05-28Fix lintFlorian Bruhin
2021-05-28Fix version checking for notificationsFlorian Bruhin
We need to check for the QtWebEngine version, not for the version of Qt. Additionally, there's no need to re-check in DBusNotificationAdapter.__init__ as it never gets instantiated on older versions, so it's now an assertion instead.
2021-05-28Fix tests/lintFlorian Bruhin
We need to set XDG_RUNTIME_DIR properly in the tests so that the log is empty.
2021-05-28log: Handle JSONLogger in change_console_formatterFlorian Bruhin
Fixes #6482
2021-05-27Disable QTBUG-77137 workaround on Qt 5.14+Florian Bruhin
2021-05-20Merge remote-tracking branch 'origin/master' into 4nd3r/hostblock_subdomainsAnder Punnar
2021-05-20Release v2.2.2Florian Bruhin
2021-05-19Merge remote-tracking branch 'origin/pr/6470'Florian Bruhin
2021-05-19Remove type-arg which is non-generic in older PythonsFlorian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
See #6100
2021-05-19Move function call with side effect out of assertion to avoid error when ↵user202729
assertions are disabled
2021-05-18Update jinja.py typing after jinja upgradeFlorian Bruhin
jinja ships its own (more correct) stubs now see https://github.com/python/typeshed/issues/3197
2021-05-18Enable URL patterns for fonts.web.*Florian Bruhin
See #3636
2021-05-18Add a new site-specific quirk for Google DocsFlorian Bruhin
See #6464, #5472, #4805, #4810 e010afd3a20a86639396a9c844abfea7b23cc67a https://bugreports.qt.io/browse/QTBUG-69652
2021-05-13Fix tests without QtWebEngineFlorian Bruhin
2021-05-13Remove unused importsFlorian Bruhin
2021-05-13Fix running without QtWebEngineFlorian Bruhin
2021-05-13Store initial QtWebEngine versionFlorian Bruhin
2021-05-13Merge remote-tracking branch 'origin/pr/6462'Florian Bruhin
2021-05-13Remove service workers based on QtWebEngine versionFlorian Bruhin
See https://bugreports.qt.io/browse/QTBUG-93744
2021-05-13Fix crash in cmd completion for set-cmd-text.Ryan Roden-Corrent
2c4bb064e introduced support for showing bindings in the completion menu for commands initiated with set-cmd-text. This would crash if given a binding for just 'set-cmd-text' with no args. Fixes #6453.
2021-05-05Clarify backend version stringFlorian Bruhin