summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/webkit/webpage.py
AgeCommit message (Expand)Author
2024-04-09Move webkit.http to webkit.httpheaderstoofar
2023-07-23reuse: Initial copyright text update for myselfFlorian Bruhin
2023-07-23reuse: Adjust most license headersFlorian Bruhin
2023-06-30qt6: Switch most tooling/linting to Qt 6Florian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2022-08-23Adjust some fixme commentsFlorian Bruhin
2022-08-23test that enums match their Qt equivalentsFlorian Bruhin
2022-08-23WIP: Avoid linter issues with temporary Qt wrappersFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-04-25mypy: Upgrade to PyQt5-stubs 5.15.6.0Florian Bruhin
2021-06-09Add GreasemonkeyScript.__str__Florian Bruhin
2021-03-27notifications: Rename/consolidate settingsFlorian Bruhin
2021-03-09Changes based on feedbackAxel Dahlberg
2021-03-05Handle folder selection with external commandAxel Dahlberg
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-18Clearer assertions, updated tests to assert correct errorsAxel Dahlberg
2021-01-17Some cleanup and improved namingAxel Dahlberg
2021-01-05Update qutebrowser/browser/webkit/webpage.pyAxel Dahlberg
2021-01-05Use config value directlyAxel Dahlberg
2021-01-05Fixed mypy issuesAxel Dahlberg
2021-01-05Apply suggested changesuser202729
2021-01-05Implement external file uploader for QtWebKituser202729
2020-11-02scripts: Disallow blanket noqa/type ignoresFlorian Bruhin
2020-10-27mypy: use from-import for typing in remaining files in `browser`Tim Brown
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add ignores/casts for some QEnum/QFlagsFlorian Bruhin
2020-05-07Handle invalid URLs in QWebPage.userAgentForUrlFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Refactor user agent handlingFlorian Bruhin
2019-12-03Remove now unnecessary type ignoresFlorian Bruhin
2019-11-25Remove greasemonkey from objregFlorian Bruhin
2019-10-22mypy: Fix new issues in webkit.webpageFlorian Bruhin
2019-10-15mypy: check_untyped_defs for browser.webkitFlorian Bruhin
2019-07-10Normalize URLs for permission requestsFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-26Complete partial annotationsFlorian Bruhin
2018-09-24Auto-remove PDF.js downloadsFlorian Bruhin
2018-09-10Allow downloading from PDF.jsFlorian Bruhin
2018-09-09Remove dead codeFlorian Bruhin
2018-09-09Initial attempt at getting PDF.js to work with separate downloadsFlorian Bruhin
2018-09-09Move pdfjs error page to pdfjs.pyFlorian Bruhin
2018-07-02Add a wrapper around sipFlorian Bruhin
2018-06-28Set title when showing PDF.js error pageFlorian Bruhin
2018-06-24Support URL patterns for content.headers settingsFlorian Bruhin
2018-03-19Remove @pyqtSlot for on_download_requestedFlorian Bruhin
2018-03-03Greasemonkey: don't inject JS into dead framesJimmy
2018-02-19Fix lintFlorian Bruhin
2018-02-19Refactor acceptNavigationRequest handling to use signalsFlorian Bruhin