Closed
Bug 1375692
Opened 7 years ago
Closed 7 years ago
Indicate support for Stylo in about:support
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: gps, Assigned: jryans)
References
Details
Attachments
(1 file, 1 obsolete file)
In bug 1374824, a few people posted somewhat esoteric ways to identify if Stylo is enabled in a build. As was suggested in bug 1374824 comment #29, I think it would be a good idea to indicate Stylo state in about:support.
Comment hidden (mozreview-request) |
Reporter | ||
Comment 2•7 years ago
|
||
I probably won't finish this patch because I'm not sure of the technical requirements for a) identifying Style state at run-time b) requirements for adding things to about:support. Although if someone points me in the right direction, I may finish it :)
Assignee | ||
Comment 3•7 years ago
|
||
Thanks :gps, I think I'll take it from here. I'd also like to have something in about:support. :)
Assignee: nobody → jryans
Status: NEW → ASSIGNED
Updated•7 years ago
|
Priority: -- → P3
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8880616 -
Attachment is obsolete: true
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8881504 [details]
Bug 1375692 - Add Stylo status to about:support.
https://reviewboard.mozilla.org/r/152654/#review157834
I'm certainly not a peer in the about:support code but this looks great to me. I'll leave it up to you whether you need domain-specific review or not.
Thanks for doing this!
Attachment #8881504 -
Flags: review?(bobbyholley) → review+
Assignee | ||
Comment 6•7 years ago
|
||
From what I could see, there did not appear to be specific about:support peers (it has been reviewed by a grab bag of people over time), so hopefully this review is sufficient.
Assignee | ||
Comment 7•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 10•7 years ago
|
||
Pushed by jryans@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/7f1958b128c2
Add Stylo status to about:support. r=bholley
Comment 11•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Comment 12•7 years ago
|
||
(In reply to Carsten Book [:Tomcat] from comment #11)
> https://hg.mozilla.org/mozilla-central/rev/7f1958b128c2
Nit:
> +disabledByUser = disabled by user
> \ No newline at end of file
Comment 13•7 years ago
|
||
Seen in today's 20170630100234 @ Debian Testing x64 (Radeon RX480). Thank you!
* Stylo: false (disabled by default)
* Stylo: true (enabled by user)
Status: RESOLVED → VERIFIED
Comment 14•7 years ago
|
||
(In reply to Darkspirit from comment #13)
> Seen in today's 20170630100234 @ Debian Testing x64 (Radeon RX480). Thank
> you!
Thank you for all the detailed testing! It's been really invaluable to guide our focus this week and knock out the most important issues. :-)
You need to log in
before you can comment on or make changes to this bug.
Description
•