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

Refactor attribute handling to avoid marshalling attributes from Gecko into Servo #11886

Merged
merged 11 commits into from Jul 6, 2016

Commits on Jul 6, 2016

  1. Disable align-items in geckolib.

    heycam authored and bholley committed Jul 6, 2016
  2. Add Servo_StyleWorkerThreadCount.

    heycam authored and bholley committed Jul 6, 2016
  3. Regenerate bindings.

    bholley committed Jul 6, 2016
  4. Remove get_attrs from TElement.

    This should just be a helper.
    bholley committed Jul 6, 2016
  5. Add has_attr method to TElement.

    If this is all the information the caller needs, we can get it from gecko without
    worrying about atomization and string conversions.
    bholley committed Jul 6, 2016
  6. Add attr_equals to TElement.

    Same reasons as the previous patch.
    bholley committed Jul 6, 2016
  7. Upgrade rust-selectors.

    bholley committed Jul 6, 2016
  8. Remove get_attr from TElement. \o/

    bholley committed Jul 6, 2016
You can’t perform that action at this time.