DescriptionRevert of Make NavigationScheduler post loading tasks instead of timers (patchset #1 id:1 of https://codereview.chromium.org/1305933007/ )
Reason for revert:
I think this is causing timeouts: http://crbug.com/528352.
Original issue's description:
> Make NavigationScheduler post loading tasks instead of timers
>
> Similar to https://codereview.chromium.org/1312353004/
>
> 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.
>
> Must be submitted after https://codereview.chromium.org/1303153005/
>
> BUG=497761, 510398
>
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201780
TBR=skyostil@chromium.org,haraken@chromium.org,sigbjornf@opera.com,alexclarke@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=497761, 510398
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|