Closed
Bug 1773558
Opened 3 years ago
Closed 3 years ago
Move font style/weight/stretch types to rust.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•3 years ago
|
||
Now that cbindgen and rust support const generics, it seems more simple.
This centralizes all the relevant font constants etc in rust and avoids
conversions when going from rust to C++ and vice versa.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7585591a9bad
Move fixed-point font types to Rust. r=layout-reviewers,jfkthame
Comment 3•3 years ago
|
||
Backed out changeset 7585591a9bad (Bug 1773558) for causing failures in system-fonts.html
Log: https://treeherder.mozilla.org/logviewer?job_id=381043238&repo=autoland&lineNumber=4031
Backout: https://hg.mozilla.org/integration/autoland/rev/f04c504650ef631386d4d08336f34a3da3b2f6b5
Flags: needinfo?(emilio)
Updated•3 years ago
|
Attachment #9280559 -
Attachment description: Bug 1773558 - Move fixed-point font types to Rust. r=#layout,#style → Bug 1773558 - Move fixed-point font types to Rust. r=jfkthame
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac4e965d3b5b
Move fixed-point font types to Rust. r=layout-reviewers,jfkthame
Comment 5•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•