Skip to content

[pull] master from mozilla:master - #552

Merged
pull[bot] merged 10 commits into
code:masterfrom
mozilla:master
Sep 19, 2026
Merged

pull[bot] merged 10 commits into
code:masterfrom
mozilla:master

Conversation

@pull

@pull pull Bot commented Sep 19, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

calixteman and others added 10 commits September 18, 2026 17:16
…ing (bug 2072145)

The notification loaded moz-message-bar and its dependencies during
viewer startup. Updating --pfn-bar-height also animated
#viewerContainer's block-start offset because its transition covered all
properties.

Load and localize the notification after the first pagerendered event,
moving this work past pdfpaint's first-page timestamp. Limit the viewer
transition to inset-inline-start, and let the viewer start if
document.l10n.ready rejects in automation.
Deleting an editor that contains focus schedules a zero-delay focus of the
main container. This can override a later `page.focus()` before a key press.

Wrap `page.focus` so deferred editor updates settle first.
…a Map

In practice the Differences-data is a more or less sparse Array[1], which means that a Map seems like a more appropriate data-structure.

---

[1] Even in the `tracemonkey.pdf` document it's at most 254 entries, out of the maximum 256 ones, but with most of the fonts having considerably fewer entries.
Update JBIG2 decoder to pdfium@bb1f9f71
…up-perf

Defer the Firefox features notification until after first-page rendering (bug 2072145)
Settle editor focus before `page.focus` in integration tests
Convert the `Differences` Array, used with non-composite fonts, into a Map
In practice `toFontChar` is always a more or less sparse Array, and sometimes it's even *extremely* sparse (see e.g. `issue8372.pdf`), which means that a Map seems like a more appropriate data-structure.
Convert the `toFontChar` Array, in the `Font` class, into a Map
@pull pull Bot locked and limited conversation to collaborators Sep 19, 2026
@pull pull Bot added the ⤵️ pull label Sep 19, 2026
@pull
pull Bot merged commit 37fc214 into code:master Sep 19, 2026
4 of 20 checks passed

This branch had an error being deployed

1 failed deployment
sync_pdfs 37fc2145 Deployed Sep 19, 2026 by pull[bot] via publish (lts/*) #107
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants