Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: servo/rust-cssparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1b8dcea
Choose a base ref
...
head repository: servo/rust-cssparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40d86b0
Choose a head ref
  • 10 commits
  • 12 files changed
  • 5 contributors

Commits on May 11, 2017

  1. 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.
    upsuper authored May 11, 2017
    Configuration menu
    Copy the full SHA
    2555d24 View commit details
    Browse the repository at this point in the history
  2. 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 authored May 11, 2017
    Configuration menu
    Copy the full SHA
    eeb215f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43162c1 View commit details
    Browse the repository at this point in the history
  4. 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 authored May 11, 2017
    Configuration menu
    Copy the full SHA
    1ea913d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2017

  1. Introduce Color::parse_hash

    Useful to parse quirky colors.
    nox committed May 14, 2017
    Configuration menu
    Copy the full SHA
    e557dd7 View commit details
    Browse the repository at this point in the history
  2. 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 authored May 14, 2017
    Configuration menu
    Copy the full SHA
    1c0b3ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bba6a30 View commit details
    Browse the repository at this point in the history
  4. 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 authored May 14, 2017
    Configuration menu
    Copy the full SHA
    fc0bdcd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Configuration menu
    Copy the full SHA
    04bef8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d86b0 View commit details
    Browse the repository at this point in the history
Loading