Commit Graph

  • 9802bd805e
    Merge pull request #16635 from Snuffleupagus/README-tweaks Jonas Jenwald 2023-07-04 13:25:16 +02:00
  • e96c89d7a1 Tweak the README slightly Jonas Jenwald 2023-07-04 11:28:14 +02:00
  • 70db938fe7 [CRX] Drop code supporting ancient Chrome versions Rob Wu 2023-07-02 17:10:17 +02:00
  • f2753d6220 [CRX] Avoid encoding the fragment in file key Rob Wu 2023-07-02 15:31:35 +02:00
  • 8b50836d76
    Merge pull request #16629 from timvandermeij/bump Tim van der Meij 2023-07-02 15:28:47 +02:00
  • 1d07ef401e [CRX] Re-initialize initialBookmark after URL rewrite Rob Wu 2023-07-02 15:28:33 +02:00
  • f3df202a31
    Bump versions in pdfjs.config Tim van der Meij 2023-07-02 15:22:05 +02:00
  • 2c74323e3d
    Merge pull request #16628 from Snuffleupagus/app-webViewerInitialized-inline v3.8.162 Tim van der Meij 2023-07-02 13:27:12 +02:00
  • 58252a528d Inline the webViewerInitialized function in PDFViewerApplication.run Jonas Jenwald 2023-07-02 11:36:10 +02:00
  • cae8fe4c7e Move the setTitleUsingUrl-call into PDFViewerApplication.initPassiveLoading Jonas Jenwald 2023-07-02 11:12:27 +02:00
  • 73b6ee5325
    Merge pull request #16612 from erm1116/fix-contentscript-updateEmbedElement Tim van der Meij 2023-07-01 13:30:37 +02:00
  • 8a954823b5
    Merge pull request #16616 from Snuffleupagus/PDFCursorTools-tweaks Tim van der Meij 2023-07-01 13:04:44 +02:00
  • e070e730c7
    Merge pull request #16627 from Snuffleupagus/rm-Node-Buffer Tim van der Meij 2023-07-01 13:00:19 +02:00
  • 366a4ff1e9
    Merge pull request #16626 from Snuffleupagus/rm-pageColors-supports-check Tim van der Meij 2023-07-01 12:58:30 +02:00
  • 94015c71ad
    Merge pull request #16601 from Rob--W/crx-maintained-again Tim van der Meij 2023-07-01 12:54:45 +02:00
  • d057caedf5
    Merge pull request #16607 from Rob--W/lint-chromium-actionable-warnings Tim van der Meij 2023-07-01 12:53:56 +02:00
  • 25bac064d8 [api-minor] Stop "supporting" binary data provided as Buffer in Node.js environments (PR 16055 follow-up) Jonas Jenwald 2023-07-01 10:29:21 +02:00
  • be775143b2 [api-minor] Remove the CSS.supports checks for the pageColors-option in the GENERIC viewer Jonas Jenwald 2023-06-30 18:32:54 +02:00
  • ac937a9b3c
    Merge pull request #16622 from Snuffleupagus/image_decoders-rm-polyfill-comment Jonas Jenwald 2023-06-30 17:18:45 +02:00
  • fcf38f6ae9 fix: use node.insertBefore for adding embed element erm1116 2023-06-27 20:50:25 +09:00
  • ffa9795ca9
    Merge pull request #16620 from Snuffleupagus/AnnotationStorage-transfers Jonas Jenwald 2023-06-30 14:28:55 +02:00
  • 2f80fc1b3d
    Merge pull request #16623 from Snuffleupagus/fully-rm-render-canvasFactory Jonas Jenwald 2023-06-30 10:25:45 +02:00
  • 64aa28953d Fully remove the canvasFactory option from PDFPageProxy.render (PR 16242 follow-up) Jonas Jenwald 2023-06-30 09:21:45 +02:00
  • d3723cec95 Remove outdated polyfill comment from src/pdf.image_decoders.js Jonas Jenwald 2023-06-30 07:29:45 +02:00
  • 39113baa33 Move the transfers computation into the AnnotationStorage class Jonas Jenwald 2023-06-29 08:43:02 +02:00
  • f373fcb356 Remove a couple of unused options from the GrabToPan constructor Jonas Jenwald 2023-06-29 13:16:10 +02:00
  • 88c7c8b5bf
    Merge pull request #16588 from calixteman/editor_stamp_2 calixteman 2023-06-28 22:42:54 +02:00
  • d329267926 Use Element.scrollTo unconditionally in the GrabToPan class Jonas Jenwald 2023-06-28 12:34:03 +02:00
  • 4f82dd3932 Create a GrabToPan-instance lazily in the PDFCursorTools class Jonas Jenwald 2023-06-28 12:23:02 +02:00
  • 789e318cf7 A couple of small tweaks of the PDFCursorTools class Jonas Jenwald 2023-06-28 12:16:46 +02:00
  • 8330390757 Improve lint-chromium to output actionable information Rob Wu 2023-06-26 18:46:37 +02:00
  • 50488d7a47
    Merge pull request #16608 from Snuffleupagus/PDFPageView-refactor-filterFactory Jonas Jenwald 2023-06-27 15:13:00 +02:00
  • a024cd0127 Re-factor how HCM highlight-filters are handled in the viewer components (PR 16593 follow-up) Jonas Jenwald 2023-06-26 23:12:37 +02:00
  • 9aedf00ffe Revert "Temporarily stop listing the official Chrome extension in the main README" Rob Wu 2023-06-25 15:21:03 +02:00
  • c4a61a7692
    Merge pull request #16593 from calixteman/popup_hcm calixteman 2023-06-26 16:34:17 +02:00
  • d357906c3f
    Merge pull request #16605 from Snuffleupagus/rm-enableFloatingToolbar-pref Jonas Jenwald 2023-06-26 15:56:14 +02:00
  • 599b9498f2 [Editor] Add support for printing/saving newly added Stamp annotations Calixte Denizet 2023-06-22 19:48:40 +02:00
  • 80b4708fa3 [GeckoView] Remove the enableFloatingToolbar preference Jonas Jenwald 2023-06-26 15:17:03 +02:00
  • 21383fb2d1
    Merge pull request #16602 from Snuffleupagus/gulpfile-TESTING-nullish-coalescing Jonas Jenwald 2023-06-26 14:54:45 +02:00
  • d7ae2f86e8
    Merge pull request #16604 from Snuffleupagus/pdfviewer_api-test-Node Jonas Jenwald 2023-06-26 14:50:45 +02:00
  • c519cc821b Improve highlightments and popups in HCM (bug 1830850) Calixte Denizet 2023-06-23 15:47:59 +02:00
  • 5f5db4b160 Run the PDF.js-viewer API unit-test in Node.js environments (PR 16592 follow-up) Jonas Jenwald 2023-06-26 09:30:13 +02:00
  • 9e7023776e Use nullish coalescing when handling the TESTING build-target Jonas Jenwald 2023-06-25 16:02:31 +02:00
  • ccb72073b0
    Merge pull request #16598 from Snuffleupagus/update-packages Tim van der Meij 2023-06-25 15:19:01 +02:00
  • 0126774e98
    Merge pull request #16600 from Rob--W/crx-min-version-88 Tim van der Meij 2023-06-25 15:14:20 +02:00
  • 1f29baad22 Set minimum_chrome_version to 88 Rob Wu 2023-06-03 12:02:13 +02:00
  • a4ddf7baaa Update l10n files Jonas Jenwald 2023-06-25 09:19:03 +02:00
  • 744b01b637 Update npm packages Jonas Jenwald 2023-06-25 09:18:41 +02:00
  • fa95bbce12
    Merge pull request #16569 from Snuffleupagus/PDFScriptingManager-private Tim van der Meij 2023-06-24 19:50:17 +02:00
  • 436699b0db
    Merge pull request #16592 from Snuffleupagus/rm-viewer-component-default-factory Tim van der Meij 2023-06-24 19:39:37 +02:00
  • 1ea502aaf9
    Merge pull request #16590 from Snuffleupagus/rm-util-unused-const Tim van der Meij 2023-06-24 19:36:11 +02:00
  • 371ee778ff
    Merge pull request #16597 from Snuffleupagus/firefox-getPreferences-cleanup Tim van der Meij 2023-06-24 19:34:42 +02:00
  • 7667f55e45 [Firefox] Simplify FirefoxPreferences._readFromStorage (PR 16583 follow-up) Jonas Jenwald 2023-06-24 18:33:17 +02:00
  • e153e3a741 Expose FindState in the viewer-components (issue 16589) Jonas Jenwald 2023-06-24 13:23:02 +02:00
  • f596490a1b Add a unit-test to check that the *official* PDF.js-viewer API exposes the expected functionality Jonas Jenwald 2023-06-23 12:21:58 +02:00
  • c5e4a22ee0 [api-minor] Remove the default-factories from the viewer components (PR 15811 follow-up) Jonas Jenwald 2023-06-23 11:52:43 +02:00
  • b4b9419841 Remove a couple of unused constants from src/shared/util.js Jonas Jenwald 2023-06-23 10:37:27 +02:00
  • e9ccbd2856
    Merge pull request #16587 from Snuffleupagus/test-pdfjs-API Jonas Jenwald 2023-06-22 17:53:45 +02:00
  • 0bbadce066 Add a unit-test to check that the *official* PDF.js API exposes the expected functionality Jonas Jenwald 2023-06-22 15:16:25 +02:00
  • 25a07d92d0 [Firefox] Stub out the isValidFetchUrl function in MOZCENTRAL builds Jonas Jenwald 2023-06-22 15:02:54 +02:00
  • 547b8276e6 [api-minor] Re-factor the PDFScriptingManager class to use private fields/methods Jonas Jenwald 2023-06-20 12:40:48 +02:00
  • cca299eeb9 [GeckoView] Ignore Scroll/Spread-modes in the PDFViewer setters Jonas Jenwald 2023-06-20 12:32:58 +02:00
  • 03059e1f86
    Merge pull request #16573 from Snuffleupagus/move-fixupLangCode Jonas Jenwald 2023-06-21 22:18:26 +02:00
  • fe1c36a0ed Move the fixupLangCode helper function into the web/genericl10n.js file Jonas Jenwald 2023-06-20 21:26:59 +02:00
  • 24b2c3a5e3
    Merge pull request #16583 from Snuffleupagus/Firefox-disable-pref-changes Jonas Jenwald 2023-06-21 21:07:28 +02:00
  • 5c0872d1b0 [Firefox] Avoid unnecessary string-parsing when reading preferences Jonas Jenwald 2023-06-21 19:53:30 +02:00
  • 1f9d1f3696 [Firefox] Disable the ability to change preferences directly from the viewer Jonas Jenwald 2023-06-21 18:28:35 +02:00
  • 7742d6e4a6
    Merge pull request #16581 from Snuffleupagus/Lexer-getNumber-sign Jonas Jenwald 2023-06-21 15:34:55 +02:00
  • fe869aca38 Simplify the sign handling in the Lexer.getNumber method Jonas Jenwald 2023-06-21 14:47:29 +02:00
  • 9a6f439dc7
    Merge pull request #16578 from calixteman/issue16576 calixteman 2023-06-21 13:55:51 +02:00
  • 71c60d523d
    Merge pull request #16580 from Snuffleupagus/rm-OverlayManager-unregister Jonas Jenwald 2023-06-21 13:23:07 +02:00
  • 7f53fb82a5 Remove the OverlayManager.unregister method since it's completely unused Jonas Jenwald 2023-06-21 13:13:53 +02:00
  • 8ae1c8dd81 [Editor] Hide visible popups when editing Calixte Denizet 2023-06-21 10:41:19 +02:00
  • b8f5a14925
    Merge pull request #16579 from calixteman/issue16577 calixteman 2023-06-21 12:26:02 +02:00
  • 19f7a8b899 [Editor] Don't make editable an empty freetext annotation Calixte Denizet 2023-06-21 11:07:14 +02:00
  • 7588418b09
    Merge pull request #16572 from Snuffleupagus/annotationLayer-NullL10n Jonas Jenwald 2023-06-20 21:20:19 +02:00
  • 19880fcf9a [api-minor] Move the l10n-translation into the AnnotationLayer Jonas Jenwald 2023-06-20 16:46:51 +02:00
  • 197e806c86 [api-minor] Ensure that the AnnotationLayer gets a default l10n-instance in GENERIC builds (PR 16552 follow-up) Jonas Jenwald 2023-06-20 16:44:09 +02:00
  • a656d71959
    Merge pull request #16570 from calixteman/it calixteman 2023-06-20 18:10:50 +02:00
  • 5ffaa64167 Fix integration tests Calixte Denizet 2023-06-20 17:36:31 +02:00
  • fc487c8aa9
    Merge pull request #16552 from calixteman/simplify_popup calixteman 2023-06-20 16:10:45 +02:00
  • d1e172458f [api-minor] Make the popup independent of their associated annotations Calixte Denizet 2023-06-15 11:59:59 +02:00
  • d01efc6767
    Merge pull request #16567 from calixteman/issue16566 calixteman 2023-06-19 23:50:40 +02:00
  • ae3cee95a6 [Editor] Show hidden annotations once editing is finished Calixte Denizet 2023-06-19 21:31:26 +02:00
  • a5c10b6d89
    Merge pull request #16563 from calixteman/bug1838855 calixteman 2023-06-16 20:40:34 +02:00
  • 5c0054d58d Guess that a checkbox belongs to a group in using its T value (bug 1838855) Calixte Denizet 2023-06-16 18:45:09 +02:00
  • 46b8f9e2f2
    Merge pull request #16561 from calixteman/editor_copy_existing calixteman 2023-06-16 14:47:55 +02:00
  • ca3e45755c [Editor] Avoid an exception when copying an existing editor Calixte Denizet 2023-06-16 13:00:00 +02:00
  • 04c31a55d2
    Merge pull request #16558 from Snuffleupagus/writeStream-filter-fixes Jonas Jenwald 2023-06-16 13:07:41 +02:00
  • 2cb113b545 Improve handling of /Filter-entries in writeStream Jonas Jenwald 2023-06-15 20:48:54 +02:00
  • bd46a934ec
    Merge pull request #16559 from calixteman/test_compression Jonas Jenwald 2023-06-16 10:27:10 +02:00
  • 85b38fc247 Add a test to check that the compression is ok when saving an annotation Calixte Denizet 2023-06-16 09:44:18 +02:00
  • 8937cac621
    Merge pull request #16556 from calixteman/no_dup_when_saving calixteman 2023-06-15 23:47:25 +02:00
  • 5f1fba503c
    Merge pull request #16557 from calixteman/no_events_on_canvas calixteman 2023-06-15 22:18:12 +02:00
  • 71479fdd21 [Editor] Avoid to have duplicated entries in the Annot array when saving an existing and modified annotation Calixte Denizet 2023-06-15 20:43:57 +02:00
  • dd21139405 Disable events on canvas in the annotation layer Calixte Denizet 2023-06-15 21:10:40 +02:00
  • 64520a0c63
    Merge pull request #16555 from calixteman/empty_freetext calixteman 2023-06-15 19:44:13 +02:00
  • 1ab34d2ae4 [Editor] Don't add an editor for empty FreeText annotations Calixte Denizet 2023-06-15 18:33:03 +02:00
  • 5581e22cc7
    Merge pull request #16535 from calixteman/restore_freetext calixteman 2023-06-15 18:10:41 +02:00
  • 9f60686c59
    Merge pull request #16554 from calixteman/issue16553 calixteman 2023-06-15 16:20:54 +02:00