summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/webengine/webview.py
AgeCommit message (Expand)Author
2022-09-11fix lint: qt5 vs qt6 confusionfeat/turn_on_mypy_pyqt5toofar
2022-09-11mypy: defer to machinery for conditional: webview.certErrortoofar
2022-08-23test that enums match their Qt equivalentsFlorian Bruhin
2022-08-23lint: Fix various small flake8 issuesFlorian Bruhin
2022-08-23Refactor certificate error handlingFlorian Bruhin
2022-08-23Drop Qt < 5.15Florian Bruhin
2022-08-23More QtWebEngineCore movesFlorian 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-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-05Fixed long lineAxel Dahlberg
2021-01-05Fix type annotation to be compatible with QWebEnginePageAxel Dahlberg
2021-01-05Import typing.ListAxel Dahlberg
2021-01-05Update qutebrowser/browser/webengine/webview.pyAxel Dahlberg
2021-01-05Use config value directlyAxel Dahlberg
2021-01-05Implement external file uploader for QtWebEngineuser202729
2020-11-04old qt: Remove unused importsFlorian Bruhin
2020-11-04old qt: Remove lost focusproxy workaroundFlorian Bruhin
2020-11-04old qt: Remove PseudoLayout workaroundFlorian Bruhin
2020-11-04old qt: Remove workarounds for JS dialogsFlorian Bruhin
2020-10-27mypy: use from-import for typing in remaining files in `browser`Tim Brown
2020-06-30Remove unnecessary returnFlorian Bruhin
2020-06-30Suppress context menu properly with rocker gesturesFlorian Bruhin
2020-06-22Disable PseudoLayout workaround except on Qt 5.11.0Florian Bruhin
2020-06-13Fix lintFlorian Bruhin
2020-06-13Improve lost focusproxy handlingFlorian Bruhin
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-15mypy: check_untyped_defs for entire codebaseFlorian Bruhin
2019-09-13Add objects.debug_flagsFlorian Bruhin
2019-06-10Update docsFlorian Bruhin
2019-06-09Fix crash on redirect on qt5.14Jay Kamat
2019-04-13Assert private profile is available in view init.Jimmy
2019-02-22Update copyright for 2019Jay Kamat
2019-02-17Add comment in render_widget()Florian Bruhin
2018-11-26Complete partial annotationsFlorian Bruhin
2018-07-28Handle invalid URLs in acceptNavigationRequest in the tab APIFlorian Bruhin
2018-07-28Ignore invalid URLs in acceptNavigationRequestFlorian Bruhin
2018-07-02Add a wrapper around sipFlorian Bruhin
2018-06-26Merge remote-tracking branch 'origin/pr/4017'Florian Bruhin
2018-06-26Fix lintFlorian Bruhin
2018-06-26greasemonkey: move 5.7.1 injection method into _WebEngineScriptsJimmy
2018-06-26greasemonkey: also support qute-js-world on 5.7.1Jimmy
2018-06-25Move handling of certificate errors to webenginetabFlorian Bruhin