Commit Graph

  • 1b91b3c167
    Merge pull request #1 from YannickTuri/patch-1 YannickTuri 2023-12-12 16:29:56 +0100
  • 7df77f6442
    Update app.js YannickTuri 2023-12-12 16:28:57 +0100
  • 76e3e52021
    Merge pull request #17415 from emielmolenaar/fix-viewer-button-closing-tag Tim van der Meij 2023-12-11 22:30:53 +0100
  • 27d4fff5f2
    Merge pull request #17412 from mozilla/dependabot/github_actions/actions/deploy-pages-3 Tim van der Meij 2023-12-11 22:24:13 +0100
  • 51187dce06
    Merge pull request #17411 from mozilla/dependabot/github_actions/actions/setup-python-5 Tim van der Meij 2023-12-11 22:23:38 +0100
  • 844c4ebad3
    Adds missing button closing tag #17415 Emiel Molenaar 2023-12-11 17:42:43 +0100
  • b388d407a8
    Bump actions/deploy-pages from 2 to 3 #17412 dependabot[bot] 2023-12-11 12:14:23 +0000
  • 93143c03fa
    Bump actions/setup-python from 4 to 5 #17411 dependabot[bot] 2023-12-11 12:14:19 +0000
  • 7c7e645370 Slightly delay rendering during scrolling in the viewer (bug 1854145) #17402 Jonas Jenwald 2023-12-10 12:57:13 +0100
  • 39a1fc6992
    Merge pull request #17400 from calixteman/autoprint_test Tim van der Meij 2023-12-09 20:12:45 +0100
  • 82be74d036 Set a print listener as soon as possible in the autoprint integration test #17400 Calixte Denizet 2023-12-09 15:00:11 +0100
  • 056e6393d0
    Merge pull request #17398 from calixteman/test_dont_run_beforeunload Tim van der Meij 2023-12-09 15:04:00 +0100
  • 553729869b
    Merge pull request #17397 from Snuffleupagus/app-createScripting-move-options Jonas Jenwald 2023-12-09 14:33:42 +0100
  • 92c15a61f1 Re-factor how the sandboxBundleSrc option is passed to PDFScriptingManager #17397 Jonas Jenwald 2023-12-09 09:40:07 +0100
  • 988d3a188f
    Merge pull request #17395 from Snuffleupagus/pypdf-2332 Jonas Jenwald 2023-12-09 14:18:29 +0100
  • e25cf1ba6f Don't run beforeunload callback when closing page in integration tests #17398 Calixte Denizet 2023-12-09 14:12:40 +0100
  • a1d859c082 Disable the "should compress and save text" unit-test in Node.js (PR 17202 follow-up) #17395 Jonas Jenwald 2023-12-09 10:41:37 +0100
  • d6b9e62463
    Merge pull request #17391 from Snuffleupagus/AppOptions-collect-non-MOZCENTRAL Tim van der Meij 2023-12-09 13:59:38 +0100
  • c908f2d55c
    Merge pull request #17372 from Snuffleupagus/fuzzing-VerbosityLevel-ERRORS Tim van der Meij 2023-12-09 13:57:23 +0100
  • 63eb8991a3 Support Annotations with corrupt /BS-entries Jonas Jenwald 2023-12-09 10:30:23 +0100
  • 07aa706f1c
    Merge pull request #17172 from whimboo/webdriver-bidi calixteman 2023-12-08 23:02:37 +0100
  • d04d28a56d
    Remove unnecessary loop for closing open pages #17172 Henrik Skupin 2023-12-08 21:59:18 +0100
  • 4db01746d8
    Run integration tests with WebDriver BiDi instead of CDP for Firefox. Henrik Skupin 2023-10-25 10:37:43 +0200
  • 15103600ea
    Merge pull request #17393 from whimboo/puppeteer_21.6.0 calixteman 2023-12-08 18:59:25 +0100
  • a067d38ce3
    Update Puppeteer to version 21.6.0 and force "CDP" protocol #17393 Henrik Skupin 2023-12-08 12:27:44 +0100
  • 8f56953e92 Update Puppeteer to version 21.6.0 #17392 Calixte Denizet 2023-12-08 10:34:15 +0100
  • d56453289c
    Merge pull request #17387 from calixteman/integration_test_promises calixteman 2023-12-07 17:21:43 +0100
  • c63af10191 Use page.evaluateHandle when we want to await on document promises in integration tests #17387 Calixte Denizet 2023-12-06 15:27:31 +0100
  • 628054ee53 Collect a few non-MOZCENTRAL AppOptions default values together #17391 Jonas Jenwald 2023-12-07 16:58:09 +0100
  • f54cfe065a
    Merge pull request #17388 from calixteman/no_double_color_picker calixteman 2023-12-06 16:29:33 +0100
  • a692f8681b
    Merge pull request #17386 from Snuffleupagus/issue-17361 Jonas Jenwald 2023-12-06 16:21:18 +0100
  • cb9c855993 [Editor] Avoid to have a color picker for highlighting twice in the main toolbar #17388 Calixte Denizet 2023-12-06 16:10:29 +0100
  • 6b6b7867af Remove focus from the toggleButton when closing the sidebar with a mouse (issue 17361) #17386 Jonas Jenwald 2023-12-06 11:07:38 +0100
  • 8702e1bbb2
    Merge pull request #17359 from calixteman/editor_highlight_color_picker calixteman 2023-12-06 11:06:55 +0100
  • 7e64f8213d
    Merge pull request #17385 from calixteman/bug1868503 calixteman 2023-12-06 10:48:32 +0100
  • c8f6b39fc1
    Merge pull request #17381 from calixteman/editor_highlight_selected calixteman 2023-12-06 10:28:39 +0100
  • 098cc16c46 Set text field value as a string when it's for a date or a time (bug 1868503) #17385 Calixte Denizet 2023-12-06 09:44:30 +0100
  • ff23d37fa2 [Editor] Add a color picker with predefined colors for highlighting text (bug 1866434) #17359 Calixte Denizet 2023-11-30 16:21:13 +0100
  • 621b7af60d [Editor] Highlight must keep selected after the document has been scrolled #17381 Calixte Denizet 2023-12-05 23:22:35 +0100
  • c0436013a0
    Merge pull request #17380 from calixteman/issue17379 calixteman 2023-12-05 23:03:12 +0100
  • f7fec8c6d7 [Editor] Don't remove elements from the draw layer after it has been destroyed #17380 Calixte Denizet 2023-12-05 22:01:49 +0100
  • a8bd85f11b Remove unneeded awaits for events from input actions #17378 Alexandra Borovova 2023-12-05 17:26:21 +0100
  • 319e85449e
    Merge pull request #17377 from Snuffleupagus/pr-17352-follow-up Jonas Jenwald 2023-12-05 15:06:13 +0100
  • 7f04ce4d22
    Merge pull request #17374 from calixteman/bug1865341 calixteman 2023-12-05 14:50:15 +0100
  • c0bc5f9013 Remove the unused --editor-toolbar-active-bg-color CSS variable (PR 17352 follow-up) #17377 Jonas Jenwald 2023-12-05 14:01:23 +0100
  • ae5828c968 [Editor] Avoid conflicts between new persistent refs and the ones created when saving (bug 1865341) #17374 Calixte Denizet 2023-12-04 20:49:15 +0100
  • 795c63e400
    Merge pull request #17375 from calixteman/bug1867588 calixteman 2023-12-05 10:54:11 +0100
  • 11610a9e66 [Editor] Always give the focus to the ink editor when starting drawing (bug 1867588) #17375 Calixte Denizet 2023-12-04 23:13:31 +0100
  • a3637e653f
    Merge pull request #17370 from calixteman/issue17368 calixteman 2023-12-04 16:58:41 +0100
  • d7bec1b527 Limit the amount of console "spam" during fuzz tests (PR 17337 follow-up) #17372 Jonas Jenwald 2023-12-04 16:19:25 +0100
  • 476cb84d92
    Merge pull request #17367 from timvandermeij/modernize-test Jonas Jenwald 2023-12-04 16:03:19 +0100
  • 43eea0b38e [Editor] Make sure that all layers are disabled when an editing session is done #17370 Calixte Denizet 2023-12-04 13:27:30 +0100
  • ac5667166e
    Modernize the verifyManifestFiles test helper function #17367 Tim van der Meij 2023-12-03 16:31:45 +0100
  • c9a923066b
    Modernize the calculateMD5 test helper function Tim van der Meij 2023-12-03 16:22:47 +0100
  • 5111b6d371
    Merge pull request #17337 from manunio/initial-fuzzing-support Tim van der Meij 2023-12-03 15:12:18 +0100
  • 8bb8070116 fuzz: initial integration - Adds initial fuzz_target for image decoders. - Adds jazzer.js as dev-dependency. - Adds a .eslintrc rule to ignore import/no-unresolved error. #17337 manunio 2023-11-26 04:54:21 +0530
  • 6b3ae4492e
    Merge pull request #17364 from calixteman/editor_disable_highlight calixteman 2023-12-01 18:49:52 +0100
  • a1d84f5ecf
    Merge pull request #17363 from Snuffleupagus/issue-17353 Jonas Jenwald 2023-12-01 18:12:52 +0100
  • 83d0b6cb55 [Editor] Disable mouse events when leaving the highlight mode #17364 Calixte Denizet 2023-12-01 17:10:19 +0100
  • 4c92ec9008 [Firefox] Restore opening of PDF attachments (issue 17353) #17363 Jonas Jenwald 2023-12-01 12:01:05 +0100
  • 096426f073
    Merge pull request #17360 from Snuffleupagus/issue-17347 Jonas Jenwald 2023-12-01 10:22:42 +0100
  • fe3bc575de Disable the "should compress and save text" unit-test in additional Node.js versions (PR 17202 follow-up) #17360 Jonas Jenwald 2023-11-30 20:47:15 +0100
  • 412502370d Remove the "transitionend" event listener from the default viewer (issue 17347) Jonas Jenwald 2023-11-30 20:29:40 +0100
  • d65dca7811
    Merge pull request #17358 from whimboo/mouse_click_count calixteman 2023-11-30 10:12:37 +0100
  • 9052327e07
    Use "count" and not "clickCount" when calling page.mouse.click() #17358 Henrik Skupin 2023-11-30 09:40:57 +0100
  • deee7faf06
    Merge 53144adf83 into 9ac1ac6ed3 #17306 Sv Valadez 2023-11-29 19:26:21 -0600
  • 9ac1ac6ed3
    Merge pull request #17352 from calixteman/move_button_hcm calixteman 2023-11-29 20:21:16 +0100
  • 91eda77f63 [Editor] Fix the colors in HCM when hovering a button in the editor toolbar #17352 Calixte Denizet 2023-11-29 16:50:00 +0100
  • 6a35e4206e
    Merge pull request #17351 from calixteman/fix_mc_test calixteman 2023-11-29 11:48:42 +0100
  • 05ca005eeb [Editor] Fix subtype for telemetry data (follow-up of #17329) #17351 Calixte Denizet 2023-11-29 11:09:18 +0100
  • 59cf2ee5a9
    Merge pull request #17338 from Snuffleupagus/rm-FirefoxCom-requestSync calixteman 2023-11-28 16:26:32 +0100
  • b03ce96605 [Firefox] Remove the FirefoxCom.requestSync method, since it's unused #17338 Jonas Jenwald 2023-11-26 12:18:23 +0100
  • 9ca504e538 [Firefox] Don't send the "abortLoading" message synchronously Jonas Jenwald 2023-11-26 12:18:17 +0100
  • ddebb0f954 [Firefox] Don't send the "initPassiveLoading" message synchronously Jonas Jenwald 2023-11-26 12:18:08 +0100
  • f4952399a4
    Merge pull request #17329 from calixteman/move_alt_text_button calixteman 2023-11-28 15:57:35 +0100
  • 59112a7730 [Editor] Move the alt text button in the editor toolbar #17329 Calixte Denizet 2023-11-24 14:05:29 +0100
  • 8e2507e0e8
    Merge pull request #17317 from calixteman/editor_highlight calixteman 2023-11-28 15:12:43 +0100
  • 1ea6293923 [Editor] Add a new editor to highlight some text in a pdf (bug 1866119) #17317 Calixte Denizet 2023-11-22 19:02:42 +0100
  • 4bf7ff2027
    Merge pull request #17344 from calixteman/issue17342 calixteman 2023-11-27 16:53:48 +0100
  • 2be136ab70 [Editor] Avoid to add a new ink editor when we aren't editing anymore #17344 Calixte Denizet 2023-11-27 15:06:23 +0100
  • b7e943bc7d
    Merge pull request #17340 from calixteman/issue17332 calixteman 2023-11-26 19:23:25 +0100
  • 52ea20eda4 Don't throw when there isn't enough data to get block info in flate stream #17340 Calixte Denizet 2023-11-26 17:32:52 +0100
  • 02a0189795
    Merge pull request #17339 from timvandermeij/bump Tim van der Meij 2023-11-26 13:50:08 +0100
  • dd07267da6
    Bump the stable version in pdfjs.config #17339 Tim van der Meij 2023-11-26 13:46:23 +0100
  • f4b396f6c8
    Merge pull request #17334 from timvandermeij/updates v4.0.269 Tim van der Meij 2023-11-25 19:42:40 +0100
  • ab692f805a
    Update translations to the most recent versions #17334 Tim van der Meij 2023-11-25 17:29:49 +0100
  • dd7ff7e662
    Update the JSDoc comments for the new TypeScript version Tim van der Meij 2023-11-25 18:00:40 +0100
  • 37d5f2d2ca Remove useless message handlers #17335 Calixte Denizet 2023-11-25 18:40:43 +0100
  • 8aa26fad24
    Update the code style for the new Prettier version Tim van der Meij 2023-11-25 17:28:14 +0100
  • 7381515e20
    Update dependencies to the most recent versions Tim van der Meij 2023-11-25 17:25:35 +0100
  • 9d863f5180
    Merge pull request #17331 from calixteman/lang_marker calixteman 2023-11-25 16:43:37 +0100
  • eb5f610d18 Remove language codes from text strings. #17331 Calixte Denizet 2023-11-24 20:17:15 +0100
  • 4b1de1537f
    Merge pull request #17320 from tamuratak/fix_webpack_readme Tim van der Meij 2023-11-25 12:49:04 +0100
  • 3d9f68cb97
    Merge pull request #17328 from Snuffleupagus/fetchData-blob Jonas Jenwald 2023-11-25 08:31:12 +0100
  • 58316369e5
    Merge pull request #17330 from calixteman/issue17327 calixteman 2023-11-24 19:09:18 +0100
  • 42147e8839 [Editor] Only focus the canvas for mouse events when drawing in the canvas #17330 Calixte Denizet 2023-11-24 16:00:00 +0100
  • fd7a7e2859 Use the fetchData helper function in more cases #17328 Jonas Jenwald 2023-11-24 12:56:22 +0100
  • d679078beb
    Merge pull request #17318 from calixteman/bug1864136_2 calixteman 2023-11-24 08:40:23 +0100
  • 1f0f51613a Make sure that only one radio button is checked in its group (bug 1864136) #17318 Calixte Denizet 2023-11-22 20:23:52 +0100
  • cd12326058 Test #17322 Calixte Denizet 2023-11-23 10:03:53 +0100