summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/webkit
AgeCommit message (Expand)Author
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
2021-03-27notifications: Rename/consolidate settingsFlorian Bruhin
2021-03-23Merge remote-tracking branch 'origin/pr/6233'Florian Bruhin
2021-03-21Merge branch 'master' into feature/6218-pick-directoryAxel Dahlberg
2021-03-20Update content.specific_quirks setting in webkit tooLembrun
2021-03-19Fix lintFlorian Bruhin
2021-03-19Add content.tls.certificate_errors = ask-block-thirdpartyFlorian Bruhin
2021-03-19Improve certificate error formattingFlorian Bruhin
2021-03-19Refactor cert error handling to act on single errorsFlorian Bruhin
2021-03-09Changes based on feedbackAxel Dahlberg
2021-03-07Fixed lintingLembrun
2021-03-07Merge branch 'master' into Add-utils/resources.pyLembrun
2021-03-07Added utils/resources.py and changed calls to util.read_file*Lembrun
2021-03-05Handle folder selection with external commandAxel Dahlberg
2021-03-02Merge pull request #6199 from jbenge1/masterFlorian Bruhin
2021-03-02Fixing linter issuesJustin Benge
2021-03-01Adding back in necessary importsJustin Benge
2021-03-01Removing inspector.create, superflous imports, and adding imports to file levelJustin Benge
2021-02-23Overriding _init_inspector method in web(engine)(kit)Justin Benge
2021-02-22Fix lintFlorian Bruhin
2021-02-22mypy: Remove now unneeded type ignoresFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian 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-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-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2021-01-11Add objects.qapp to avoid needing to None-checkFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2021-01-05Revert "old qt: Remove networkmanager init workaround"Florian Bruhin
2021-01-05Update qutebrowser/browser/webkit/webpage.pyAxel Dahlberg
2021-01-05Use config value directlyAxel Dahlberg
2021-01-05Fixed mypy issuesAxel Dahlberg