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

Issue 5861001: Activation process improvements (Closed)

Created:
10 years ago by zel
Modified:
9 years, 6 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org
Visibility:
Public.

Description

Additional reconnect improvements. Made sure that payment page is not displayed twice if we have previously received payment notification. BUG=chromium-os:10075, chromium-os:10428 TEST=tough one to test - requires OTA-SP activation of number of devices until reproduces. we should make sure that we 1) don't get stuck in 'Conneting...' phase after payment and 2) we never see the payment portal twice for the same device once the payment is processed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71627

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 2

Patch Set 10 : '' #

Total comments: 4

Patch Set 11 : '' #

Total comments: 2

Patch Set 12 : '' #

Patch Set 13 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -145 lines) Patch
M chrome/browser/chromeos/cros/mock_network_library.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/network_library.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +25 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc View 1 2 3 4 5 6 7 8 9 10 23 chunks +379 lines, -132 lines 0 comments Download
M chrome/browser/resources/mobile_setup.js View 1 2 3 4 5 6 7 8 9 10 4 chunks +21 lines, -9 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
zel
* explicit new states for OTASP and initial OTASP try * timer to check network ...
9 years, 11 months ago (2011-01-14 03:26:04 UTC) #1
Jason Glasgow
I found one nit that needs to be fixed. I couldn't devote as much time ...
9 years, 11 months ago (2011-01-14 07:58:42 UTC) #2
zel
http://codereview.chromium.org/5861001/diff/29001/chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc File chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc (right): http://codereview.chromium.org/5861001/diff/29001/chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc#newcode645 chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc:645: << network->service_path().c_str(); On 2011/01/14 07:58:42, Jason Glasgow wrote: > ...
9 years, 11 months ago (2011-01-14 17:35:02 UTC) #3
zel
adding chocobo@ and ers@ as a reviewers
9 years, 11 months ago (2011-01-14 19:12:40 UTC) #4
Charlie Lee
http://codereview.chromium.org/5861001/diff/35001/chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc File chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc (right): http://codereview.chromium.org/5861001/diff/35001/chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc#newcode632 chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc:632: if (state_ != PLAN_ACTIVATION_RECONNECTING_OTASP_TRY && Why we are returning ...
9 years, 11 months ago (2011-01-14 19:26:05 UTC) #5
zel
PTAL, I was missing some files as well http://codereview.chromium.org/5861001/diff/35001/chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc File chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc (right): http://codereview.chromium.org/5861001/diff/35001/chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc#newcode632 chrome/browser/chromeos/dom_ui/mobile_setup_ui.cc:632: if ...
9 years, 11 months ago (2011-01-14 20:26:54 UTC) #6
zel
ping? On Fri, Jan 14, 2011 at 12:26 PM, <zelidrag@chromium.org> wrote: > PTAL, I was ...
9 years, 11 months ago (2011-01-14 23:48:17 UTC) #7
Charlie Lee
Looks like you need to fix up MockNetworkLibrary. Please also run tests for this. http://codereview.chromium.org/5861001/diff/41001/chrome/browser/chromeos/cros/network_library.h ...
9 years, 11 months ago (2011-01-14 23:53:23 UTC) #8
zel
http://codereview.chromium.org/5861001/diff/41001/chrome/browser/chromeos/cros/network_library.h File chrome/browser/chromeos/cros/network_library.h (right): http://codereview.chromium.org/5861001/diff/41001/chrome/browser/chromeos/cros/network_library.h#newcode582 chrome/browser/chromeos/cros/network_library.h:582: virtual void SignalCellularPlanPayment() = 0; On 2011/01/14 23:53:23, Charlie ...
9 years, 11 months ago (2011-01-15 00:42:32 UTC) #9
Charlie Lee
9 years, 11 months ago (2011-01-15 00:45:01 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698