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

Add test to constellation to avoid writing reftest image if there are pending frames. #8612

Merged
merged 1 commit into from Dec 17, 2015

Commits on Dec 17, 2015

  1. Add test to constellation to avoid writing reftest image if there are…

    … pending frames.
    
    Also change when pipelines become active.
    
    This makes the constellation activate a pipeline as the current frame
    when it is ready to do initial reflow, rather than when it is ready
    to paint.
    
    This fixes a number of intermittent failures that could previously occur
    if an iframe was not visible - which would mean it was never moved from
    a pending frame in the constellation to an active frame.
    
    (It happens that webrender exposes these intermittents as permanent failures).
    gw3583 committed Dec 17, 2015
You can’t perform that action at this time.