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 upAdd a script to list all CSS properties parsed by Servo. #9333
Conversation
highfive
commented
Jan 15, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jan 15, 2016
|
@larsbergstrom could we run this on CI and publish the output somewhere? |
|
Could that be a mach command? |
|
Command that prints the list, or runs the smoke test? |
|
That prints the list. |
|
It didn’t seem worth the bother since I don’t expect people to use it interactively (as opposed to a script that maintains some other data), but it could. |
|
@SimonSapin Seems like something we could add to the doc builder - https://github.com/servo/saltfs/blob/master/buildbot/master/master.cfg#L280-L287 |
|
@bors-servo r+ |
|
|
Add a script to list all CSS properties parsed by Servo. I’ve been asked for that list by two different people this week :) r? @larsbergstrom <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9333) <!-- Reviewable:end -->
|
@bors-servo r+ |
|
|
|
|
||
| template = Template(filename=os.path.join(style, "properties.mako.rs"), input_encoding='utf8') | ||
| template.render() | ||
| properties = dict( |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Add a script to list all CSS properties parsed by Servo. I’ve been asked for that list by two different people this week :) r? @larsbergstrom <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9333) <!-- Reviewable:end -->
|
Oops tidy. @bors-servo r=larsbergstrom |
|
|
Add a script to list all CSS properties parsed by Servo. I’ve been asked for that list by two different people this week :) r? @larsbergstrom <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9333) <!-- Reviewable:end -->
LifeIsStrange
commented
Jan 15, 2016
|
https://docs.google.com/spreadsheets/d/tdfNeB1mZP5gkgKpd3TWIAQ/htmlview#gid=555855884 |
|
|
|
@bors-servo retry |
Add a script to list all CSS properties parsed by Servo. I’ve been asked for that list by two different people this week :) r? @larsbergstrom <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9333) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
|
@LifeIsStrange that spreadsheet has to be maintained manually. The point of this script is that its output is always up to date. |
LifeIsStrange
commented
Jan 17, 2016
|
Oh sorry, I had misunderstood ! |
SimonSapin commentedJan 15, 2016
I’ve been asked for that list by two different people this week :)
r? @larsbergstrom