Update PDF.js to new version 716aff9d50c08b4bec3e350540a3f05aea89dedc from 2026-09-04 06:30:30
Categories
(Firefox :: PDF Viewer, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox157 | --- | fixed |
People
(Reporter: update-bot, Assigned: calixte, NeedInfo)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [3pl-filed][task_id: OUa71BgLR8GgntOFVsC5jA])
Attachments
(1 file)
This update covers 8 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(-)
2a0e1397694418b68705cc070bcc65ba726e7e2b by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
https://github.com/mozilla/pdf.js/commit/2a0e1397694418b68705cc070bcc65ba726e7e2b
Authored: 2026-09-04 00:35:39 +0000
Committed: 2026-09-04 00:35:39 +0000
l10n: Update locale files
Files Modified:
- l10n/ca/viewer.ftl
- l10n/lv/viewer.ftl
- l10n/pt-PT/viewer.ftl
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.ymland
update_locales.ymlusingpermission-*inputs. - Move the
publish_release.ymlpermissions to the job level. - Ignore the (low-confidence)
cache-poisoningfinding in
publish_release.ymland keep the npm cache enabled.
Files Modified:
- .github/workflows/notify-pdf-sync.yml
- .github/workflows/publish_release.yml
- .github/workflows/update_locales.yml
| Reporter | ||
Comment 2•2 days ago
|
||
| OUa71BgLR8GgntOFVsC5jA | ||
I've submitted a try run for this commit: https://treeherder.mozilla.org/jobs?repo=try&revision=62ca0b374c2f1dff9f7b42964548f263fb9719a5
| Reporter | ||
Comment 3•2 days ago
|
||
Updated•2 days ago
|
Updated•2 days ago
|
| Reporter | ||
Comment 4•2 days ago
|
||
| T4T5jRtIT8GpxoDxWKn-MA | ||
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-32-25h2/opt-mochitest-browser-chrome (EQqEMWo5QIuKECub_Q6_7g)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-no-nv (fQarVZbbQ2yr-ZDMO-cVyA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-msix (Zuaq-djqRNCrgPh_7JTaIw)
- test-windows11-64-25h2/opt-mochitest-browser-chrome (T6TaZkJLRGOK6lVtn3R4-Q)
- 8 of 8 failed on different tasks
-
leakcheck large nsGlobalWindowInner
- 6 of 6 failed on different tasks
- test-windows11-64-25h2/debug-mochitest-browser-chrome-standalone (DbhqRHthShKgOBK58NwUIA)
- test-windows11-64-25h2/debug-mochitest-browser-chrome-msix (JwVYPeuaRbCl6WZjGaT3Kg)
- test-linux2404-64/debug-mochitest-browser-chrome-standalone (BtOlhXpETICHWpJyz4JzQQ)
- test-windows11-64-25h2/debug-mochitest-browser-chrome (QH3OkYmESOOjbogLodA8qA)
- test-windows11-32-25h2/debug-mochitest-browser-chrome (OHDqody9To-_j2dIUqRvDQ)
- test-linux2404-64/debug-mochitest-browser-chrome-swr (M3z3tw3kTsOLB2XtD9RD2Q)
- 6 of 6 failed on different tasks
-
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 (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-32-25h2/opt-mochitest-browser-chrome (EQqEMWo5QIuKECub_Q6_7g)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-no-nv (fQarVZbbQ2yr-ZDMO-cVyA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- test-linux2404-64/opt-mochitest-browser-chrome-swr-a11y-checks (WkfQ0wk-TR-jtYVpmkBi_g)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-msix (Zuaq-djqRNCrgPh_7JTaIw)
- test-linux2404-64/opt-mochitest-browser-chrome-swr (EIEJ55NCTxeZ77HyEGG83Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome (T6TaZkJLRGOK6lVtn3R4-Q)
- test-linux2404-64/opt-mochitest-browser-chrome-no-nv (d8gWbPtnRaW9b8TLiGRJXw)
- 15 of 15 failed on different tasks
-
toolkit/components/pdfjs/test/browser_pdfjs_alttext_telemetry.js
- 8 of 8 failed on different tasks
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
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 (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
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 (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
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 (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
toolkit/components/pdfjs/test/browser_pdfjs_chrome_events.js
- 8 of 8 failed on different tasks
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
toolkit/components/pdfjs/test/browser_pdfjs_comment.js
- 8 of 8 failed on different tasks
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
toolkit/components/pdfjs/test/browser_pdfjs_comment_telemetry.js
- 8 of 8 failed on different tasks
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
toolkit/components/pdfjs/test/browser_pdfjs_csp.js
- 8 of 8 failed on different tasks
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
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 (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
toolkit/components/pdfjs/test/browser_pdfjs_download_button.js
- 8 of 8 failed on different tasks
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
toolkit/components/pdfjs/test/browser_pdfjs_editing_contextmenu.js
- 8 of 8 failed on different tasks
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (arH8GDi-Re6B9KOvV8tWVg)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (D_YMFmuKQwqXUb6IFXPKdQ)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (aahTWH8gR72Y8SWEtGax0Q)
- test-windows11-64-25h2/opt-mochitest-browser-chrome-standalone (Pp8fQjX0SIaEJ_h_pXE3sQ)
- 8 of 8 failed on different tasks
-
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 (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- 4 of 4 failed on the same (retriggered) task
-
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 (LrVcDDP2T46-qalKFF58xw)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (K8bjzMmgQm-839M-txh65w)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (Jfi6R2t7QGqopsPQbwuTww)
- test-linux2404-64/opt-mochitest-browser-chrome-standalone (OCB_Hy_QRdm6Y6NZ6it9FA)
- 4 of 4 failed on the same (retriggered) task
-
toolkit/components/pdfjs/test/test_pdf_file_in_iframe.html
- 19 of 19 failed on different tasks
- test-linux2404-64/opt-mochitest-plain-standalone (TTuz_svlSWGtBrpYNt1L7A)
- test-windows11-64-25h2/opt-mochitest-plain (WY-KcPpkTryjvykSOBWjIQ)
- test-windows11-64-25h2/opt-mochitest-plain-standalone (NUmBYNaASJCkKzwQr2iDVg)
- test-windows10-64-2009-qr/debug-mochitest-plain (dDe9E80WStCl1ensGh9dQA)
- test-linux2404-64/opt-mochitest-plain-xorig (PzbmJ1NkT8ucBTzgq_FESw)
- test-windows11-64-25h2/debug-mochitest-plain-standalone (GBpNnA7lTomc1UFJ8LYT6w)
- test-linux2404-64/debug-mochitest-plain-xorig (C-P2xZh_R1SlsOa0YkSfbg)
- test-linux2404-64/opt-mochitest-plain (D-HM4PL_TzqMKCrgBYUfmA)
- test-linux2404-64/debug-mochitest-plain-nofis (epvpy0S0SjK3fdgO-OVqjQ)
- test-windows11-64-25h2/debug-mochitest-plain (B86Bn971Rd6uFHauuDKHwA)
- test-linux2404-64-shippable/opt-mochitest-plain-headless (XDj69reWQ1GbeEJLkUN2ZQ)
- test-windows10-64-2009-qr/opt-mochitest-plain (RDlz4H8YTRmPHYCOr9pXDw)
- test-linux2404-64/debug-mochitest-plain-headless (Wxbhc7mCREiY9eHD7OJMMw)
- test-linux2404-64/debug-mochitest-plain-standalone (Mgt8cbi4R8iCjKSY3LG7hQ)
- test-linux2204-64-wayland/opt-mochitest-plain (KIaAvhPvQYa3Y9u-GIbaYw)
- test-linux2204-64-wayland/debug-mochitest-plain (EnezlzGaTmeHrlX8GCySaA)
- test-linux2404-64/debug-mochitest-plain-http2 (IR4kTtUHQDKkGnDZCUJ7dA)
- test-linux2404-64/debug-mochitest-plain-http3 (Q9Fwsng-QKaN4PRbUwLdiQ)
- test-linux2404-64/debug-mochitest-plain (dnQ7HzGBSX-pKGOBXddp-Q)
- 19 of 19 failed on different tasks
-
toolkit/components/pdfjs/test/test_pdf_file_in_object.html
- 19 of 19 failed on different tasks
- test-linux2404-64/opt-mochitest-plain-standalone (TTuz_svlSWGtBrpYNt1L7A)
- test-windows11-64-25h2/opt-mochitest-plain (WY-KcPpkTryjvykSOBWjIQ)
- test-windows11-64-25h2/opt-mochitest-plain-standalone (NUmBYNaASJCkKzwQr2iDVg)
- test-windows10-64-2009-qr/debug-mochitest-plain (dDe9E80WStCl1ensGh9dQA)
- test-linux2404-64/opt-mochitest-plain-xorig (PzbmJ1NkT8ucBTzgq_FESw)
- test-windows11-64-25h2/debug-mochitest-plain-standalone (GBpNnA7lTomc1UFJ8LYT6w)
- test-linux2404-64/debug-mochitest-plain-xorig (C-P2xZh_R1SlsOa0YkSfbg)
- test-linux2404-64/opt-mochitest-plain (D-HM4PL_TzqMKCrgBYUfmA)
- test-linux2404-64/debug-mochitest-plain-nofis (epvpy0S0SjK3fdgO-OVqjQ)
- test-windows11-64-25h2/debug-mochitest-plain (B86Bn971Rd6uFHauuDKHwA)
- test-linux2404-64-shippable/opt-mochitest-plain-headless (XDj69reWQ1GbeEJLkUN2ZQ)
- test-windows10-64-2009-qr/opt-mochitest-plain (RDlz4H8YTRmPHYCOr9pXDw)
- test-linux2404-64/debug-mochitest-plain-headless (Wxbhc7mCREiY9eHD7OJMMw)
- test-linux2404-64/debug-mochitest-plain-standalone (Mgt8cbi4R8iCjKSY3LG7hQ)
- test-linux2204-64-wayland/opt-mochitest-plain (KIaAvhPvQYa3Y9u-GIbaYw)
- test-linux2204-64-wayland/debug-mochitest-plain (EnezlzGaTmeHrlX8GCySaA)
- test-linux2404-64/debug-mochitest-plain-http2 (IR4kTtUHQDKkGnDZCUJ7dA)
- test-linux2404-64/debug-mochitest-plain-http3 (Q9Fwsng-QKaN4PRbUwLdiQ)
- test-linux2404-64/debug-mochitest-plain (dnQ7HzGBSX-pKGOBXddp-Q)
- 19 of 19 failed on different tasks
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.
Comment 7•21 hours ago
|
||
Backed out for causing bc tests failures at nsCSPContext.cpp
Backout Link
Push with failures
Failure Log
Failure line TEST-UNEXPECTED-FAIL | dom/security/test/csp/browser_pdfjs_not_subject_to_csp.js | Test timed out
Comment 8•9 hours ago
|
||
| bugherder | ||
Description
•