DescriptionRevert of Upon load failure, remove sync script from execution queue. (patchset #3 id:40001 of https://codereview.chromium.org/1263743002/)
Reason for revert:
Speculatively reverting to see if it addresses the recent crashes being reported via http://crbug.com/515419
Original issue's description:
> Upon load failure, remove sync script from execution queue.
>
> If a script element is to be loaded synchronously and executed in order,
> it's queued for execution before loading. Should that load fail, the
> immediate execution of the script,
>
> https://html.spec.whatwg.org/#execute-the-script-block
>
> should only result in an error event being dispatched.
>
> Implementation-wise, along with signalling error, the failed script must also
> be removed from the internal in-order execution queue. We're done with
> (not) executing the script and failure to remove it will cause subsequent
> processing of the script execution queue to see the script as having failed
> to load and re-dispatch an error event.
>
> R=haraken
> BUG=503077
>
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199656
TBR=haraken@chromium.org,tkent@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=503077
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=199788
Patch Set 1 #
Created: 5 years, 4 months ago
(Patch set is too large to download)
Messages
Total messages: 4 (0 generated)
|