DescriptionRevert of Make m_executeScriptsWaitingForResourcesTimer a loading task (patchset #2 id:20001 of https://codereview.chromium.org/1312353004/ )
Reason for revert:
Oilpan leaks.
Original issue's description:
> Make m_executeScriptsWaitingForResourcesTimer a loading task
>
> We would like to be able to prioritize loading tasks, but in order to
> do that we need to make sure loading tasks are posted to the right queue
> to make sure tasks run in the expected order. If this task is posted as
> a timer, and loading tasks are prioritzed, it's possible
> FrameHostMsg_DidStopLoading will be sent before the corresponding
> FrameHostMsg_DidStartLoading ipc which causes various browser tests to
> break.
>
> BUG=497761, 510398
>
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201563
TBR=mkwst@chromium.org,skyostil@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=497761, 510398
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201641
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|