Closed
Bug 1390773
Opened 6 years ago
Closed 6 years ago
stylo: Move functions related to anonymous element to GeckoElement
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(2 files)
In servo/components/style/gecko/wrapper.rs, we have several helper functions for flags like NODE_IS_ANONYMOUS_ROOT, and they're scatter in different places. (Bug 1382102 added yet another one.) I'd like to move them all to GeckoElement.
Comment hidden (mozreview-request) |
Comment 2•6 years ago
|
||
mozreview-review |
Comment on attachment 8897763 [details] style: Move functions related to anonymous element to GeckoElement (Bug 1390773) https://reviewboard.mozilla.org/r/169070/#review174378 LGTM, thanks!
Attachment #8897763 -
Flags: review?(emilio+bugs) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=249b762db0e3f0307b5de4160b57c2e8e8a1e969
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
https://hg.mozilla.org/integration/autoland/rev/2451b21968df
![]() |
||
Comment 7•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2451b21968df
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•