Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cssparser to 0.11 #15735

Merged
merged 5 commits into from Feb 26, 2017
Merged

Update cssparser to 0.11 #15735

merged 5 commits into from Feb 26, 2017

Commits on Feb 26, 2017

  1. Define keyword values in ASCII lowercase

    The match_ignore_ascii_case! macro does ASCII-case-insensitive matching.
    In cssparser verion 0.11, it will require its patterns to be already
    lower case.
    SimonSapin committed Feb 26, 2017
  2. Borrow input to match_ignore_ascii_case!

    In cssparser version 0.11, this macro will stop implicitly borrowing its
    own input.
    SimonSapin committed Feb 26, 2017
  3. Update to cssparser 0.11

    SimonSapin committed Feb 26, 2017
  4. Use ascii_case_insensitive_phf_map! in PropertyId::parse

    SimonSapin committed Feb 26, 2017
You can’t perform that action at this time.