Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upstylo: Support system colors #15974
stylo: Support system colors #15974
Conversation
highfive
commented
Mar 16, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Mar 16, 2017
|
@bors-servo r=heycam |
|
|
|
|
|
|
MozReview-Commit-ID: HUfTdcMRoEx
ade5f21
to
6b9a680
|
@bors-servo r=heycam |
|
|
|
|
stylo: Support system colors r=heycam from https://bugzilla.mozilla.org/show_bug.cgi?id=1340696 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15974) <!-- Reviewable:end -->
|
|
| ]; | ||
|
|
||
| let ident = input.expect_ident()?; | ||
| for &(name, color) in PARSE_ARRAY.iter() { |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Manishearth
Mar 16, 2017
Author
Member
Yes, but I'm not sure if it's worth it for a small list like this.
This comment has been minimized.
This comment has been minimized.
emilio
Mar 16, 2017
Member
I believe it's worth to be consistent. And case_insensitive_phf_map shouldn't be slower or anything.
Manishearth commentedMar 16, 2017
•
edited by larsbergstrom
r=heycam from https://bugzilla.mozilla.org/show_bug.cgi?id=1340696
This change is