Revert of Make m_executeScriptsWaitingForResourcesTimer a loading task...
Revert 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 Review URL: https://codereview.chromium.org/1304943004 git-svn-id: svn://svn.chromium.org/blink/trunk@201641 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment