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

Replace Servo DL items with WR ones #21348

Merged
merged 3 commits into from Aug 24, 2018
Merged

Commits on Aug 6, 2018

  1. Replace Servo DL items with WR ones

    The Servo internal display list items are already pretty much
    equivalent to the WebRender ones. Except that Servo items contain
    base information and associated glyphs and gradient stops which are
    stored implicitly in WebRender. Remove the display items for
    rectangles, text, images, border, gradients and box shadow and
    replace them with their WebRender counter parts.
    pyfisch committed Aug 6, 2018
  2. Fix unit tests

    pyfisch committed Aug 6, 2018

Commits on Aug 16, 2018

  1. Do not emit DL items for zero images

    Fixes wpt test failure.
    pyfisch committed Aug 16, 2018
You can’t perform that action at this time.