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

Issue 421393002: Componentize component_updater: Split content::ResourceThrottle from CUS. (Closed)

Created:
6 years, 4 months ago by tommycli
Modified:
6 years, 4 months ago
CC:
chromium-reviews, cpu_(ooo_6.6-7.5)
Project:
chromium
Visibility:
Public.

Description

Componentize component_updater: Split content::ResourceThrottle from CUS. BUG=371463 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288367

Patch Set 1 #

Patch Set 2 : git cl format #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -156 lines) Patch
A chrome/browser/component_updater/component_updater_resource_throttle.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/browser/component_updater/component_updater_resource_throttle.cc View 1 1 chunk +108 lines, -0 lines 0 comments Download
M chrome/browser/component_updater/component_updater_service.h View 1 2 3 4 5 4 chunks +16 lines, -12 lines 0 comments Download
M chrome/browser/component_updater/component_updater_service.cc View 1 2 3 4 5 12 chunks +45 lines, -136 lines 0 comments Download
M chrome/browser/component_updater/crx_update_item.h View 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/component_updater/test/component_updater_service_unittest.cc View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (0 generated)
tommycli
sorin: Sorry to bombard you. Here's the follow-up change that splits CUS from ResourceThrottle.
6 years, 4 months ago (2014-07-29 17:49:49 UTC) #1
tommycli
+blundell on this patch
6 years, 4 months ago (2014-07-30 18:05:51 UTC) #2
Sorin Jianu
Thank you Tommy! Does this change breaks the friendship established by the friend declarations in ...
6 years, 4 months ago (2014-07-30 18:22:02 UTC) #3
tommycli
On 2014/07/30 18:22:02, Sorin Jianu wrote: > Thank you Tommy! > Does this change breaks ...
6 years, 4 months ago (2014-07-30 18:44:12 UTC) #4
Sorin Jianu
On 2014/07/30 18:44:12, tommycli wrote: > On 2014/07/30 18:22:02, Sorin Jianu wrote: > > Thank ...
6 years, 4 months ago (2014-07-30 19:07:33 UTC) #5
tommycli
On 2014/07/30 19:07:33, Sorin Jianu wrote: > On 2014/07/30 18:44:12, tommycli wrote: > > On ...
6 years, 4 months ago (2014-07-30 19:11:43 UTC) #6
tommycli
sorin: I moved the methods we discussed back into private. Thanks!
6 years, 4 months ago (2014-07-30 20:25:21 UTC) #7
Sorin Jianu
Thank you Tommy! https://codereview.chromium.org/421393002/diff/60001/chrome/browser/component_updater/component_updater_service.h File chrome/browser/component_updater/component_updater_service.h (left): https://codereview.chromium.org/421393002/diff/60001/chrome/browser/component_updater/component_updater_service.h#oldcode191 chrome/browser/component_updater/component_updater_service.h:191: class OnDemandUpdater { The idea here ...
6 years, 4 months ago (2014-07-31 00:16:01 UTC) #8
tommycli
https://codereview.chromium.org/421393002/diff/60001/chrome/browser/component_updater/component_updater_service.h File chrome/browser/component_updater/component_updater_service.h (left): https://codereview.chromium.org/421393002/diff/60001/chrome/browser/component_updater/component_updater_service.h#oldcode191 chrome/browser/component_updater/component_updater_service.h:191: class OnDemandUpdater { On 2014/07/31 00:16:01, Sorin Jianu wrote: ...
6 years, 4 months ago (2014-07-31 18:00:05 UTC) #9
Sorin Jianu
lgtm Thank you Tommy. Please better document the callback mechanism. I've also included FYI cpu@, ...
6 years, 4 months ago (2014-08-01 00:03:06 UTC) #10
waffles
tommy, before you submit, could you please manually verify that the pnacl throttling still works? ...
6 years, 4 months ago (2014-08-01 16:45:43 UTC) #11
tommycli
On 2014/08/01 16:45:43, waffles wrote: > tommy, before you submit, could you please manually verify ...
6 years, 4 months ago (2014-08-05 21:29:58 UTC) #12
tommycli
sorin: see below comment https://codereview.chromium.org/421393002/diff/80001/chrome/browser/component_updater/component_updater_service.h File chrome/browser/component_updater/component_updater_service.h (right): https://codereview.chromium.org/421393002/diff/80001/chrome/browser/component_updater/component_updater_service.h#newcode176 chrome/browser/component_updater/component_updater_service.h:176: // is downloaded and installed. ...
6 years, 4 months ago (2014-08-05 21:30:25 UTC) #13
tommycli
On 2014/08/05 21:29:58, tommycli wrote: > On 2014/08/01 16:45:43, waffles wrote: > > tommy, before ...
6 years, 4 months ago (2014-08-05 22:54:45 UTC) #14
waffles
On 2014/08/05 22:54:45, tommycli wrote: > On 2014/08/05 21:29:58, tommycli wrote: > > On 2014/08/01 ...
6 years, 4 months ago (2014-08-05 23:10:55 UTC) #15
tommycli
On 2014/08/05 23:10:55, waffles wrote: > On 2014/08/05 22:54:45, tommycli wrote: > > On 2014/08/05 ...
6 years, 4 months ago (2014-08-05 23:26:35 UTC) #16
Sorin Jianu
I've run this under a debugger on Windows, set breakpoints in the relevant parts of ...
6 years, 4 months ago (2014-08-05 23:53:43 UTC) #17
tommycli
On 2014/08/05 23:53:43, Sorin Jianu wrote: > I've run this under a debugger on Windows, ...
6 years, 4 months ago (2014-08-06 17:09:27 UTC) #18
tommycli
On 2014/08/06 17:09:27, tommycli wrote: > On 2014/08/05 23:53:43, Sorin Jianu wrote: > > I've ...
6 years, 4 months ago (2014-08-07 20:35:35 UTC) #19
Sorin Jianu
On 2014/08/07 20:35:35, tommycli wrote: > On 2014/08/06 17:09:27, tommycli wrote: > > On 2014/08/05 ...
6 years, 4 months ago (2014-08-07 21:00:58 UTC) #20
waffles
On 2014/08/07 20:35:35, tommycli wrote: > On 2014/08/06 17:09:27, tommycli wrote: > > On 2014/08/05 ...
6 years, 4 months ago (2014-08-07 21:15:39 UTC) #21
tommycli
thestig: Need OWNER stamp for chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc Thanks
6 years, 4 months ago (2014-08-07 21:31:42 UTC) #22
tommycli
thestig: Need OWNER stamp for chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc Thanks
6 years, 4 months ago (2014-08-07 21:32:09 UTC) #23
Lei Zhang
lgtm
6 years, 4 months ago (2014-08-07 21:33:42 UTC) #24
tommycli
The CQ bit was checked by tommycli@chromium.org
6 years, 4 months ago (2014-08-07 21:37:12 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommycli@chromium.org/421393002/100001
6 years, 4 months ago (2014-08-07 22:21:20 UTC) #26
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-08 02:14:53 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-08 02:37:06 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_triggered_tests/builds/3565)
6 years, 4 months ago (2014-08-08 02:37:07 UTC) #29
tommycli
The CQ bit was checked by tommycli@chromium.org
6 years, 4 months ago (2014-08-08 15:50:47 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tommycli@chromium.org/421393002/100001
6 years, 4 months ago (2014-08-08 15:51:52 UTC) #31
commit-bot: I haz the power
6 years, 4 months ago (2014-08-08 15:53:26 UTC) #32
Message was sent while issue was closed.
Change committed as 288367

Powered by Google App Engine
This is Rietveld 408576698