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

Update WR (transaction API change) #20892

Merged
merged 7 commits into from Jun 26, 2018
Merged

Update WR (transaction API change) #20892

merged 7 commits into from Jun 26, 2018

Commits on Jun 19, 2018

Commits on Jun 20, 2018

  1. Update to WR with text snapping fix.

    gw3583 committed Jun 20, 2018

Commits on Jun 24, 2018

  1. Allow inline elements to create reference frames

    This is important so that transforms applied to elements actually apply
    to the display items created for those elements.
    mrobinson authored and gw3583 committed Jun 24, 2018
  2. New reference frames should create containing blocks

    Transforms should always create containing blocks. This bug already
    existed in Servo, but was covered up by the reference frame id
    replacement feature in WebRender. Now that we create reference frames
    manually we need to fix it.
    mrobinson authored and gw3583 committed Jun 24, 2018
  3. Give stacking contexts the right reference frame id

    Stacking contexts that create reference frames should be created with
    the positioning node set to the reference frames that surround them.
    mrobinson authored and gw3583 committed Jun 24, 2018

Commits on Jun 25, 2018

  1. Update text expectations.

    gw3583 committed Jun 25, 2018
You can’t perform that action at this time.