Closed
Bug 1835681
Opened 2 years ago
Closed 2 years ago
Update bitflags in the dom and style crates
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Use from_bits_retain where possible to save a few instructions here and there
while at it.
Assignee | ||
Comment 2•2 years ago
|
||
The std lib has had that macro for a while.
Depends on D179379
Assignee | ||
Comment 3•2 years ago
|
||
$ find servo -name '*.rs' | xargs rustup run nightly rustfmt
Depends on D179380
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/732f64705c4b
Update bitflags in the dom and style crates. r=zrhoffman
https://hg.mozilla.org/integration/autoland/rev/9fc3da255860
Remove matches from selectors. r=zrhoffman
https://hg.mozilla.org/integration/autoland/rev/9e25a73ea587
Rustfmt servo/. r=zrhoffman
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/732f64705c4b
https://hg.mozilla.org/mozilla-central/rev/9fc3da255860
https://hg.mozilla.org/mozilla-central/rev/9e25a73ea587
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•