summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/shared.py
AgeCommit message (Expand)Author
2021-12-03pylint: Enable else-if-usedpylint-2-12Florian Bruhin
2021-12-02pylint: Handle consider-using-withFlorian Bruhin
2021-03-23Break long lineFlorian Bruhin
2021-03-23Merge remote-tracking branch 'origin/pr/6233'Florian Bruhin
2021-03-23Made _validated_selected_files a generatorAxel Dahlberg
2021-03-23Update qutebrowser/browser/shared.pyAxel Dahlberg
2021-03-23Fix site-specific-quirk check for MathML darkmodeFlorian Bruhin
2021-03-23Add basic live output for :spawn -mFlorian Bruhin
2021-03-22Validate selected files/folderAxel Dahlberg
2021-03-21Merge branch 'feature/6218-pick-directory' of github.com:AckslD/qutebrowser i...Axel Dahlberg
2021-03-21Assert selected file existsAxel Dahlberg
2021-03-21Merge branch 'master' into feature/6218-pick-directoryAxel Dahlberg
2021-03-19Fix lintFlorian Bruhin
2021-03-19Make certificate error message clearerFlorian 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-19Rename ssl_strictFlorian Bruhin
2021-03-12Also enable formula workaround on Qt 5.12 and 5.13Florian Bruhin
2021-03-12Add site-specific quirk for Wikipedia in dark modeFlorian Bruhin
2021-03-09Changes based on feedbackAxel Dahlberg
2021-03-05Handle folder selection with external commandAxel Dahlberg
2021-03-03Merge branch 'master' into feature/6109-file-picker-stdoutAxel Dahlberg
2021-03-03Better handling of filepicker commands, updated test$MYNAME
2021-03-01Don't strip JS messagesFlorian Bruhin
2021-03-01Merge remote-tracking branch 'origin/pr/6117'Florian Bruhin
2021-02-17Proper assert of errorsAxel Dahlberg
2021-02-17Handle error if fileselector deletes temporary fileAxel Dahlberg
2021-02-01Be a bit more conciseAndrew
2021-02-01Wrap and render newlines in JS dialogsAndrew MacFie
2021-02-01Changes based on feedbackAxel Dahlberg
2021-02-01Fix formatting issuesAxel Dahlberg
2021-02-01Implemented option for file picker to write to stdout instead of temporary fi...Axel Dahlberg
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-19Fix file select warningFlorian Bruhin
2021-01-17Cleanup file context and testsAxel Dahlberg
2021-01-14exec_ -> execAxel Dahlberg
2021-01-05Update qutebrowser/browser/shared.pyAxel Dahlberg
2021-01-05Fixes to qutebrowser.browser.sharedAxel Dahlberg
2021-01-05Fixed handling of temporary fileAxel Dahlberg
2021-01-05Fixed mypy issuesAxel Dahlberg
2021-01-05Implement external file uploader for QtWebEngineuser202729
2020-12-28Fix condition for using overlay scrollbarpastalian
2020-11-29Fix HTML-escaping of JavaScript messagesFlorian Bruhin
2020-11-04old qt: Remove unused importsFlorian Bruhin
2020-11-04old qt: Simplify various version checksFlorian Bruhin
2020-11-04old qt: Remove workarounds for JS dialogsFlorian Bruhin
2020-10-26Change type comment to annotationsTim Brown
2020-10-23mypy: use from-import in some qutebrowser/browser filesTim Brown