Closed
Bug 1364591
Opened 3 years ago
Closed 3 years ago
stylo: implement :-moz-native-anonymous support
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file, 1 obsolete file)
Patches coming up once I sort through the try fail.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 3•3 years ago
|
||
| mozreview-review | ||
Comment on attachment 8867841 [details] Fix style sharing cache lookups to compare ids of the two elements. https://reviewboard.mozilla.org/r/139374/#review142704
Attachment #8867841 -
Flags: review?(emilio+bugs) → review+
Comment 4•3 years ago
|
||
| mozreview-review | ||
Comment on attachment 8867842 [details] Bug 1364591 test expectation update, now that we implement :-moz-native-anonymous support in stylo. https://reviewboard.mozilla.org/r/139376/#review142708 ::: servo/components/style/gecko/non_ts_pseudo_class_list.rs:29 (Diff revision 1) > * > * Pending pseudo-classes: > * > * :-moz-is-html -> Used only in UA sheets, should be easy to support. > - * :-moz-native-anonymous -> For devtools, seems easy-ish? > * :-moz-bound-element -> Seems unused, should be easy to remove. Feel free to remove the :-moz-bound-element line too while you're around if you want to.
Attachment #8867842 -
Flags: review?(emilio+bugs) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•3 years ago
|
Attachment #8867841 -
Attachment is obsolete: true
Pushed by bzbarsky@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ea03ef9a0a42 test expectation update, now that we implement :-moz-native-anonymous support in stylo. r=emilio
Comment 8•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ea03ef9a0a42
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•