Closed
Bug 1906465
Opened 1 year ago
Closed 1 year ago
Use `markup5ever` in Servo's Stylo instead of `html5ever`
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
130 Branch
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: mrobinson, Assigned: mrobinson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Servo is relying on html5ever's Atom implementation, which has moved to markup5ever. In the long term, it's pretty likely that Servo, html5ever, and stylo should move to a generic atom crate, but this is just in the interest of reducing the diff with downstream Stylo.
| Assignee | ||
Comment 1•1 year ago
|
||
Use markup5ever in Servo. Note that this change should not affect
Gecko at all.
Updated•1 year ago
|
Assignee: nobody → mrobinson
Status: NEW → ASSIGNED
Pushed by mrobinson@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/3c3b3b31d7fc
Use `markup5ever` in Servo's Stylo instead of `html5ever` r=emilio
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•