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

compositing: Fix a couple of bugs that prevented iframes from painting after navigation. #9285

Closed

Commits on Jan 25, 2016

  1. compositing: Fix a couple of bugs that prevented iframes from painting

    after navigation.
    
    The first bug was that iframes were not reflowed in their parent DOM
    when the child page navigated. This is fixed by simply having the
    constellation notify the appropriate script thread when navigation
    occurs.
    
    The second bug was that the compositor was unable to adjust the pipeline
    for existing iframe layers, only new ones. This patch adds logic to do
    that.
    
    Closes #8081.
    pcwalton committed Jan 25, 2016
You can’t perform that action at this time.