Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Issue 1303153008: Revert of Make NavigationScheduler post loading tasks instead of timers (Closed)

Created:
5 years, 3 months ago by pdr.
Modified:
5 years, 3 months ago
CC:
blink-reviews, tyoshino+watch_chromium.org, Nate Chapin, gavinp+loader_chromium.org, kinuko+watch
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Revert 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -12 lines) Patch
M Source/core/loader/NavigationScheduler.h View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/loader/NavigationScheduler.cpp View 4 chunks +6 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
pdr.
Created Revert of Make NavigationScheduler post loading tasks instead of timers
5 years, 3 months ago (2015-09-04 17:29:42 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1303153008/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1303153008/1
5 years, 3 months ago (2015-09-04 17:29:55 UTC) #2
commit-bot: I haz the power
Failed to apply patch for Source/core/loader/NavigationScheduler.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
5 years, 3 months ago (2015-09-04 17:30:19 UTC) #4
haraken
LGTM
5 years, 3 months ago (2015-09-04 17:41:17 UTC) #5
pdr.
5 years, 3 months ago (2015-09-04 17:43:30 UTC) #6
On 2015/09/04 at 17:41:17, haraken wrote:
> LGTM

Talked with alex offline. I'm going to suppress the test for now.

Powered by Google App Engine
This is Rietveld 408576698