summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/pdfjs.py
AgeCommit message (Expand)Author
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-03-07Added utils/resources.py and changed calls to util.read_file*Lembrun
2021-02-02pdfjs is in the official repositories, no more in the AUREnrico Maria De Angelis
2021-01-26Separate utils.read_file and read_file_binaryFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-11-04old qt: Remove unused importsFlorian Bruhin
2020-11-04old qt: Remove PDF.js workaroundFlorian Bruhin
2020-06-08pdfjs: Also check for web/viewer.html in is_available()Florian Bruhin
2020-06-08pdfjs: Move _SYSTEM_PATHS to module-levelFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-24Use fully encoded URLsFlorian Bruhin
2019-11-24Keep URLs as QUrlFlorian Bruhin
2019-10-21Redirect to source URL when pdfjs file not founduser202729
2019-10-15mypy: check_untyped_defs for most of qutebrowser.browserFlorian Bruhin
2019-06-23Add pdf.js path for Flathub flatpakDennis M. Pöpperl
2019-04-23Support domain patterns for content.pdfjsFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-10-05Fix and test remaining PDF.js OSError issuesFlorian Bruhin
2018-10-05Fix issues with PDF.js path changesFlorian Bruhin
2018-10-04Log OSError for PDF.js more explicitlyFlorian Bruhin
2018-10-04Use a proper data dir for PDF.jsFlorian Bruhin
2018-09-27Refactor JS escapingFlorian Bruhin
2018-09-22Add compatibility with PDF.js v2.xFlorian Bruhin
2018-09-22Make sure PDF.js doesn't try to use the Fetch APIFlorian Bruhin
2018-09-11Add docstringFlorian Bruhin
2018-09-10Allow downloading from PDF.jsFlorian Bruhin
2018-09-10Don't tell PDF.js to disable createObjectURL on Qt 5.7.1Florian Bruhin
2018-09-09Fix lintFlorian Bruhin
2018-09-09Simplify and lock down PDF.js filename handlingFlorian Bruhin
2018-09-09Clean up PDF.js snippetFlorian Bruhin
2018-09-09Only set PDFJS.disableCreateObjectURL when necessaryFlorian Bruhin
2018-09-09Use jinja to get PDF.js scriptFlorian Bruhin
2018-09-09Remove fix_urls which isn't needed anymoreFlorian Bruhin
2018-09-09Set disableCreateObjectURL for PDF.jsFlorian Bruhin
2018-09-09Get PDF.js to workFlorian Bruhin
2018-09-09Revert "Simplify getting pdfjs main page"Florian Bruhin
2018-09-09Add qute://pdfjs/file to get filesFlorian Bruhin
2018-09-09Remove pdfjs.fix_urlsFlorian Bruhin
2018-09-09Simplify getting pdfjs main pageFlorian 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-02-05Update copyright yearsFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-02-08Add pdfjs path for pdf.js in AURFlorian Bruhin
2016-10-06pdfjs: compatibility for v1.6.210Daniel Schadt
2016-08-04Add qutebrowser.utils.javascriptFlorian Bruhin