Closed
Bug 1791782
Opened 3 years ago
Closed 3 years ago
Connect CSS font-palette features to the rendering backend
Categories
(Core :: Layout: Text and Fonts, enhancement)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
107 Branch
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
Attachments
(2 files)
Similar to gfxFontFeatureValueSet, we'll need to collect all currently-active palette definitions in the presContext, and pass to the font-rendering code to be applied on a per-family basis.
| Assignee | ||
Comment 1•3 years ago
|
||
Depends on D157958
Updated•3 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D157959
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ce96452a38a1
Connect CSS font-palette features to rendering via the presContext. r=emilio
https://hg.mozilla.org/integration/autoland/rev/6de1ade5a9b6
Update WPT metadata for font-palette tests that now pass. r=emilio
Comment 4•3 years ago
|
||
Flags: needinfo?(jfkthame)
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2f12216fbeda
Connect CSS font-palette features to rendering via the presContext. r=emilio
https://hg.mozilla.org/integration/autoland/rev/f145a34cfbc1
Update WPT metadata for font-palette tests that now pass. r=emilio
Comment 6•3 years ago
|
||
Backed out for causing build bustages on TestCOLRv1.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/gfx/tests/fuzz/TestCOLRv1.cpp:57:55: error: no viable conversion from 'mozilla::gfx::sRGBColor' to 'const mozilla::gfx::Point' (aka 'const PointTyped<mozilla::gfx::UnknownUnits>')
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/292fd3a1b6dd
Connect CSS font-palette features to rendering via the presContext. r=emilio
https://hg.mozilla.org/integration/autoland/rev/aeb44b79bf31
Update WPT metadata for font-palette tests that now pass. r=emilio
Comment 8•3 years ago
|
||
Backed out 9 changesets (Bug 1791778, Bug 1791782, Bug 1791780, Bug 1791777) for causing build bustages in TestCOLRv1.cpp CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=392630966&repo=autoland&lineNumber=15311
Backout: https://hg.mozilla.org/integration/autoland/rev/f1accadf1754ad5aa8d668ecb22ec8ef1a5bd880
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e42005941917
Connect CSS font-palette features to rendering via the presContext. r=emilio
https://hg.mozilla.org/integration/autoland/rev/9fb70b4ae593
Update WPT metadata for font-palette tests that now pass. r=emilio
Comment 10•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e42005941917
https://hg.mozilla.org/mozilla-central/rev/9fb70b4ae593
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(jfkthame)
You need to log in
before you can comment on or make changes to this bug.
Description
•