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: Stop restyling display: none elements, remove the has_changed hack that made us use ReconstructFrame unconditionally. #12757

Merged
merged 12 commits into from Aug 11, 2016

Commits on Aug 9, 2016

  1. style: Remove misleading comment.

    can_be_fragmented is just a flag in Servo, and a no-op in Gecko.
    emilio committed Aug 9, 2016

Commits on Aug 11, 2016

  1. layout: Fix servo layout to take into account possibly unstyled child…

    … nodes in the display: none case.
    emilio committed Aug 11, 2016
  2. Make RestyleDamage::compute take no optional argument, delegate the h…

    …andling to the caller.
    emilio committed Aug 11, 2016
  3. Don't create unneeded temporaries in style traversals.

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