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

Issue 6648007: Libcros changes for issue_12743: Add async RequestUpdateCheck call. (Closed)

Created:
9 years, 9 months ago by stevenjb
Modified:
9 years, 7 months ago
Reviewers:
petkov, adlr
CC:
chromium-os-reviews_chromium.org, DaveMoore, Nikita (slow)
Visibility:
Public.

Description

Libcros changes for issue_12743: Add async RequestUpdateCheck call. BUG=chromium-os:12743 TEST=Load settings and About; both should load in a reasonable amount of time. Verify that About / update works properly. See: http://codereview.chromium.org/6648009/ for Chrome changes Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=bb81ec1

Patch Set 1 #

Patch Set 2 : Incrament libcros API to 111 #

Total comments: 1

Patch Set 3 : Used scoped_ptr in callback data. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -36 lines) Patch
M chromeos_cros_api.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chromeos_network.cc View 1 2 7 chunks +21 lines, -33 lines 1 comment Download
M chromeos_update_engine.h View 1 chunk +11 lines, -0 lines 0 comments Download
M chromeos_update_engine.cc View 1 2 1 chunk +49 lines, -0 lines 1 comment Download
M load.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
stevenjb
Please take a look, P0 issue for R11, thanks.
9 years, 9 months ago (2011-03-08 22:30:13 UTC) #1
petkov
LGTM w/ a suggestion. http://codereview.chromium.org/6648007/diff/1004/chromeos_update_engine.cc File chromeos_update_engine.cc (right): http://codereview.chromium.org/6648007/diff/1004/chromeos_update_engine.cc#newcode231 chromeos_update_engine.cc:231: dbus::Proxy* proxy; any reason why ...
9 years, 9 months ago (2011-03-08 22:49:18 UTC) #2
stevenjb
Good suggestion. I dropped into "C" mode when writing the struct code :) I also ...
9 years, 9 months ago (2011-03-09 00:17:16 UTC) #3
petkov
9 years, 9 months ago (2011-03-09 00:32:09 UTC) #4
still LGTM

http://codereview.chromium.org/6648007/diff/2005/chromeos_network.cc
File chromeos_network.cc (right):

http://codereview.chromium.org/6648007/diff/2005/chromeos_network.cc#newcode1255
chromeos_network.cc:1255: const char* service_path) :
style says the colon should be on the next line, i think

http://codereview.chromium.org/6648007/diff/2005/chromeos_update_engine.cc
File chromeos_update_engine.cc (right):

http://codereview.chromium.org/6648007/diff/2005/chromeos_update_engine.cc#ne...
chromeos_update_engine.cc:228: scoped_ptr<dbus::Proxy> proxy;
actually, does this need to be a pointer at all?

Powered by Google App Engine
This is Rietveld 408576698