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 Review URL: https://codereview.chromium.org/1305933007 git-svn-id: svn://svn.chromium.org/blink/trunk@201780 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment