Closed Bug 2069176 Opened 2 days ago Closed 2 days ago

Update PDF.js to new version 5b20b7b78ef69e3c03b7c89cd5578b69d13ddb82 from 2026-09-03 19:00:32

Categories

(Firefox :: PDF Viewer, enhancement)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 2069235
Tracking Status
firefox157 --- affected

People

(Reporter: update-bot, Assigned: update-bot)

References

(Blocks 1 open bug)

Details

(Whiteboard: [3pl-filed][task_id: LgmjlGKpQ9SjDAa3dhFQcQ])

Attachments

(1 obsolete file)

This update covers 7 commits. Here are the overall diff statistics, and then the commit information.


toolkit/components/pdfjs/content/build/pdf.mjs | 27 ++++-----
toolkit/components/pdfjs/content/build/pdf.scripting.mjs | 8 +-
toolkit/components/pdfjs/content/build/pdf.worker.mjs | 10 +--
toolkit/components/pdfjs/content/web/viewer-geckoview.mjs | 8 +-
toolkit/components/pdfjs/content/web/viewer.css | 42 +++++++++++---
toolkit/components/pdfjs/content/web/viewer.html | 11 ++-
toolkit/components/pdfjs/content/web/viewer.mjs | 19 +++--
toolkit/components/pdfjs/moz.yaml | 4 +-
8 files changed, 77 insertions(+), 52 deletions(-)


7071056e95fd65cf41a6f71bb04a952afcf1d441 by Calixte Denizet <calixte.denizet@gmail.com>

https://github.com/mozilla/pdf.js/commit/7071056e95fd65cf41a6f71bb04a952afcf1d441
Authored: 2026-09-03 15:48:35 +0200
Committed: 2026-09-03 15:52:48 +0200

Fix the fill area computation for a rotated tiling pattern

Only two diagonal corners of the fill area were transformed into pattern
space, so with a rotated pattern matrix the area could wrongly look like it
fits within a single tile.

It fixes #21878.

Files Added:

  • test/pdfs/issue21878.pdf

Files Modified:

  • src/display/pattern_helper.js
  • test/pdfs/.gitignore
  • test/test_manifest.json

cd8c463ed968de8fe10e138fa73e982e11645acd by Jonas Jenwald <jonas.jenwald@gmail.com>

https://github.com/mozilla/pdf.js/commit/cd8c463ed968de8fe10e138fa73e982e11645acd
Authored: 2026-09-03 12:45:16 +0200
Committed: 2026-09-03 12:53:53 +0200

Replace simple callback functions with arrow functions

This improves consistency in the code-base, and it's also slightly shorter which cannot hurt.

Files Modified:

  • external/builder/test-fixtures.mjs
  • external/builder/test-fixtures_babel.mjs
  • external/cmapscompress/compress.mjs
  • external/cmapscompress/optimize.mjs
  • src/core/metadata_parser.js
  • src/display/content_disposition.js
  • src/scripting_api/util.js
  • test/chromium/test-telemetry.js
  • test/driver.js
  • test/unit/fetch_stream_spec.js
  • test/unit/network_spec.js
  • test/unit/node_stream_spec.js

fcea525640b89a6a5b20dd706c39ca4788fe4e6a by Calixte Denizet <calixte.denizet@gmail.com>

https://github.com/mozilla/pdf.js/commit/fcea525640b89a6a5b20dd706c39ca4788fe4e6a
Authored: 2026-09-02 17:23:09 +0200
Committed: 2026-09-03 09:13:36 +0200

Use moz-message-bar for the Firefox features notification (bug 2057608)

Bug 2066198 lets the PDF viewer load the moz-message-bar module from a
chrome: URL. Add the required CSP and localization entries, and preserve viewer
focus on dismissal.

Files Modified:

  • external/stylelint/mozcentral-tokens.css
  • web/app.js
  • web/viewer.css
  • web/viewer.html

5785c5567876393a74d99925875e448980bbd90a by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

https://github.com/mozilla/pdf.js/commit/5785c5567876393a74d99925875e448980bbd90a
Authored: 2026-09-03 00:11:09 +0000
Committed: 2026-09-03 00:11:09 +0000

Bump @humanfs/node from 0.16.7 to 0.16.8

Bumps @humanfs/node from 0.16.7 to 0.16.8.


updated-dependencies:

  • dependency-name: "@humanfs/node"
    dependency-version: 0.16.8
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <support@github.com>

Files Modified:

  • package-lock.json

7451cb125f4283d248b5923dc8cfe8403531deba by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

https://github.com/mozilla/pdf.js/commit/7451cb125f4283d248b5923dc8cfe8403531deba
Authored: 2026-09-02 22:36:57 +0000
Committed: 2026-09-02 22:36:57 +0000

Bump fast-uri from 3.1.5 to 3.1.7

Bumps fast-uri from 3.1.5 to 3.1.7.


updated-dependencies:

  • dependency-name: fast-uri
    dependency-version: 3.1.7
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] <support@github.com>

Files Modified:

  • package-lock.json

08b565d28be80e6190e6e0fa69d6cba260d1d84b by Calixte Denizet <calixte.denizet@gmail.com>

https://github.com/mozilla/pdf.js/commit/08b565d28be80e6190e6e0fa69d6cba260d1d84b
Authored: 2026-09-02 08:14:35 +0200
Committed: 2026-09-02 08:31:15 +0200

Fix the vertical alignment of the views manager header

The sidebar top padding pushed the header down, so the title was
off-center and the header corners overlapped the rounded corner of the
panel. Remove that padding and round the header corners instead, as the
Nova build already does.

It fixes #21870.

Files Modified:

  • web/views_manager.css

abd3ae43b26de1c1021774102d4cb6bb483e1be1 by Calixte Denizet <calixte.denizet@gmail.com>

https://github.com/mozilla/pdf.js/commit/abd3ae43b26de1c1021774102d4cb6bb483e1be1
Authored: 2026-08-31 09:59:11 +0200
Committed: 2026-09-01 21:01:09 +0200

Address the high-severity zizmor findings

  • Scope the GitHub App tokens in notify-pdf-sync.yml and
    update_locales.yml using permission-* inputs.
  • Move the publish_release.yml permissions to the job level.
  • Ignore the (low-confidence) cache-poisoning finding in
    publish_release.yml and keep the npm cache enabled.

Files Modified:

  • .github/workflows/notify-pdf-sync.yml
  • .github/workflows/publish_release.yml
  • .github/workflows/update_locales.yml

Assignee: nobody → update-bot
Status: NEW → ASSIGNED

This bug is being closed because a newer revision of the library is available.
This bug will be marked as a duplicate of it (because although this bug is older, it is superseded by the newer one).

Status: ASSIGNED → RESOLVED
Closed: 2 days ago
Duplicate of bug: 2069235
Resolution: --- → DUPLICATE
Attachment #9636180 - Attachment is obsolete: true

The try push is done, we found jobs with unclassified failures.

