summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Expand)Author
2021-10-21CVE-2021-41146: Add --untrusted-args to avoid argument injectionFlorian Bruhin
2020-05-02Security: Remember hosts with ignored cert errors for load statusFlorian Bruhin
2020-01-08Release v1.9.0v1.9.0Florian Bruhin
2020-01-08Update user agent completionsFlorian Bruhin
2020-01-08Remove ua_fetch.pyFlorian Bruhin
2020-01-05Handle yet another "too complex" sqlite errorFlorian Bruhin
2020-01-04Use Qt 5.14 API to set download filenameFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-31Clean up QtFont.to_pyFlorian Bruhin
2019-12-31Update _chromium_version commentFlorian Bruhin
2019-12-31Improve QtFont parsingFlorian Bruhin
2019-12-30Also prevent :tab-give with tabs_are_windowsFlorian Bruhin
2019-12-30Merge remote-tracking branch 'origin/pr/5150'Florian Bruhin
2019-12-30config: Clean up migrations of YAML configFlorian Bruhin
2019-12-30Add more colors.contextmenu settingsFlorian Bruhin
2019-12-29Add a qt.force_platformtheme settingFlorian Bruhin
2019-12-28Remove unused importFlorian Bruhin
2019-12-28Merge pull request #5162 from jyscao/doc_stringsFlorian Bruhin
2019-12-28Add missing )Florian Bruhin
2019-12-28Small cleanup in inspector codeFlorian Bruhin
2019-12-28Make sure images are always enabled for the inspectorFlorian Bruhin
2019-12-26Use a Firefox UA for all accounts.google.com pagesFlorian Bruhin
2019-12-26Fix ampersands in tab tooltipsFlorian Bruhin
2019-12-25Use (slightly) clearer wordingJethro Cao
2019-12-23Merge remote-tracking branch 'origin/pr/5139'Florian Bruhin
2019-12-23Merge branch 'circular-import'Florian Bruhin
2019-12-23Merge branch 'user-agent'Florian Bruhin
2019-12-23Handle _chromium_version without webenginesettings moduleFlorian Bruhin
2019-12-22Improve CodeMirror insert mode detectionFlorian Bruhin
2019-12-20Avoid circular jinja importsFlorian Bruhin
2019-12-20Move widened_hostnames to configutilsFlorian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
2019-12-20Replace configutils.UNSET by usertypes.UNSETFlorian Bruhin
2019-12-20Add site specific quirksFlorian Bruhin
2019-12-20Don't enable JavaScript for file:// by defaultFlorian Bruhin
2019-12-20Use existing ScopedValues for Values.__init__Florian Bruhin
2019-12-20Make it possible to hide ScopedValues from dump_userconfig()Florian Bruhin
2019-12-20Use correct user agent for downloadsFlorian Bruhin
2019-12-20Fix doc formattingFlorian Bruhin
2019-12-20Refactor user agent handlingFlorian Bruhin
2019-12-20Move Qt version to top in version informationFlorian Bruhin
2019-12-20Qt 5.14: Add interceptors.ResourceType.Preload(Main|Sub)FrameFlorian Bruhin
2019-12-19Add type annotationJethro Cao
2019-12-18Remove unneeded ignore_tabs_are_windows argumentFlorian Bruhin
2019-12-18config: Allow to set completions for FormatStringFlorian Bruhin
2019-12-18Fix: keep tab number in completion for bufferJethro Cao
2019-12-18Minor grammar fixJethro Cao
2019-12-18Prevent `:tab-take` when using tabs_are_windowsJethro Cao
2019-12-18Add buffer resolution cond for tabs_are_windowsJethro Cao
2019-12-18Make changes based on reviewJethro Cao