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

style: Rewrite the restyle hints code to allow different kinds of element snapshots. #12469

Merged
merged 2 commits into from Jul 22, 2016

Commits on Jul 21, 2016

  1. style: Rewrite the restyle hints code to allow different kinds of ele…

    …ment snapshots, and use it for Gecko.
    
    This is a rewrite for how style interfaces with its consumers in order to allow
    different representations for an element snapshot.
    
    This also changes the requirements of an element snapshot, requiring them to
    only implement MatchAttr, instead of MatchAttrGeneric. This is important for
    stylo since implementing MatchAttrGeneric is way more difficult for us given the
    atom limitations. This also allows for more performant implementations in the
    Gecko side of things.
    emilio committed Jul 21, 2016
  2. stylo: Update generated bindings

    emilio committed Jul 21, 2016
You can’t perform that action at this time.