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. #9421

Merged
merged 3 commits into from Jan 28, 2016

Commits on Jan 26, 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 authored and jdm committed Jan 26, 2016
  2. Make iframe's load event trigger a reflow of the enclosing window. Ad…

    …d a catch-all reflow for all same-origin pages sharing an event loop.a
    jdm committed Jan 26, 2016

Commits on Jan 27, 2016

  1. Ignore navigation requests from pages that are not active.

    jdm committed Jan 27, 2016
You can’t perform that action at this time.