summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/webengine/webenginedownloads.py
AgeCommit message (Expand)Author
2022-04-24wipnew-stubsFlorian Bruhin
2021-08-25Remove unused var/importFlorian Bruhin
2021-08-25Move download origin handling to DownloadItemFlorian Bruhin
2021-08-25Prevent mixed content downloading by defaultFlorian Bruhin
2021-07-13Fixed infinite loop (tested it too)Jason Rosenzweig
2021-07-13Took suggestionsJason Rosenzweig
2021-07-13Added back question code which was accidentally removedJason Rosenzweig
2021-07-13Made implementation simpler, removed unrelated changeJason Rosenzweig
2021-07-13Removed code that I put in a comment to save it and fixed the styles of that ...Jason Rosenzweig
2021-07-13Initial commit of fix for issue 6549Jason Rosenzweig
2021-02-13Update data: download URL workaround for QtWebEngine 5.15.3Florian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-16downloads: Handle data: URLs with explicit filenameFlorian Bruhin
2021-01-05Improve download filenames for data: URLsFlorian Bruhin
2020-11-04old qt: Remove unused importsFlorian Bruhin
2020-11-04old qt: Drop download filename quoting workaroundFlorian Bruhin
2020-11-04old qt: Remove various conditional API handlingFlorian Bruhin
2020-11-02Make sure we don't cancel downloads which are doneFlorian Bruhin
2020-08-05Simplify overridden _get_conflicting_downloadFlorian Bruhin
2020-08-05Make custom_yes_action keyword-onlyFlorian Bruhin
2020-08-05Add AbstractDownload._conflicts_withFlorian Bruhin
2020-08-05Merge remote-tracking branch 'origin/pr/4391' into conflicting-downloadsFlorian Bruhin
2020-05-13mypy: Remove ignores which are now unneededFlorian Bruhin
2020-05-10mypy: Disallow incomplete defs globallyFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-05Get conflicting downloads using the DownloadManager(s)lufte
2020-01-04Merge branch 'master' into issue3966lufte
2020-01-04Use Qt 5.14 API to set download filenameFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-24Keep URLs as QUrlFlorian Bruhin
2019-11-24mypy fixesFlorian Bruhin
2019-11-24Merge remote-tracking branch 'origin/pr/5000'Florian Bruhin
2019-10-22mypy: Fix new issues in webenginedownloadsFlorian Bruhin
2019-10-21Redirect to source URL when pdfjs file not founduser202729
2019-05-21Merge branch 'master' into issue3966lufte
2019-02-22Update copyright for 2019Jay Kamat
2019-02-17Adjust filename suffix matching for Qt 5.12Florian Bruhin
2018-11-28Check for active downloads with the same namelufte
2018-11-28Remove now unneeded pylint suppressionsFlorian Bruhin
2018-09-24Auto-remove PDF.js downloadsFlorian Bruhin
2018-09-10Allow downloading from PDF.jsFlorian Bruhin
2018-09-09Fix lint and testsFlorian Bruhin
2018-09-09Initial PDF.js support for QtWebEngineFlorian Bruhin
2018-05-03Add a stop-gap solution for AssertionError when retrying downloadsFlorian Bruhin
2018-02-11Merge remote-tracking branch 'origin/pr/3525'Florian Bruhin
2018-02-09Merge remote-tracking branch 'origin/pr/3555'Florian Bruhin
2018-02-07Support retrying downloads with Qt 5.10Florian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2018-02-04Delete QWebEngineDownloadItem objects when wrapper object is deletedJay Kamat