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

Switch to using WebRender hit testing #18704

Merged
merged 1 commit into from Oct 17, 2017
Merged

Commits on Oct 17, 2017

  1. Switch to using WebRender hit testing

    This trades quite a bit of complicated code in Servo for few more
    messages and a significant performance improvement. In particular,
    WebRender can search the entire display list at once instead of
    ping-ponging down the pipeline tree. This allows us to send mouse
    events to the correct pipeline immediately.
    mrobinson committed Oct 17, 2017
You can’t perform that action at this time.