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

Issue 11829015: Add the ability to activate for carriers that need to be directly activated. (Closed)

Created:
7 years, 11 months ago by rkc
Modified:
7 years, 11 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, arv (Not doing code reviews), stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Add the ability to activate for carriers that need to be directly activated. Currently if we try to activate on a carrier like Sprint, which does not use any activation process, we'll not be able to via the UI. In fact, we'll end up using the Verizon activation process which will completely fail. This CL fixes that. Additionally, this CL also fixes the issue that once the details page is up, the connection state data (and the corresponding state of the various buttons on the page) is not updated as the network updates itself. This affects celluar but also WiFi. R=gspencer@chromium.org BUG=chrome-os-partner:14111 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175984

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 16

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -24 lines) Patch
M chrome/browser/resources/options/chromeos/internet_detail.js View 1 2 4 chunks +55 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/internet_options_handler.h View 1 2 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc View 1 2 3 9 chunks +81 lines, -22 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
rkc
7 years, 11 months ago (2013-01-09 03:33:39 UTC) #1
Greg Spencer (Chromium)
LGTM, w/nit https://codereview.chromium.org/11829015/diff/1/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc File chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc (right): https://codereview.chromium.org/11829015/diff/1/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc#newcode552 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc:552: if (device->technology_family() == chromeos::TECHNOLOGY_FAMILY_GSM) Why do we ...
7 years, 11 months ago (2013-01-09 19:34:32 UTC) #2
rkc
Fixed comment + added Nikita for OWNER's review. https://codereview.chromium.org/11829015/diff/1/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc File chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc (right): https://codereview.chromium.org/11829015/diff/1/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc#newcode552 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc:552: if ...
7 years, 11 months ago (2013-01-09 22:19:13 UTC) #3
Evan Stade
https://codereview.chromium.org/11829015/diff/3002/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/11829015/diff/3002/chrome/browser/resources/options/chromeos/internet_detail.js#newcode45 chrome/browser/resources/options/chromeos/internet_detail.js:45: if (prop in data) { no curlies https://codereview.chromium.org/11829015/diff/3002/chrome/browser/resources/options/chromeos/internet_detail.js#newcode729 chrome/browser/resources/options/chromeos/internet_detail.js:729: ...
7 years, 11 months ago (2013-01-09 23:24:08 UTC) #4
rkc
https://codereview.chromium.org/11829015/diff/3002/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/11829015/diff/3002/chrome/browser/resources/options/chromeos/internet_detail.js#newcode45 chrome/browser/resources/options/chromeos/internet_detail.js:45: if (prop in data) { On 2013/01/09 23:24:08, Evan ...
7 years, 11 months ago (2013-01-09 23:34:35 UTC) #5
Evan Stade
lgtm with a few more nits https://codereview.chromium.org/11829015/diff/9001/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc File chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc (right): https://codereview.chromium.org/11829015/diff/9001/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc#newcode535 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc:535: if (!service_path.empty()) { ...
7 years, 11 months ago (2013-01-09 23:49:29 UTC) #6
rkc
https://codereview.chromium.org/11829015/diff/9001/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc File chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc (right): https://codereview.chromium.org/11829015/diff/9001/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc#newcode535 chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc:535: if (!service_path.empty()) { On 2013/01/09 23:49:29, Evan Stade wrote: ...
7 years, 11 months ago (2013-01-09 23:59:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rkc@chromium.org/11829015/8002
7 years, 11 months ago (2013-01-10 00:01:14 UTC) #8
commit-bot: I haz the power
7 years, 11 months ago (2013-01-10 02:08:54 UTC) #9
Message was sent while issue was closed.
Change committed as 175984

Powered by Google App Engine
This is Rietveld 408576698