9329 Commits (f1abd834d89ca2cd34a2257a196b8d3cf51f0e3e)
 

Author SHA1 Message Date
Jonas Jenwald 7272bb4894 Prevent "unreachable code after return statement" warnings from `PDFPageView_paintOnSvg` in the addons 9 years ago
Tim van der Meij eaf9bff4e4 Merge pull request #7738 from yurydelendik/svg-page 9 years ago
Yury Delendik f7d6f3a739 Adds SVG rendering capabilities to the PDFViewer. 9 years ago
Yury Delendik c9a0955c9c Refactors PDFPageView_draw. 9 years ago
Yury Delendik f6a8d9c4dd Merge pull request #7789 from yurydelendik/toolbar 9 years ago
Yury Delendik a4402c84de Refactor toolbar (and secondary toolbar). 9 years ago
Tim van der Meij 043cea251d Merge pull request #7819 from Snuffleupagus/issue-7804 9 years ago
Jonas Jenwald 7f678e3af1 Update l10n files 9 years ago
Jonas Jenwald a930f9af15 For commands with with too few arguments, clear out `args` if it's an Array instead of replacing it with `null` in `EvaluatorPreprocessor_read` (issue 7804) 9 years ago
Jonas Jenwald 7f6a607ea5 Merge pull request #7803 from mukulmishra18/master 9 years ago
Mukul Mishra 6ce2be98b7 Fix #7701: additional check for http/https protocols to fix unsafe header request. 9 years ago
Jonas Jenwald 7ec8adc712 Merge pull request #7801 from Snuffleupagus/preprocessor2-remove-comment-except-copyright 9 years ago
Jonas Jenwald 4f1cccb138 Enable removing of all comments (except for Copyright notices) when preprocessing code, and reduce the indentation level 9 years ago
Jonas Jenwald a139c75774 Merge pull request #7800 from Snuffleupagus/compatibility-Safari-regex 9 years ago
Jonas Jenwald db2ce3ff64 Replace the Safari detection in `checkRangeRequests` in compatibility.js with a regular expression 9 years ago
Jonas Jenwald c23f124051 Merge pull request #7794 from Snuffleupagus/JavaScript-white-listed-actions 9 years ago
Tim van der Meij 2f5170f28f Merge pull request #7792 from Snuffleupagus/bug-1315608 9 years ago
Jonas Jenwald 6d8a404a9c [api-minor] Add support for a couple of white-listed `JavaScript` actions that contains valid URLs (issue 3897, bug 843699) 9 years ago
Jonas Jenwald a97bc16fbc Make the `customScaleOption` disabled to prevent it being keyboard accessible (bug 1315608) 9 years ago
Jonas Jenwald 340c6638c5 Merge pull request #7781 from timvandermeij/viewer-responsiveness 9 years ago
Tim van der Meij f95915fc73 Viewer: amend `.sidebarOpen` responsiveness rules with rules for 9 years ago
Tim van der Meij b428463ecc Merge pull request #7786 from SuriyaaKudoIsc/patch-3 9 years ago
Suriyaa Kudo 1446e0e64f Add HTTPS support 9 years ago
Jonas Jenwald b4100ba651 Merge pull request #7698 from Snuffleupagus/bug-1308536 9 years ago
Tim van der Meij 28ef012727 Viewer: improve responsiveness and clean up CSS 9 years ago
Tim van der Meij 1d82521b4c Merge pull request #7782 from Snuffleupagus/page-labels-more-validation 9 years ago
Tim van der Meij fe3c12bd16 Merge pull request #7778 from srslafazan/defensive-check-for-mousewheel-handler 9 years ago
Shain Lafazan 7fec8de502 Additional check to ensure pdfViewer object is defined before handleMouseWheel event accesses its property isInPresentationMode 9 years ago
Jonas Jenwald 0844a72b4d Add a bit more validation to `Catalog_readPageLabels`, to ensure that the Page Labels are well formed 9 years ago
Jonas Jenwald 2d8d8b5e53 Use `stringToPDFString` to sanitizing bad "Prefix" entries in Page Label dictionaries 9 years ago
Jonas Jenwald 9dc6463933 Ignore reserved commands when parsing operands in `CFFParser_parseDict`, instead of just rejecting the entire font (bug 1308536) 9 years ago
Tim van der Meij 9f8d67475e Merge pull request #7775 from timvandermeij/widget-annotation-name 9 years ago
Tim van der Meij 1d96854019 Widget annotation: implement field name according to the specification 9 years ago
Tim van der Meij 6e22b32372 Merge pull request #7745 from Snuffleupagus/Launch-actions 9 years ago
Jonas Jenwald 9295114bdd Merge pull request #7774 from timvandermeij/lint 9 years ago
Tim van der Meij 5194e68134 Lint: correct code style violations 9 years ago
Tim van der Meij 978b214c92 Lint: do not ignore `external/importL10n` as it is one of our components 9 years ago
Tim van der Meij c719762099 Lint: update `.jshintignore` 9 years ago
Tim van der Meij 29fc2f9908 Merge pull request #7773 from Snuffleupagus/update-swedish-l10n 9 years ago
Jonas Jenwald 40d2d3f569 [l10n] Add Swedish translations for a couple of new/changed localization IDs 9 years ago
Tim van der Meij c8158dc672 Merge pull request #7771 from timvandermeij/l10n-updates 9 years ago
Tim van der Meij 775b294bb9 L10n: import upstream translations 9 years ago
Tim van der Meij f8e29ad80f L10n: update the Dutch translation after recent string changes 9 years ago
Jonas Jenwald 077e644437 Fix a typo in the `page_of_pages` l10n ID for the en-US locale 9 years ago
Tim van der Meij e9c63a2b32 Merge pull request #6945 from Snuffleupagus/page-labels-viewer 9 years ago
Yury Delendik a740d69457 Merge pull request #7766 from Rob--W/printing-refactor-split-from-7721 9 years ago
Rob Wu 594592216c Refactor printing: startPrint -> performPrint 9 years ago
Rob Wu d3b13e36d3 Refactor page printing logic on the web 9 years ago
Rob Wu 0c21ebf9f3 Close overlay if print service was not initialized 9 years ago
Rob Wu 1c869906c8 Strictly manage lifetime of PDFPrintService 9 years ago