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: Remove TNode::set_can_be_fragmented and TNode::can_be_fragmented. #18893

Merged
merged 4 commits into from Jan 5, 2018

Commits on Jan 4, 2018

  1. style: Remove TNode::set_can_be_fragmented and TNode::can_be_fragmented.

    Replace them instead by a computed value flag, the same way as the
    IS_IN_DISPLAY_NONE_SUBTREE flag works.
    emilio committed Jan 4, 2018
  2. style: Fix propagation of the can_be_fragmented bit on Servo.

    This was bogus before, but seems like the right thing to do.
    emilio committed Jan 4, 2018

Commits on Jan 5, 2018

  1. Mark flexbox_columns.html as failing.

    If it was passing before this patch, it was just by chance, and I can't repro
    the failure.
    emilio committed Jan 5, 2018
You can’t perform that action at this time.