Commit Graph

  • b9add65099 Move the initialization of "auto print" out of PDFViewerApplication.load Jonas Jenwald 2020-04-05 10:59:10 +02:00
  • d07be1a89b Move the initialization of "metadata" out of PDFViewerApplication.load Jonas Jenwald 2020-04-05 10:26:55 +02:00
  • 32f1d0de76 Move the initialization of "page labels" out of PDFViewerApplication.load Jonas Jenwald 2020-04-05 10:24:02 +02:00
  • 9dedaa5eb9
    Merge pull request #11781 from Snuffleupagus/fix-gulp-jsdoc Tim van der Meij 2020-04-05 15:34:11 +02:00
  • f53e1409f6 Update the "gulp jsdoc" task to account for API changes in the mkdirp package (PR 11772 follow-up) Jonas Jenwald 2020-04-05 12:20:10 +02:00
  • 702fec534d
    Merge pull request #11769 from Snuffleupagus/charToGlyph-fontCharCode-range Tim van der Meij 2020-04-04 14:36:52 +02:00
  • 87142a635e Ensure that Font.charToGlyph won't fail because String.fromCodePoint is given an invalid code point (issue 11768) Jonas Jenwald 2020-03-31 23:10:15 +02:00
  • 79a99737a0
    Merge pull request #11772 from Snuffleupagus/update-packages Tim van der Meij 2020-04-02 23:44:38 +02:00
  • 9a3b52f52b Update l10n files Jonas Jenwald 2020-04-02 12:20:54 +02:00
  • 7b7fe60210 Update the mkdirp package, since its major version was increased Jonas Jenwald 2020-04-02 12:18:23 +02:00
  • 412fec1545 Update npm packages Jonas Jenwald 2020-04-02 12:13:14 +02:00
  • 7ed71a0d7c
    Merge pull request #11771 from Snuffleupagus/issue-11762 Tim van der Meij 2020-04-01 22:05:19 +02:00
  • 710704508c Fail early, in modern GENERIC builds, if certain required browser functionality is missing (issue 11762) Jonas Jenwald 2020-04-01 13:31:33 +02:00
  • ce1727626c
    Merge pull request #11655 from Snuffleupagus/rm-getGlobalEventBus Tim van der Meij 2020-03-31 00:17:30 +02:00
  • 35c9f8de38
    Merge pull request #11767 from Snuffleupagus/issue-11766 Tim van der Meij 2020-03-30 23:53:49 +02:00
  • 63efe61245 Replace the RTL images with CSS transforms of the standard images (issue 11766) Jonas Jenwald 2020-03-30 22:32:07 +02:00
  • 664b79abe0 [api-minor] Remove the eventBusDispatchToDOM option/preference, and thus the general ability to dispatch "viewer components" events to the DOM Jonas Jenwald 2020-02-27 15:25:33 +01:00
  • 7fd5f2dd61 [api-minor] Remove the getGlobalEventBus viewer functionality (PR 11631 follow-up) Jonas Jenwald 2020-02-27 15:02:03 +01:00
  • c12ea21c14
    Merge pull request #11755 from Snuffleupagus/rm-fonts-sizes-encoding Tim van der Meij 2020-03-27 21:44:16 +01:00
  • 14c999e3ee Remove the unused sizes and encoding properties on Font instances Jonas Jenwald 2020-03-26 23:47:49 +01:00
  • fa4b431091
    Merge pull request #11745 from Snuffleupagus/eslint-no-shadow Tim van der Meij 2020-03-25 22:48:07 +01:00
  • ff0f9fd018
    Merge pull request #11747 from gdh1995/fix-removing-wheel Tim van der Meij 2020-03-25 22:37:41 +01:00
  • 8745286dc1
    Merge pull request #11646 from Snuffleupagus/_setDocumentAllowFetchPages Tim van der Meij 2020-03-25 22:27:19 +01:00
  • a527eb8c92 Add passive: false when removing wheel listeners gdh1995 2020-03-25 21:53:08 +08:00
  • fdfcde2b40 Remove a spurious console.log from the ChromiumBrowser function in test/webbrowser.js file Jonas Jenwald 2020-03-25 11:27:45 +01:00
  • dcb16af968 Whitelist closure related cases to address the remaining no-shadow linting errors Jonas Jenwald 2020-03-25 10:15:50 +01:00
  • 1d2f787d6a Enable the ESLint no-shadow rule Jonas Jenwald 2020-03-25 09:42:50 +01:00
  • 475fa1f97f
    Merge pull request #11744 from janpe2/cff-glyph-zero Tim van der Meij 2020-03-24 23:52:21 +01:00
  • 292b77fe7b
    Merge pull request #11707 from Snuffleupagus/issue-11694 Tim van der Meij 2020-03-24 23:51:31 +01:00
  • f85105379e
    Merge pull request #11738 from Snuffleupagus/no-shadow-src-core Tim van der Meij 2020-03-24 23:10:37 +01:00
  • c54e773637
    Merge pull request #11742 from Snuffleupagus/no-shadow-test-unit Tim van der Meij 2020-03-24 22:44:23 +01:00
  • a24ad28d75 Rename BaseViewer._setDocumentViewerElement to BaseViewer._viewerElement Jonas Jenwald 2020-03-24 14:12:10 +01:00
  • c5b0b5c754 Ensure that automatic printing still works when the viewer and/or its pages are hidden (bug 1618621, bug 1618955) Jonas Jenwald 2020-03-24 12:58:34 +01:00
  • a22c0eab48 The first glyph in CFF CIDFonts must be named 0 instead of ".notdef" Jani Pehkonen 2020-03-24 15:33:43 +02:00
  • 66ee8f5acd Remove variable shadowing from the JavaScript files in the test/unit/ folder Jonas Jenwald 2020-03-24 10:44:17 +01:00
  • 85838fc505
    Merge pull request #11736 from Snuffleupagus/more-wheel-passive Tim van der Meij 2020-03-24 00:12:20 +01:00
  • 404d698dd2
    Merge pull request #11734 from Snuffleupagus/rm-throw-methods Tim van der Meij 2020-03-24 00:06:02 +01:00
  • 216cbca16c Remove variable shadowing from the JavaScript files in the src/core/ folder Jonas Jenwald 2020-03-23 17:04:47 +01:00
  • 59eada6972 Add passive: false to the wheel event listener used in PDFPresentationMode (issue 11735, PR 10765 follow-up) Jonas Jenwald 2020-03-23 17:07:32 +01:00
  • 5eabe08c74 Exclude the setPDFNetworkStreamFactory function from the built API docs Jonas Jenwald 2020-03-23 16:34:25 +01:00
  • c3c197d87a Remove old API methods which were previously converted to throwing (PR 11219 follow-up) Jonas Jenwald 2020-03-23 16:26:23 +01:00
  • b86df97725
    Merge pull request #11725 from Snuffleupagus/app-ViewHistory-init Tim van der Meij 2020-03-22 17:15:44 +01:00
  • c551c332ec
    Merge pull request #11723 from Snuffleupagus/no-shadow-src-display Tim van der Meij 2020-03-22 16:38:13 +01:00
  • 066ff62527
    Merge pull request #11724 from Snuffleupagus/default_preferences-web-files Tim van der Meij 2020-03-22 16:30:56 +01:00
  • f53db81c20
    Merge pull request #11728 from Snuffleupagus/PDFDocumentProperties-constructor-props Tim van der Meij 2020-03-22 16:26:18 +01:00
  • d3044ac394 Remove unnecessary checks from the PDFDocumentProperties constructor Jonas Jenwald 2020-03-22 15:46:50 +01:00
  • 9f70bca12c Re-factor PDFViewerApplication.load such that {PDFViewer, PDFThumbnailViewer}.setDocument happens slightly earlier Jonas Jenwald 2020-03-21 14:37:03 +01:00
  • 08f9718a37 Add a bit more validation in the ViewHistory constructor Jonas Jenwald 2020-03-21 13:30:56 +01:00
  • 29ee2590d4 Only build the necessary web/ files during the gulp default_preferences task Jonas Jenwald 2020-03-21 11:34:32 +01:00
  • 3539a17d2a Remove variable shadowing from the JavaScript files in the src/display/ folder Jonas Jenwald 2020-03-20 23:00:36 +01:00
  • 3cebb430c2
    Merge pull request #11721 from Snuffleupagus/travis-no-npm-update Tim van der Meij 2020-03-20 21:06:45 +01:00
  • 6ecc9fae1c
    Merge pull request #11720 from Snuffleupagus/eslint-no-unsanitized Tim van der Meij 2020-03-20 21:04:24 +01:00
  • ab2b2ae30b
    Merge pull request #11719 from Snuffleupagus/rm-fonts-widechars Tim van der Meij 2020-03-20 21:00:09 +01:00
  • 62a9c26cda Always prefer the PDF.js JPEG decoder for very large images, in order to reduce peak memory usage (issue 11694) Jonas Jenwald 2020-03-18 11:29:16 +01:00
  • 78b1dad2a9 Don't let Travis run npm update during setup Jonas Jenwald 2020-03-20 15:45:15 +01:00
  • b02be3b268 Update the eslint-plugin-no-unsanitized package to the latest version Jonas Jenwald 2020-03-20 11:25:39 +01:00
  • 1cd9d5a8fd Remove the unused wideChars property on Font instances Jonas Jenwald 2020-03-20 10:34:36 +01:00
  • 4893b14a52
    Merge pull request #11717 from timvandermeij/bump Tim van der Meij 2020-03-19 23:14:59 +01:00
  • 1bca1e3823
    Update the getting started page of the website for the new release Tim van der Meij 2020-03-19 23:07:45 +01:00
  • a94407f983
    Bump versions in pdfjs.config Tim van der Meij 2020-03-19 23:01:17 +01:00
  • 228a591ca3
    Merge pull request #11716 from Snuffleupagus/private-PDFPageProxy-pageIndex v2.4.456 Tim van der Meij 2020-03-19 22:35:29 +01:00
  • caabaab4a5
    Merge pull request #11711 from Snuffleupagus/update-packages Tim van der Meij 2020-03-19 22:30:13 +01:00
  • 3d06e4af66
    Merge pull request #11714 from Snuffleupagus/eslint-prefer-exponentiation-operator Tim van der Meij 2020-03-19 22:28:32 +01:00
  • ae2900e510 [api-minor] Change the pageIndex, on PDFPageProxy instances, to a private property Jonas Jenwald 2020-03-19 15:36:09 +01:00
  • e011be037e Enable the prefer-exponentiation-operator ESLint rule Jonas Jenwald 2020-03-19 12:36:25 +01:00
  • 4ac34c6283 Update l10n files Jonas Jenwald 2020-03-19 09:58:49 +01:00
  • 577ada48d0 Update npm packages Jonas Jenwald 2020-03-19 09:55:14 +01:00
  • c3f4690bde
    Merge pull request #11706 from Snuffleupagus/mv-webViewerOpenFile Tim van der Meij 2020-03-17 22:38:11 +01:00
  • 300a663458 Move the webViewerOpenFile function, and the "openfile" eventBus listener, since they only matter in GENERIC builds of the default viewer Jonas Jenwald 2020-03-17 13:26:35 +01:00
  • f9ce22c08a
    Merge pull request #11700 from Snuffleupagus/viewer-JS-warn Tim van der Meij 2020-03-16 21:47:27 +01:00
  • b3d7d1c614 Ensure that the JavaScript-warning is always displayed, in the viewer, regardless of browser printing support Jonas Jenwald 2020-03-15 14:25:59 +01:00
  • 1bc5cef2b5
    Merge pull request #11698 from Snuffleupagus/issue-11697 Tim van der Meij 2020-03-15 13:36:09 +01:00
  • 4dc1058ceb
    Merge pull request #11553 from tamuratak/svg_texthscale Tim van der Meij 2020-03-15 13:25:08 +01:00
  • aa3e5a2b8f
    Merge pull request #11644 from Snuffleupagus/openAction Tim van der Meij 2020-03-15 13:16:37 +01:00
  • 6db227d82a
    Merge pull request #11699 from mozilla/dependabot/npm_and_yarn/acorn-6.4.1 Tim van der Meij 2020-03-14 22:58:35 +01:00
  • 15e8692eff Don't accidentally accept invalid glyphNames which *appear* to follow the Cdd{d}/cdd{d} format in PartialEvaluator._buildSimpleFontToUnicode (issue 11697) Jonas Jenwald 2020-03-13 22:09:27 +01:00
  • 977839c046
    Bump acorn from 6.4.0 to 6.4.1 dependabot[bot] 2020-03-13 22:13:33 +00:00
  • 960fdf9113
    Merge pull request #11695 from Snuffleupagus/no-shadow-web Tim van der Meij 2020-03-13 22:42:32 +01:00
  • 886b256ada Remove variable shadowing from the JavaScript files in the web/ folder Jonas Jenwald 2020-03-13 12:55:00 +01:00
  • a23ce6b483
    Merge pull request #11692 from Snuffleupagus/no-shadow-prepare Tim van der Meij 2020-03-12 23:31:07 +01:00
  • c5f67300e9 Rename the isSpace helper function to isWhiteSpace Jonas Jenwald 2020-02-10 09:38:57 +01:00
  • e4758beaaa Move IsLittleEndianCached and IsEvalSupportedCached to src/shared/util.js Jonas Jenwald 2020-02-10 09:38:33 +01:00
  • 6db8e085ee
    Merge pull request #11686 from janpe2/reftest-image-dim Tim van der Meij 2020-03-11 21:02:06 +01:00
  • 4ff67a518e
    Merge pull request #11690 from Snuffleupagus/rm-toolbarButton-transition Tim van der Meij 2020-03-11 20:58:48 +01:00
  • 1dd617e091 Remove transition effects from toolbar buttons/fields Jonas Jenwald 2020-03-11 13:52:26 +01:00
  • e0daabd2dd Magnifier positioning in reftest analyzer Jani Pehkonen 2020-03-10 19:09:15 +02:00
  • af8d0b9597
    Merge pull request #11680 from Snuffleupagus/hasBlendModes-fetch-errors Tim van der Meij 2020-03-09 23:04:28 +01:00
  • 6dfa10fe97
    Merge pull request #11676 from Snuffleupagus/BaseViewer-reset-PromiseCapability Tim van der Meij 2020-03-09 22:56:46 +01:00
  • 3adbba55b2 Limit the number of warning messages printed by any one Lexer.getHexString invocation Jonas Jenwald 2020-03-09 13:24:10 +01:00
  • 65e6ea2cb2 Prevent lookup errors in PartialEvaluator.hasBlendModes from breaking all parsing/rendering of a page (issue 11678) Jonas Jenwald 2020-03-09 11:37:33 +01:00
  • 3eb4c1940d Initialize the textLayerFactory once in BaseViewer.setDocument, rather than repeating it for every page Jonas Jenwald 2020-03-07 22:24:27 +01:00
  • 1fac29d184 Slightly improve the BaseViewer.{firstPagePromise, onePageRendered, pagesPromise} functionality Jonas Jenwald 2020-03-07 13:11:51 +01:00
  • 7b07b88e71
    Merge pull request #11675 from ji-1/master Tim van der Meij 2020-03-07 23:07:57 +01:00
  • df22dfb531 Fix typo Jiwon Jeon 2020-03-07 12:37:22 +09:00
  • 1a97c142b3
    Merge pull request #11523 from Snuffleupagus/issue-10880 Tim van der Meij 2020-03-06 23:03:09 +01:00
  • 001b0b270b
    Merge pull request #11667 from Snuffleupagus/move-dispatchDOMEvent Tim van der Meij 2020-03-06 22:55:17 +01:00
  • 1bb25f5cb8
    Merge pull request #11673 from Snuffleupagus/FontLoader-bind-more-await Tim van der Meij 2020-03-06 22:51:39 +01:00
  • 5d566b9dbe
    Merge pull request #11672 from Snuffleupagus/Dict-set-value-assert Tim van der Meij 2020-03-06 22:47:14 +01:00
  • 977049cd0c
    Merge pull request #11671 from Snuffleupagus/update-packages Tim van der Meij 2020-03-06 22:42:16 +01:00
  • 7d4be08dad Update the FontLoader.bind method to avoid explicitly returning undefined Jonas Jenwald 2020-03-06 17:25:37 +01:00