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

stylo: Allow computing change hints during the traversal. #12645

Merged
merged 5 commits into from Aug 4, 2016

Commits on Aug 3, 2016

  1. style: Refactor TRestyleDamage and TNode to accept/provide a "style s…

    …ource"
    
    In the Gecko case, this style source would be the style context. In the servo
    case, it will be always the computed values.
    
    We could optimise this further in the case of stylo (from three FFI calls to
    one) if we use an API of the form CalcAndStore(node, new_cv). But that would
    imply borrowing the data twice from Servo (we also have borrow_data_unchecked
    fwiw, but...).
    emilio committed Aug 3, 2016
  2. stylo: Fix and ensure alignment of restyle hints. Test it on Travis.

    Turns out eRestyle_LaterSiblings was not really matching, sigh...
    emilio committed Aug 3, 2016
  3. Update bindings

    emilio committed Aug 3, 2016
You can’t perform that action at this time.