Needs Close Investigation:

  • browser/base/content/test/static/browser_all_files_referenced.js

    • 8 of 8 failed on different tasks
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-no-nv (FD-i41ahStK395DR27dQFw)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-msix (D9C4qxSxTX-XJrhZXUpdlQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome (MkMmyZemRz2t2DoSbjSGxg)
      - test-windows11-32-25h2/opt-mochitest-browser-chrome (RIjHbKN1RGaxam1gfgj47Q)
  • leakcheck large nsGlobalWindowInner

    • 6 of 6 failed on different tasks
      - test-windows11-64-25h2/debug-mochitest-browser-chrome-msix (ZrhUlofqSzWlzz7WHTxiFA)
      - test-windows11-32-25h2/debug-mochitest-browser-chrome (YhiAq-rbQkCfJ1E3MgXmDA)
      - test-linux2404-64/debug-mochitest-browser-chrome-standalone (ahTz8muvRw68iuP7WluoXA)
      - test-windows11-64-25h2/debug-mochitest-browser-chrome (S7xfkvFaRP2ja2mnarAv_A)
      - test-linux2404-64/debug-mochitest-browser-chrome-swr (UMuyMqmcS06zmNQHjJkm7Q)
      - test-windows11-64-25h2/debug-mochitest-browser-chrome-standalone (KUH2XMRIQgCK6tC5aMMvXA)
  • toolkit/components/pdfjs/test/browser_pdfjs_alttext_load_engine.js

    • 15 of 15 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-swr (fx2YyNf-S5KtnnHD2-2qlQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-no-nv (FD-i41ahStK395DR27dQFw)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
      - test-linux2404-64/opt-mochitest-browser-chrome-no-nv (dfmc9NiaROSg8fJXfsyJ8g)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-msix (D9C4qxSxTX-XJrhZXUpdlQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome (MkMmyZemRz2t2DoSbjSGxg)
      - test-windows11-32-25h2/opt-mochitest-browser-chrome (RIjHbKN1RGaxam1gfgj47Q)
      - test-linux2404-64/opt-mochitest-browser-chrome-swr-a11y-checks (KbWU-q-3QEe2QKO2oY-mgA)
  • toolkit/components/pdfjs/test/browser_pdfjs_alttext_telemetry.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_alttext_two_tabs.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_brotli_large_window.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_caret_browsing_mode.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_chrome_events.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_comment.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_comment_telemetry.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_csp.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_digital_signature_properties.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_download_button.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_editing_contextmenu.js

    • 8 of 8 failed on different tasks
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dhqBJ14wQSe3fpH8bbE--w)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (cvRlxRf5SJGQV8KwMsWw1A)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (ccyc8czGQ2yh9CzGJf-_XA)
      - test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (dVk7J-4-SO60z6KWm3cnfw)
  • toolkit/components/pdfjs/test/browser_pdfjs_editing_telemetry.js

    • 4 of 4 failed on the same (retriggered) task
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
  • toolkit/components/pdfjs/test/browser_pdfjs_fill_login.js

    • 4 of 4 failed on the same (retriggered) task
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (cED70WmQRtygJRJU4pScuA)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (HXPbPxVxRuaY8EiMg5vgHQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (UyyDP23ISkS9DU3lpIXNMQ)
      - test-linux2404-64/opt-mochitest-browser-chrome-standalone (frxfLhZeR8iuFryCSevogQ)
  • toolkit/components/pdfjs/test/test_pdf_file_in_iframe.html

    • 19 of 19 failed on different tasks
      - test-linux2404-64/opt-mochitest-plain (XhykMnt2Qp-f8ocQjtJnRQ)
      - test-linux2404-64/debug-mochitest-plain-standalone (fw74PhzpR9azURjO7ngGCQ)
      - test-windows10-64-2009-qr/opt-mochitest-plain (fxcgpOJpRta705UMRcpTog)
      - test-linux2404-64/debug-mochitest-plain-nofis (bcnr_1FGSgS5t4KcwDUdRA)
      - test-linux2404-64/debug-mochitest-plain-headless (KZAvnswiRJe8g5qA_0rv9g)
      - test-windows11-64-25h2/opt-mochitest-plain-standalone (YfNunDrdRoacMBfIg_DMnQ)
      - test-linux2404-64-shippable/opt-mochitest-plain-headless (Kfy_4RruSaS3ZcVKW4LnLg)
      - test-linux2404-64/debug-mochitest-plain-http2 (RmAzBmP1RV2LSAb9ruZI6g)
      - test-linux2204-64-wayland/debug-mochitest-plain (eatNRIlnQTyWzlq-xZyQ9Q)
      - test-windows10-64-2009-qr/debug-mochitest-plain (KJfuaB9HQyKrey0j1MNKxA)
      - test-linux2204-64-wayland/opt-mochitest-plain (EIxWNQBhRdulFXZ34ytrUQ)
      - test-linux2404-64/debug-mochitest-plain-xorig (AlhO42knQteB6XAYqjhUUw)
      - test-linux2404-64/debug-mochitest-plain-http3 (Y30xL4fKSdyBT63BFwqLxw)
      - test-windows11-64-25h2/debug-mochitest-plain (JDCUNGayT02xZ1Oa96OK8g)
      - test-linux2404-64/opt-mochitest-plain-xorig (eZaHgDPTSpyskiGTmupt5g)
      - test-windows11-64-25h2/debug-mochitest-plain-standalone (PoI7Vi_uSxG9bm9WOXlQ4g)
      - test-windows11-64-25h2/opt-mochitest-plain (JCcF7lYJQdq_sBtefe28BQ)
      - test-linux2404-64/debug-mochitest-plain (fviTUPLlTqKj9dpgNrqqzg)
      - test-linux2404-64/opt-mochitest-plain-standalone (V9Ydb1lNS2qTiPNfRSHKHA)
  • toolkit/components/pdfjs/test/test_pdf_file_in_object.html

    • 19 of 19 failed on different tasks
      - test-linux2404-64/opt-mochitest-plain (XhykMnt2Qp-f8ocQjtJnRQ)
      - test-linux2404-64/debug-mochitest-plain-standalone (fw74PhzpR9azURjO7ngGCQ)
      - test-windows10-64-2009-qr/opt-mochitest-plain (fxcgpOJpRta705UMRcpTog)
      - test-linux2404-64/debug-mochitest-plain-nofis (bcnr_1FGSgS5t4KcwDUdRA)
      - test-linux2404-64/debug-mochitest-plain-headless (KZAvnswiRJe8g5qA_0rv9g)
      - test-windows11-64-25h2/opt-mochitest-plain-standalone (YfNunDrdRoacMBfIg_DMnQ)
      - test-linux2404-64-shippable/opt-mochitest-plain-headless (Kfy_4RruSaS3ZcVKW4LnLg)
      - test-linux2404-64/debug-mochitest-plain-http2 (RmAzBmP1RV2LSAb9ruZI6g)
      - test-linux2204-64-wayland/debug-mochitest-plain (eatNRIlnQTyWzlq-xZyQ9Q)
      - test-windows10-64-2009-qr/debug-mochitest-plain (KJfuaB9HQyKrey0j1MNKxA)
      - test-linux2204-64-wayland/opt-mochitest-plain (EIxWNQBhRdulFXZ34ytrUQ)
      - test-linux2404-64/debug-mochitest-plain-xorig (AlhO42knQteB6XAYqjhUUw)
      - test-linux2404-64/debug-mochitest-plain-http3 (Y30xL4fKSdyBT63BFwqLxw)
      - test-windows11-64-25h2/debug-mochitest-plain (JDCUNGayT02xZ1Oa96OK8g)
      - test-linux2404-64/opt-mochitest-plain-xorig (eZaHgDPTSpyskiGTmupt5g)
      - test-windows11-64-25h2/debug-mochitest-plain-standalone (PoI7Vi_uSxG9bm9WOXlQ4g)
      - test-windows11-64-25h2/opt-mochitest-plain (JCcF7lYJQdq_sBtefe28BQ)
      - test-linux2404-64/debug-mochitest-plain (fviTUPLlTqKj9dpgNrqqzg)
      - test-linux2404-64/opt-mochitest-plain-standalone (V9Ydb1lNS2qTiPNfRSHKHA)

These failures could mean that the library update changed something and caused
tests to fail. You'll need to review them yourself and decide where to go from here.

In either event, I have done all I can and you will need to take it from here. If you
don't want to land my patch, you can replicate it locally for editing with
./mach vendor toolkit/components/pdfjs/moz.yaml

When reviewing, please note that this is external code, which needs a full and
careful inspection - not a rubberstamp.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: