Closed
Bug 1864861
Opened 2 years ago
Closed 2 years ago
Factor code in `FontPreloader` used by `FontFaceSetWorkerImpl` out to `FontLoaderUtils`
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
Details
Attachments
(2 files)
Primarily about https://searchfox.org/mozilla-central/rev/7e60ac48dc5b3e3f06c1baf2a9a6e0352bd85c01/layout/style/FontPreloader.cpp#158
Reason to factor it out is workers don't preload fonts, they only load them.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → mbrodesser
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•2 years ago
|
||
Removes the dependency of font-face loading code to FontPreloader.
The latter's purpose is to preload fonts.
The code was just moved with includes updated.
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D193789
Pushed by mbrodesser@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/cb42aa471521
part 1) Factor general font loading code out to FontLoaderUtils. r=jfkthame
https://hg.mozilla.org/integration/autoland/rev/aaa7a9d78543
part 2) Remove `aIsPreload` argument from `FontLoaderUtils::BuildChannel` for workers. r=dholbert
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/cb42aa471521
https://hg.mozilla.org/mozilla-central/rev/aaa7a9d78543
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•