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

Issue 501703002: Hook up loading signal to ResourceScheduler. (Closed)

Created:
6 years, 4 months ago by aiolos (Not reviewing)
Modified:
6 years, 3 months ago
Reviewers:
jam, sky, mmenke
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@zhen_visibility
Project:
chromium
Visibility:
Public.

Description

Hook up RenderWidgetHost's loading signal to ResourceScheduler BUG=128035 Committed: https://crrev.com/fcdaa48695d24f5ced472aa727898c0328ede80e Cr-Commit-Position: refs/heads/master@{#292695}

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 1

Patch Set 3 : Move definitions to match declarations. #

Total comments: 2

Patch Set 4 : Removed unused testing function. #

Total comments: 1

Patch Set 5 : Nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -33 lines) Patch
M content/browser/loader/resource_dispatcher_host_impl.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/loader/resource_scheduler.h View 1 2 3 2 chunks +6 lines, -5 lines 0 comments Download
M content/browser/loader/resource_scheduler.cc View 1 2 3 3 chunks +18 lines, -18 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
aiolos (Not reviewing)
Matt: are the soon-to-come browser tests enough for adding this signal? I poked at adding ...
6 years, 4 months ago (2014-08-23 02:15:57 UTC) #1
aiolos (Not reviewing)
6 years, 4 months ago (2014-08-23 02:17:54 UTC) #2
sky
https://codereview.chromium.org/501703002/diff/20001/content/browser/loader/resource_scheduler.h File content/browser/loader/resource_scheduler.h (right): https://codereview.chromium.org/501703002/diff/20001/content/browser/loader/resource_scheduler.h#newcode119 content/browser/loader/resource_scheduler.h:119: // Called when a renderer stops or restarts loading. ...
6 years, 4 months ago (2014-08-25 15:24:31 UTC) #3
mmenke
On 2014/08/23 02:15:57, aiolos wrote: > Matt: are the soon-to-come browser tests enough for adding ...
6 years, 4 months ago (2014-08-25 15:50:49 UTC) #4
aiolos (Not reviewing)
On 2014/08/25 15:24:31, sky wrote: > https://codereview.chromium.org/501703002/diff/20001/content/browser/loader/resource_scheduler.h > File content/browser/loader/resource_scheduler.h (right): > > https://codereview.chromium.org/501703002/diff/20001/content/browser/loader/resource_scheduler.h#newcode119 > ...
6 years, 3 months ago (2014-08-26 14:12:19 UTC) #5
aiolos (Not reviewing)
On 2014/08/25 15:50:49, mmenke wrote: > On 2014/08/23 02:15:57, aiolos wrote: > > Matt: are ...
6 years, 3 months ago (2014-08-26 14:29:08 UTC) #6
aiolos (Not reviewing)
On 2014/08/26 14:12:19, aiolos wrote: > On 2014/08/25 15:24:31, sky wrote: > > > https://codereview.chromium.org/501703002/diff/20001/content/browser/loader/resource_scheduler.h ...
6 years, 3 months ago (2014-08-26 15:57:06 UTC) #7
mmenke
On 2014/08/26 15:57:06, aiolos wrote: > On 2014/08/26 14:12:19, aiolos wrote: > > On 2014/08/25 ...
6 years, 3 months ago (2014-08-26 16:04:11 UTC) #8
mmenke
Do you want to land this as-is, or hold off until you have browser tests? ...
6 years, 3 months ago (2014-08-26 18:16:06 UTC) #9
aiolos (Not reviewing)
Bug ID added. https://codereview.chromium.org/501703002/diff/40001/content/browser/loader/resource_scheduler.h File content/browser/loader/resource_scheduler.h (right): https://codereview.chromium.org/501703002/diff/40001/content/browser/loader/resource_scheduler.h#newcode150 content/browser/loader/resource_scheduler.h:150: bool IsClientLoadedForTesting(int child_id, int route_id); On ...
6 years, 3 months ago (2014-08-26 18:28:28 UTC) #10
mmenke
On 2014/08/26 18:28:28, aiolos wrote: > Bug ID added. > > https://codereview.chromium.org/501703002/diff/40001/content/browser/loader/resource_scheduler.h > File content/browser/loader/resource_scheduler.h ...
6 years, 3 months ago (2014-08-26 18:30:29 UTC) #11
sky
sky@chromium.org changed reviewers: + jam@chromium.org
6 years, 3 months ago (2014-08-28 20:27:50 UTC) #12
sky
This LGTM, but I'm not an expert on the routing. +jam
6 years, 3 months ago (2014-08-28 20:27:50 UTC) #13
jam
lgtm https://codereview.chromium.org/501703002/diff/60001/content/browser/renderer_host/render_widget_host_impl.h File content/browser/renderer_host/render_widget_host_impl.h (right): https://codereview.chromium.org/501703002/diff/60001/content/browser/renderer_host/render_widget_host_impl.h#newcode230 content/browser/renderer_host/render_widget_host_impl.h:230: virtual void SetIsLoading(bool is_loading); nit: move this to ...
6 years, 3 months ago (2014-08-28 23:43:57 UTC) #14
aiolos (Not reviewing)
The CQ bit was checked by aiolos@chromium.org
6 years, 3 months ago (2014-08-29 03:58:17 UTC) #15
aiolos (Not reviewing)
The CQ bit was unchecked by aiolos@chromium.org
6 years, 3 months ago (2014-08-29 03:58:30 UTC) #16
aiolos (Not reviewing)
The CQ bit was checked by aiolos@chromium.org
6 years, 3 months ago (2014-08-29 16:43:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aiolos@chromium.org/501703002/80001
6 years, 3 months ago (2014-08-29 16:44:35 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: ios_dbg_simulator on tryserver.chromium.mac ...
6 years, 3 months ago (2014-08-29 18:27:33 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 619d1efb6397f8889d943626b57a37298d64614f
6 years, 3 months ago (2014-08-29 22:39:44 UTC) #20
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:10:56 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/fcdaa48695d24f5ced472aa727898c0328ede80e
Cr-Commit-Position: refs/heads/master@{#292695}

Powered by Google App Engine
This is Rietveld 408576698