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

Make the style crate more concrete #12515

Merged
merged 9 commits into from Jul 20, 2016
Merged

Make the style crate more concrete #12515

merged 9 commits into from Jul 20, 2016

Commits on Jul 20, 2016

  1. Remove obsolete geckolib/generate_properties_rs.py

    It is unused since #10749
    SimonSapin committed Jul 20, 2016
  2. Rename ComputedValuesStruct to ComputedValues.

    Doing this in a separate commit avoids mixups
    with the ComputedValues trait that the previous commit removed.
    SimonSapin committed Jul 20, 2016
  3. Have a concrete SelectorImpl type everywhere in the style crate.

    It is conditionally compiled to one implementation or the other
    (Gecko or Servo) with `#[cfg(…)]`.
    SimonSapin committed Jul 20, 2016
  4. Remove some type aliases that are now just re-exports.

    SimonSapin committed Jul 20, 2016
You can’t perform that action at this time.