summaryrefslogtreecommitdiff
path: root/qutebrowser/browser
AgeCommit message (Expand)Author
2021-02-03Prevent crash on non-UTF-8 hint dictionarySara Johnsson
2021-02-03Improve rebuilding of history databaseFlorian Bruhin
2021-02-03pdfjs is in the official repositories, no more in the AUREnrico Maria De Angelis
2021-02-02Set persistent cookie policy properly when creating profileFlorian Bruhin
2021-01-29Fix crash when right-clicking download viewFlorian Bruhin
2021-01-27Use commands for 'S.' bindingsFlorian Bruhin
2021-01-27Add deprecated aliases for renamed commandsFlorian Bruhin
2021-01-26Add :bookmark-list commandFlorian Bruhin
2021-01-26Get rid of IOErrorFlorian Bruhin
2021-01-26Separate utils.read_file and read_file_binaryFlorian Bruhin
2021-01-26Serve resource files from qute://resourceFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-25Add 'Copy URL' to download context menuFlorian Bruhin
2021-01-22Add String.replaceAll polyfillFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Rename :follow-hint to :hint-followFlorian Bruhin
2021-01-20Rename selection commandsFlorian Bruhin
2021-01-20Rename :open-editor to :edit-textFlorian Bruhin
2021-01-20Rename :buffer to :tab-selectFlorian Bruhin
2021-01-19Don't download favicons if disabledFlorian Bruhin
2021-01-19Fix file select warningFlorian Bruhin
2021-01-19Merge remote-tracking branch 'origin/pr/5987'Florian Bruhin
2021-01-18Clearer assertions, updated tests to assert correct errorsAxel Dahlberg
2021-01-17rfc6266: Work around another stdlib bugno-pypegFlorian Bruhin
2021-01-17rfc6266: Fix coverageFlorian Bruhin
2021-01-17rfc6266: Better error handlingFlorian Bruhin
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 mypyFlorian Bruhin
2021-01-17Some cleanup and improved namingAxel Dahlberg
2021-01-17Finish dropping PyPEG2Florian Bruhin
2021-01-17rfc6266: Handle remaining issuesFlorian Bruhin
2021-01-17Cleanup file context and testsAxel Dahlberg
2021-01-17rfc6266: Improve error handlingFlorian 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: Simplify inline handlingFlorian Bruhin
2021-01-17rfc6266: First cleanups after stdlib switchFlorian Bruhin
2021-01-17rfc6266: Initial move to stdlibFlorian Bruhin
2021-01-16webenginetab: Use self._inject_js for quirksFlorian Bruhin
2021-01-16Rename _inject_early_jsFlorian Bruhin
2021-01-16downloads: Handle data: URLs with explicit filenameFlorian Bruhin
2021-01-15Merge branch 'history-cleanup'Florian Bruhin
2021-01-15sql: Remove HistoryProgress reusabilityFlorian Bruhin
2021-01-15Use sql.user_version_changed() everywhereFlorian Bruhin
2021-01-15Fix :tab-only without tabsFlorian Bruhin
2021-01-14Revert "history: Simplify HistoryProgress"Florian Bruhin
2021-01-14exec_ -> execAxel Dahlberg