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

Issue 74893002: Changed the update protocol for component updater from v2 to v3. (Closed)

Created:
7 years, 1 month ago by Sorin Jianu
Modified:
7 years, 1 month ago
CC:
chromium-reviews
Visibility:
Public.

Description

Changed the update protocol for component updater from v2 to v3. BUG=314521 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236727

Patch Set 1 #

Total comments: 30

Patch Set 2 : PTAL #

Total comments: 14

Patch Set 3 : Addressed feedback from cdn@ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2587 lines, -1642 lines) Patch
M chrome/browser/component_updater/component_updater_configurator.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/component_updater/component_updater_ping_manager.cc View 3 chunks +18 lines, -46 lines 0 comments Download
M chrome/browser/component_updater/component_updater_service.cc View 1 1 chunk +1168 lines, -1166 lines 0 comments Download
A chrome/browser/component_updater/component_updater_utils.h View 1 1 chunk +49 lines, -0 lines 0 comments Download
A chrome/browser/component_updater/component_updater_utils.cc View 1 chunk +73 lines, -0 lines 0 comments Download
M chrome/browser/component_updater/test/component_updater_service_unittest.h View 3 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/component_updater/test/component_updater_service_unittest.cc View 1 31 chunks +416 lines, -385 lines 0 comments Download
A chrome/browser/component_updater/test/update_manifest_unittest.cc View 1 2 1 chunk +281 lines, -0 lines 0 comments Download
M chrome/browser/component_updater/test/url_request_post_interceptor.h View 1 5 chunks +12 lines, -7 lines 0 comments Download
M chrome/browser/component_updater/test/url_request_post_interceptor.cc View 8 chunks +26 lines, -11 lines 0 comments Download
A chrome/browser/component_updater/update_manifest.h View 1 1 chunk +134 lines, -0 lines 0 comments Download
A chrome/browser/component_updater/update_manifest.cc View 1 1 chunk +338 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/components/updatecheck_diff_reply_1.xml View 1 chunk +12 lines, -3 lines 0 comments Download
M chrome/test/data/components/updatecheck_diff_reply_2.xml View 1 chunk +13 lines, -3 lines 0 comments Download
M chrome/test/data/components/updatecheck_diff_reply_3.xml View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/data/components/updatecheck_reply_1.xml View 1 chunk +12 lines, -3 lines 0 comments Download
M chrome/test/data/components/updatecheck_reply_2.xml View 1 chunk +12 lines, -3 lines 0 comments Download
M chrome/test/data/components/updatecheck_reply_3.xml View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/data/components/updatecheck_reply_noupdate.xml View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Sorin Jianu
Josh, let's get a first pass at this. The manifest parser is "branched" off the ...
7 years, 1 month ago (2013-11-18 02:19:38 UTC) #1
waffles
Thanks! https://codereview.chromium.org/74893002/diff/1/chrome/browser/component_updater/component_updater_ping_manager.cc File chrome/browser/component_updater/component_updater_ping_manager.cc (right): https://codereview.chromium.org/74893002/diff/1/chrome/browser/component_updater/component_updater_ping_manager.cc#newcode83 chrome/browser/component_updater/component_updater_ping_manager.cc:83: item->next_version.GetString().c_str(), // "nextversion" What is the benefit of ...
7 years, 1 month ago (2013-11-18 22:15:59 UTC) #2
Sorin Jianu
Thank you Josh! https://codereview.chromium.org/74893002/diff/1/chrome/browser/component_updater/component_updater_ping_manager.cc File chrome/browser/component_updater/component_updater_ping_manager.cc (right): https://codereview.chromium.org/74893002/diff/1/chrome/browser/component_updater/component_updater_ping_manager.cc#newcode83 chrome/browser/component_updater/component_updater_ping_manager.cc:83: item->next_version.GetString().c_str(), // "nextversion" Let's discuss and ...
7 years, 1 month ago (2013-11-19 04:25:45 UTC) #3
waffles
lgtm https://codereview.chromium.org/74893002/diff/1/chrome/browser/component_updater/component_updater_ping_manager.cc File chrome/browser/component_updater/component_updater_ping_manager.cc (right): https://codereview.chromium.org/74893002/diff/1/chrome/browser/component_updater/component_updater_ping_manager.cc#newcode96 chrome/browser/component_updater/component_updater_ping_manager.cc:96: std::string ping_event("<event eventtype=\"3\""); On 2013/11/19 04:25:45, Sorin Jianu ...
7 years, 1 month ago (2013-11-19 18:33:57 UTC) #4
Cris Neckar
https://codereview.chromium.org/74893002/diff/210001/chrome/browser/component_updater/update_manifest.cc File chrome/browser/component_updater/update_manifest.cc (right): https://codereview.chromium.org/74893002/diff/210001/chrome/browser/component_updater/update_manifest.cc#newcode116 chrome/browser/component_updater/update_manifest.cc:116: p.namediff = GetAttribute(package, "namediff"); What happens on null return ...
7 years, 1 month ago (2013-11-19 23:44:43 UTC) #5
Sorin Jianu
Cris, thank you very much for reviewing the code. I think we are good so ...
7 years, 1 month ago (2013-11-20 04:05:21 UTC) #6
Cris Neckar
On 2013/11/20 04:05:21, Sorin Jianu wrote: > Cris, thank you very much for reviewing the ...
7 years, 1 month ago (2013-11-20 18:40:36 UTC) #7
Sorin Jianu
Carlos, could you please take a look here from the code owners perspective? Thank you!
7 years, 1 month ago (2013-11-20 19:12:52 UTC) #8
cpu_(ooo_6.6-7.5)
looks great lgtm
7 years, 1 month ago (2013-11-22 02:38:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sorin@chromium.org/74893002/480001
7 years, 1 month ago (2013-11-22 02:40:57 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=193670
7 years, 1 month ago (2013-11-22 04:33:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sorin@chromium.org/74893002/480001
7 years, 1 month ago (2013-11-22 04:53:34 UTC) #12
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=193757
7 years, 1 month ago (2013-11-22 06:54:30 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sorin@chromium.org/74893002/480001
7 years, 1 month ago (2013-11-22 07:27:14 UTC) #14
commit-bot: I haz the power
7 years, 1 month ago (2013-11-22 08:23:24 UTC) #15
Message was sent while issue was closed.
Change committed as 236727

Powered by Google App Engine
This is Rietveld 408576698