Commit Graph

  • 67646387c8
    Merge pull request #16986 from calixteman/alt_text_contents calixteman 2023-09-20 18:52:37 +02:00
  • 9a677d0d4d [Editor] Change some strings in the alt-text dialog Calixte Denizet 2023-09-20 11:00:07 +02:00
  • 0317d3e168
    Merge pull request #16987 from calixteman/alt_text_telemetry calixteman 2023-09-20 17:34:59 +02:00
  • 0a278ef0bc [Editor] Add more telemetry for the 'add image' feature (bug 1853960) Calixte Denizet 2023-09-20 12:45:24 +02:00
  • b80e0d881d
    Merge pull request #16984 from Snuffleupagus/altText-close calixteman 2023-09-20 11:14:28 +02:00
  • b7fa4fb0f7
    Merge pull request #16983 from calixteman/alt_text_tooltip calixteman 2023-09-20 11:00:31 +02:00
  • 7952a36384 [Editor] Add a tooltip showing the alt text when hovering the alt-text button (bug 1844952) Calixte Denizet 2023-09-19 23:20:41 +02:00
  • 21c55b56bf Don't try to close the altText dialog if it's not open (PR 16977 follow-up) Jonas Jenwald 2023-09-20 07:45:33 +02:00
  • 8d326e5e30
    Merge pull request #16982 from calixteman/alt_text_rm_copy_listeners calixteman 2023-09-19 22:52:49 +02:00
  • c162b004ce [Editor] Remove copy/paste listener when alt text dialog is displayed Calixte Denizet 2023-09-19 22:41:47 +02:00
  • 54f6264d5b
    Merge pull request #16977 from calixteman/add_alt_text calixteman 2023-09-19 21:59:59 +02:00
  • c12049db07 [Editor] Allow the user to add and save an alt-text for images (bug 1844952) Calixte Denizet 2023-09-19 00:03:49 +02:00
  • 29a48f9479
    Merge pull request #16981 from Snuffleupagus/optionalContent-type-missing Jonas Jenwald 2023-09-19 15:15:00 +02:00
  • 0ac8f33e13 Ignore optional content with missing /Type-entries Jonas Jenwald 2023-09-19 12:26:55 +02:00
  • daae6589b6
    Merge pull request #16979 from calixteman/alt_text_change_str1 calixteman 2023-09-19 10:36:50 +02:00
  • b9469c2059
    Merge pull request #16980 from calixteman/rounded_resizers calixteman 2023-09-19 10:12:11 +02:00
  • f7870c04ae [Editor] Make the border of the resizers slightly rounded Calixte Denizet 2023-09-19 09:56:54 +02:00
  • 0df9d1d934 [Editor] Update alt text dialog description Calixte Denizet 2023-09-19 09:27:43 +02:00
  • 5ac40b71c0
    Merge pull request #16952 from calixteman/alt_text_window calixteman 2023-09-18 21:49:33 +02:00
  • df0da86b64 [Editor] Add a dialog box in order to get alt-text data (bug 1844952) Calixte Denizet 2023-09-15 14:06:50 +02:00
  • c0ed7fff2c
    Merge pull request #16975 from calixteman/alt_text_fix_icon_dims calixteman 2023-09-18 19:53:48 +02:00
  • 60ccce5cb1 [Editor] Use the same height as in the svg for icons for the alt-text button Calixte Denizet 2023-09-18 19:07:36 +02:00
  • c8727d9c70
    Merge pull request #16974 from calixteman/fix_css_linter_issue calixteman 2023-09-18 19:01:33 +02:00
  • 2bd7bb3847
    Merge pull request #16972 from calixteman/alt_text_icon_alpha calixteman 2023-09-18 18:46:46 +02:00
  • 9b6e37c2cd Fix a CSS linter issue in removing a useless comma Calixte Denizet 2023-09-18 18:45:14 +02:00
  • 9dbe95c63c [Editor] Avoid to have some transparency in the icon used in the 'Alt text' button Calixte Denizet 2023-09-18 18:25:03 +02:00
  • b85281914f
    Merge pull request #16955 from calixteman/alt_text_button calixteman 2023-09-18 15:50:10 +02:00
  • a216836fd5 [Editor] Add a button to trigger a dialog for adding an alt text (bug 1844952) Calixte Denizet 2023-09-15 16:32:16 +02:00
  • 3afb717eed
    Merge pull request #16938 from calixteman/update_struct_tree calixteman 2023-09-18 13:04:52 +02:00
  • 01428f1e23
    Wait for visibility change in the issue15053 integration test Tim van der Meij 2023-09-17 19:45:28 +02:00
  • 1b3ccf1321
    Wait for selector instead of timeout in the freetext double click move integration test Tim van der Meij 2023-09-17 18:49:11 +02:00
  • 97819891b6
    Merge pull request #16964 from timvandermeij/fix-intermittent-annotations-move Tim van der Meij 2023-09-17 17:46:19 +02:00
  • 306cca930f
    Fix off-by-one errors in the "FreeText must move several annotations" integration test Tim van der Meij 2023-09-17 14:54:46 +02:00
  • e37e7b6f39
    Merge pull request #16962 from timvandermeij/fix-intermittent-bug1844576 Tim van der Meij 2023-09-17 14:12:55 +02:00
  • 0d3fbc1818
    Wait for selector instead of timeout in the bug1844576 integration test Tim van der Meij 2023-09-17 12:59:56 +02:00
  • dd46110f6b
    Use the page.$eval method in the bug1844576 integration test Tim van der Meij 2023-09-17 12:55:13 +02:00
  • 518590ac7d
    Merge pull request #16961 from Snuffleupagus/debugger-rm-closure Tim van der Meij 2023-09-17 11:45:14 +02:00
  • 98671c3618
    Merge pull request #16959 from Snuffleupagus/rm-CipherTransformFactory-closure Tim van der Meij 2023-09-17 11:42:20 +02:00
  • 2d79be941e Convert PDFBug, in web/debugger.js, to a class with static methods Jonas Jenwald 2023-09-17 08:06:43 +02:00
  • c9cd934f8a Stop hard-coding the panel width in web/debugger.js Jonas Jenwald 2023-09-17 08:06:33 +02:00
  • 22cd0c6ff8 Remove the closure from the Stepper class in web/debugger.js Jonas Jenwald 2023-09-17 08:06:26 +02:00
  • a8573d4e1b [Editor] Add the ability to create/update the structure tree when saving a pdf containing newly added annotations (bug 1845087) Calixte Denizet 2023-09-11 17:51:22 +02:00
  • 0304b65fcd Remove the closure from the CipherTransformFactory class Jonas Jenwald 2023-09-16 16:34:24 +02:00
  • b49fe5baac
    Merge pull request #16958 from timvandermeij/puppeteer Tim van der Meij 2023-09-16 15:09:56 +02:00
  • 7f8de83e96
    Merge pull request #16957 from Snuffleupagus/SaveDocument-more-await Tim van der Meij 2023-09-16 14:31:05 +02:00
  • 6c5d5f3cb9
    Update Puppeteer to version 21.2.1 Tim van der Meij 2023-09-16 14:02:41 +02:00
  • 89c8f90a14
    Merge pull request #16956 from Snuffleupagus/opMap-rm-getLookupTableFactory Tim van der Meij 2023-09-16 13:51:33 +02:00
  • ff96c413d3 Use await even more in the "SaveDocument" worker-thread handler Jonas Jenwald 2023-09-16 13:06:48 +02:00
  • 4dd197ae3f
    Merge pull request #16954 from Snuffleupagus/rm-colorspace-closure Tim van der Meij 2023-09-16 12:28:32 +02:00
  • 316d1ec5ef Simplify the EvaluatorPreprocessor.opMap getter a little bit Jonas Jenwald 2023-09-16 10:25:18 +02:00
  • 8cb5d01acd Remove the closure from the LabCS class Jonas Jenwald 2023-09-15 15:53:30 +02:00
  • 52fa66a98b Remove the closure from the CalRGBCS class Jonas Jenwald 2023-09-15 15:53:22 +02:00
  • 4d615f087f Remove the closure from the CalGrayCS class Jonas Jenwald 2023-09-15 15:53:16 +02:00
  • d2c8997380 Remove the closure from the DeviceCmykCS class Jonas Jenwald 2023-09-15 15:53:05 +02:00
  • 586d3add46
    Merge pull request #16951 from Snuffleupagus/tweak-pattern-getB Jonas Jenwald 2023-09-15 14:06:51 +02:00
  • 628ca737dd Make it possible to clear the cache, used by the getB function in src/core/pattern.js Jonas Jenwald 2023-09-15 11:58:47 +02:00
  • 4c0fbe51e5
    Merge pull request #16950 from calixteman/resizers_hcm calixteman 2023-09-15 11:52:27 +02:00
  • 93ce7c5a89 Change the getB function, in src/core/pattern.js, to use the exponentiation operator Jonas Jenwald 2023-09-15 11:46:00 +02:00
  • 38f60a7eff [Editor] Change the colors of the outline and the resizers for selected editors in HCM Calixte Denizet 2023-09-15 10:29:49 +02:00
  • 8d695c982f
    Merge pull request #16943 from calixteman/new_resizers calixteman 2023-09-14 10:42:18 +02:00
  • 01f9f385d7 [Editor] Change the style of the bounding box and the resizers (bug 1852897) Calixte Denizet 2023-09-12 21:29:20 +02:00
  • 920e51a1e6
    Merge pull request #16944 from calixteman/move_dom_after_position calixteman 2023-09-13 12:34:21 +02:00
  • 720963bbe6 [Editor] Move an editor in the DOM just after having moved it on the screen Calixte Denizet 2023-09-13 10:51:13 +02:00
  • b1578225fc
    Merge pull request #16941 from Snuffleupagus/SaveDocument-await-requestLoadedStream Jonas Jenwald 2023-09-12 17:34:34 +02:00
  • 50937a3539 Ensure that the entire PDF document is loaded *before* we begin saving it Jonas Jenwald 2023-09-12 13:09:58 +02:00
  • 953f271425
    Merge pull request #16940 from calixteman/get_back_focus_when_required calixteman 2023-09-12 13:22:47 +02:00
  • 5646604883 [Editor] Only get back the focus when it has been lost after an editor has been moved in the DOM Calixte Denizet 2023-09-12 12:17:24 +02:00
  • 221ee6ca37
    Merge pull request #16932 from timvandermeij/unit-test-enable Tim van der Meij 2023-09-10 18:12:56 +02:00
  • 66507ccae8
    Enable unit test "creates pdf doc from non-existent URL" Tim van der Meij 2023-09-10 15:44:07 +02:00
  • 5f93638045
    Merge pull request #16925 from timvandermeij/updates Tim van der Meij 2023-09-10 11:30:56 +02:00
  • 981ef9e31e
    Update translations Tim van der Meij 2023-09-09 15:37:23 +02:00
  • f42d70a24e
    Update packages Tim van der Meij 2023-09-09 15:28:17 +02:00
  • 18a661b6a0
    Merge pull request #16920 from Snuffleupagus/annotationGlobals Jonas Jenwald 2023-09-09 09:55:49 +02:00
  • cf7efdb040
    Merge pull request #16921 from calixteman/simplify_write calixteman 2023-09-08 21:25:44 +02:00
  • 52cc1220e4 Simplify writeObject function Calixte Denizet 2023-09-08 19:29:29 +02:00
  • b903b3030a
    Merge pull request #16916 from calixteman/parent_in_struct_tree calixteman 2023-09-08 16:24:47 +02:00
  • b5b061cdb6 Slightly re-factor the parameter handling in Catalog.parseDestDictionary Jonas Jenwald 2023-09-07 15:31:32 +02:00
  • df9cce39c0 Slightly reduce asynchronicity when parsing Annotations Jonas Jenwald 2023-09-07 14:14:35 +02:00
  • c6f7e722c9 [Editor] Add the parent tag id (if any) to the serialized editors (bug 1845087) Calixte Denizet 2023-09-07 18:02:55 +02:00
  • 3e32d87be7
    Merge pull request #16915 from calixteman/issue16914 calixteman 2023-09-07 16:46:33 +02:00
  • a8a50c567a Construct the correct field name and strip out classes when searching Calixte Denizet 2023-09-07 15:52:58 +02:00
  • 5ffa23c7f1
    Merge pull request #16911 from calixteman/issue16872 calixteman 2023-09-07 14:59:47 +02:00
  • 8ab4e2e6e7 [Editor] Avoid to use parent of editors in destroyed pages Calixte Denizet 2023-09-07 12:30:29 +02:00
  • cf5a1d60a6
    Merge pull request #16897 from mozilla/dependabot/github_actions/actions/checkout-4 Jonas Jenwald 2023-09-05 17:46:48 +02:00
  • 03eabae613
    Merge pull request #16905 from calixteman/bug1851517 calixteman 2023-09-05 15:19:36 +02:00
  • d03494eeff Only call the focus/blur callbacks when it's necessary (bug 1851517) Calixte Denizet 2023-09-05 14:15:01 +02:00
  • 92792a8215
    Merge pull request #16902 from Snuffleupagus/FileAttachment-keyboard-download Jonas Jenwald 2023-09-05 12:45:04 +02:00
  • e7800c22dd Support downloading FileAttachment annotations with the keyboard Jonas Jenwald 2023-09-04 23:11:30 +02:00
  • f2a4f2adaf
    Merge pull request #16899 from calixteman/bug1851498 calixteman 2023-09-05 11:28:23 +02:00
  • a00b542f2f Unconditionally render non-form annotations in the annotation layer (bug 1851498) Calixte Denizet 2023-09-04 17:29:50 +02:00
  • 08f9e48280
    Merge pull request #16898 from calixteman/make_annotation_focusable calixteman 2023-09-04 18:08:58 +02:00
  • 7f44f353b3 Make annotations focusable (bug 1851489) Calixte Denizet 2023-09-04 16:19:06 +02:00
  • 48a2c29f98
    Bump actions/checkout from 3 to 4 dependabot[bot] 2023-09-04 12:51:59 +00:00
  • b18a1669ac
    Merge pull request #16896 from Rob--W/grab-to-pan-css-fix Jonas Jenwald 2023-09-04 10:23:12 +02:00
  • 28bda9f68b Drop redundant styles from .grab-to-pan-grab:active Rob Wu 2023-09-03 19:45:18 +02:00
  • 1e7c907fbf
    Merge pull request #16881 from Snuffleupagus/InternalRenderTask-tweaks Tim van der Meij 2023-09-03 13:05:31 +02:00
  • 11c5213185
    Merge pull request #16895 from Snuffleupagus/update-packages Tim van der Meij 2023-09-03 13:03:28 +02:00
  • 07cca3ddd9 Update l10n files Jonas Jenwald 2023-09-03 10:01:37 +02:00
  • 92831455bf Update npm packages Jonas Jenwald 2023-09-03 09:59:08 +02:00
  • 87ea2ed4e2
    Merge pull request #16890 from stof/fix_type_generator Jonas Jenwald 2023-09-01 12:00:27 +02:00