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

Issue 2835803002: Refactor the UpdateEngine and its actions in the component updater. (Closed)

Created:
3 years, 8 months ago by Sorin Jianu
Modified:
3 years, 8 months ago
Reviewers:
waffles, tommycli
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor the UpdateEngine and its actions in the component updater. R=waffles@chromium.org BUG=687231 Review-Url: https://codereview.chromium.org/2835803002 Cr-Commit-Position: refs/heads/master@{#467535} Committed: https://chromium.googlesource.com/chromium/src/+/30474f06441fe7325ce99815f6337e2f9d425b7e

Patch Set 1 #

Total comments: 6

Patch Set 2 : feedback up to #6 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2723 lines, -2378 lines) Patch
M chrome/browser/ui/webui/components_ui.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/components_ui.cc View 2 chunks +15 lines, -15 lines 0 comments Download
M components/update_client/BUILD.gn View 2 chunks +4 lines, -8 lines 0 comments Download
D components/update_client/action.h View 1 chunk +0 lines, -87 lines 0 comments Download
D components/update_client/action.cc View 1 chunk +0 lines, -191 lines 0 comments Download
D components/update_client/action_update.h View 1 chunk +0 lines, -167 lines 0 comments Download
D components/update_client/action_update.cc View 1 chunk +0 lines, -422 lines 0 comments Download
D components/update_client/action_update_check.h View 1 chunk +0 lines, -61 lines 0 comments Download
D components/update_client/action_update_check.cc View 1 chunk +0 lines, -242 lines 0 comments Download
D components/update_client/action_wait.h View 1 chunk +0 lines, -36 lines 0 comments Download
D components/update_client/action_wait.cc View 1 chunk +0 lines, -59 lines 0 comments Download
A components/update_client/component.h View 1 1 chunk +437 lines, -0 lines 0 comments Download
A components/update_client/component.cc View 1 chunk +701 lines, -0 lines 0 comments Download
M components/update_client/crx_update_item.h View 2 chunks +4 lines, -110 lines 0 comments Download
M components/update_client/ping_manager.h View 2 chunks +5 lines, -2 lines 0 comments Download
M components/update_client/ping_manager.cc View 9 chunks +60 lines, -55 lines 0 comments Download
M components/update_client/ping_manager_unittest.cc View 5 chunks +142 lines, -121 lines 0 comments Download
M components/update_client/request_sender_unittest.cc View 1 chunk +5 lines, -0 lines 0 comments Download
A + components/update_client/task_send_uninstall_ping.h View 3 chunks +21 lines, -22 lines 0 comments Download
A components/update_client/task_send_uninstall_ping.cc View 1 chunk +62 lines, -0 lines 0 comments Download
M components/update_client/task_update.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/update_client/update_checker.h View 2 chunks +13 lines, -11 lines 0 comments Download
M components/update_client/update_checker.cc View 8 chunks +115 lines, -69 lines 0 comments Download
M components/update_client/update_checker_unittest.cc View 22 chunks +108 lines, -88 lines 0 comments Download
M components/update_client/update_client.h View 2 chunks +17 lines, -1 line 0 comments Download
M components/update_client/update_client.cc View 7 chunks +26 lines, -42 lines 0 comments Download
M components/update_client/update_client_internal.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M components/update_client/update_client_unittest.cc View 92 chunks +656 lines, -489 lines 0 comments Download
M components/update_client/update_engine.h View 7 chunks +49 lines, -22 lines 0 comments Download
M components/update_client/update_engine.cc View 7 chunks +273 lines, -48 lines 0 comments Download
M components/update_client/utils.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/update_client/utils.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (14 generated)
Sorin Jianu
PTAL!
3 years, 8 months ago (2017-04-24 16:58:10 UTC) #5
waffles
lgtm https://codereview.chromium.org/2835803002/diff/1/components/update_client/component.h File components/update_client/component.h (right): https://codereview.chromium.org/2835803002/diff/1/components/update_client/component.h#newcode38 components/update_client/component.h:38: // only exists if it is associated with ...
3 years, 8 months ago (2017-04-24 18:57:22 UTC) #6
Sorin Jianu
thank you! https://codereview.chromium.org/2835803002/diff/1/components/update_client/component.h File components/update_client/component.h (right): https://codereview.chromium.org/2835803002/diff/1/components/update_client/component.h#newcode38 components/update_client/component.h:38: // only exists if it is associated ...
3 years, 8 months ago (2017-04-24 23:26:45 UTC) #7
Sorin Jianu
Tommy, could you please take a look at changes under chrome/browser/ui/webui/ I need an owner's ...
3 years, 8 months ago (2017-04-24 23:28:35 UTC) #9
tommycli
On 2017/04/24 23:28:35, Sorin Jianu wrote: > Tommy, could you please take a look at ...
3 years, 8 months ago (2017-04-24 23:49:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2835803002/20001
3 years, 8 months ago (2017-04-26 23:22:33 UTC) #16
commit-bot: I haz the power
3 years, 8 months ago (2017-04-27 00:49:13 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/30474f06441fe7325ce99815f633...

Powered by Google App Engine
This is Rietveld 408576698