-
Notifications
You must be signed in to change notification settings - Fork 136
Comparing changes
Open a pull request
base repository: servo/rust-cssparser
base: 1b8dcea
head repository: servo/rust-cssparser
compare: 40d86b0
- 10 commits
- 12 files changed
- 5 contributors
Commits on May 11, 2017
-
Treat \n and \r same as other escaped characters
b'\n' and b'\r' should be serialized to '\\a ' and '\\d ' respectively, rather than '\\A ' and '\\D '. Simply let them be treated the same way as other escaped character should be fine.
Configuration menu - View commit details
-
Copy full SHA for 2555d24 - Browse repository at this point
Copy the full SHA 2555d24View commit details -
Auto merge of #145 - upsuper:string-escape, r=SimonSapin
Treat \n and \r same as other escaped characters b'\n' and b'\r' should be serialized to '\\a ' and '\\d ' respectively, rather than '\\A ' and '\\D '. Simply let them be treated the same way as other escaped character should be fine. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/145) <!-- Reviewable:end -->
bors-servo authoredMay 11, 2017 Configuration menu - View commit details
-
Copy full SHA for eeb215f - Browse repository at this point
Copy the full SHA eeb215fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43162c1 - Browse repository at this point
Copy the full SHA 43162c1View commit details -
Auto merge of #142 - Manishearth:pc-color, r=SimonSapin
Use Gecko's behavior for calculating percent colors https://bugzilla.mozilla.org/show_bug.cgi?id=1340484 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/142) <!-- Reviewable:end -->
bors-servo authoredMay 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 1ea913d - Browse repository at this point
Copy the full SHA 1ea913dView commit details
Commits on May 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e557dd7 - Browse repository at this point
Copy the full SHA e557dd7View commit details -
Auto merge of #146 - nox:parse-hash, r=SimonSapin
Introduce Color::parse_hash Useful to parse quirky colors. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/146) <!-- Reviewable:end -->
bors-servo authoredMay 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 1c0b3ff - Browse repository at this point
Copy the full SHA 1c0b3ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for bba6a30 - Browse repository at this point
Copy the full SHA bba6a30View commit details -
Auto merge of #147 - nox:parse-hash, r=SimonSapin
Actually expose Color::parse_hash... <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/147) <!-- Reviewable:end -->
bors-servo authoredMay 14, 2017 Configuration menu - View commit details
-
Copy full SHA for fc0bdcd - Browse repository at this point
Copy the full SHA fc0bdcdView commit details
Commits on May 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 04bef8c - Browse repository at this point
Copy the full SHA 04bef8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d86b0 - Browse repository at this point
Copy the full SHA 40d86b0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1b8dcea...40d86b0