Closed
Bug 1355394
Opened 8 years ago
Closed 8 years ago
stylo: Implement access to CSSSupportsRule
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
Attachments
(4 files)
The CSSOM bit for @supports.
Updated•8 years ago
|
Assignee: nobody → xidorn+moz
Priority: -- → P1
| Assignee | ||
Comment 1•8 years ago
|
||
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 6•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8861886 [details]
Bug 1355394 part 1 - Add separate CSSSupportsRule base class.
https://reviewboard.mozilla.org/r/133908/#review137134
Attachment #8861886 -
Flags: review?(cam) → review+
Comment 7•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8861887 [details]
Bug 1355394 part 2 - Move GetRules function into macro.
https://reviewboard.mozilla.org/r/133910/#review137138
Attachment #8861887 -
Flags: review?(cam) → review+
Comment 8•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8861888 [details]
Bug 1355394 part 3 - Implement CSSOM support for @supports.
https://reviewboard.mozilla.org/r/133912/#review137142
Attachment #8861888 -
Flags: review?(cam) → review+
Comment 9•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8861889 [details]
Bug 1355394 part 4 - Adjust test expectations.
https://reviewboard.mozilla.org/r/133914/#review137144
::: layout/style/test/stylo-failures.md:66
(Diff revision 1)
> * \@support bug 1355394
> - * test_supports_rules.html [1]
> + * test_supports_rules.html [6]
Since bug 1355394 will be resolved, maybe file a followup bug (and adjust the bug number here) for the underlying reason for these failures?
Attachment #8861889 -
Flags: review?(cam) → review+
| Assignee | ||
Comment 10•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8861889 [details]
Bug 1355394 part 4 - Adjust test expectations.
https://reviewboard.mozilla.org/r/133914/#review137144
> Since bug 1355394 will be resolved, maybe file a followup bug (and adjust the bug number here) for the underlying reason for these failures?
I plan to revisit all failures in stylo-failures.md whose connected bug has been closed, and mark them with correct bug soonish. Probably next week. I'd like to leave it as-is for now, and my script would list all of them when I do re-triage.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 15•8 years ago
|
||
Comment 16•8 years ago
|
||
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/29728643acd4
part 1 - Add separate CSSSupportsRule base class. r=heycam
https://hg.mozilla.org/integration/autoland/rev/19b3fcb74901
part 2 - Move GetRules function into macro. r=heycam
https://hg.mozilla.org/integration/autoland/rev/ffc4714cef39
part 3 - Implement CSSOM support for @supports. r=heycam
https://hg.mozilla.org/integration/autoland/rev/98fe3fc7f8e5
part 4 - Adjust test expectations. r=heycam
Comment 17•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/29728643acd4
https://hg.mozilla.org/mozilla-central/rev/19b3fcb74901
https://hg.mozilla.org/mozilla-central/rev/ffc4714cef39
https://hg.mozilla.org/mozilla-central/rev/98fe3fc7f8e5
Status: NEW → RESOLVED
Closed: 8 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
•