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

Improve behaviour of image elements that perform multiple requests #15771

Merged
merged 7 commits into from
Mar 8, 2017

Commits on Feb 28, 2017

  1. Configuration menu
    Copy the full SHA
    f0f43ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208f974 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Initiate a new image request when an image element's adopting steps a…

    …re run.
    
    Remove the redundant tracked loads for the underlying image request; the
    load blockers present in the ImageRequest structure perform the same
    duty with better accuracy.
    jdm committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    2bd02fe View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Move checks for document completion to the end of the event loop.

    This better reflects the text of the specification - rather than
    queuing a task to dispatch the load evnet as soon as the document
    loader is unblocked, we want to "spin the event loop until there
    is nothing that delays the load event in the Document." Spinning
    the event loop is a concept that requires running tasks
    completely, hence we check the condition before returning to the
    start of the event loop.
    jdm committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    dc5335a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    330e222 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db79dfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f798507 View commit details
    Browse the repository at this point in the history