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: Traverse anonymous children when styling #12911

Merged
merged 4 commits into from Aug 26, 2016

Commits on Aug 26, 2016

  1. Move rev_children and traverse_preorder to LayoutNode.

    These impose additional requirements on the traversal code that we want to
    avoid for Gecko (for now).
    bholley committed Aug 26, 2016
  2. Make ChildrenIterator concrete.

    This will allow us to specialize ChildrenIterator in the Gecko case to do
    something more interesting in some cases.
    bholley committed Aug 26, 2016
  3. Remove unused children_count method from TNode.

    The semantics of this method with respect to anonymous children are unclear.
    Thankfully it's unused, so we can remove it.
    bholley committed Aug 26, 2016
  4. Implement GeckoChildrenIterator to traverse anonymous children.

    bholley committed Aug 26, 2016
You can’t perform that action at this time.