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

Issue 482243002: Use Managed properties for Preferred and Provider. (Closed)

Created:
6 years, 4 months ago by stevenjb
Modified:
6 years, 4 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Use Managed properties for Preferred and Provider. This includes some necessary ONC translation fixes. BUG=279351 R=armansito@chromium.org, pneubeck@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291085

Patch Set 1 #

Patch Set 2 : . #

Total comments: 22

Patch Set 3 : JS feedback #

Total comments: 24

Patch Set 4 : Address feedback, fix unittests #

Total comments: 19

Patch Set 5 : More feedback / fixes #

Patch Set 6 : Rebase #

Patch Set 7 : Fix test #

Total comments: 6

Patch Set 8 : More nits #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+475 lines, -206 lines) Patch
M chrome/browser/resources/options/chromeos/internet_detail.html View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail.js View 1 2 3 16 chunks +135 lines, -78 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc View 1 2 3 4 11 chunks +108 lines, -56 lines 0 comments Download
M chromeos/network/onc/onc_signature.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/network/onc/onc_translation_tables.h View 3 chunks +14 lines, -12 lines 0 comments Download
M chromeos/network/onc/onc_translation_tables.cc View 1 2 3 4 5 chunks +8 lines, -6 lines 0 comments Download
M chromeos/network/onc/onc_translator_onc_to_shill.cc View 1 2 3 4 5 chunks +30 lines, -2 lines 0 comments Download
M chromeos/network/onc/onc_translator_shill_to_onc.cc View 1 2 3 4 5 6 7 10 chunks +78 lines, -18 lines 0 comments Download
M chromeos/network/onc/onc_translator_unittest.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
D chromeos/test/data/network/shill_openvpn_with_errors.json View 1 2 3 1 chunk +0 lines, -26 lines 0 comments Download
A chromeos/test/data/network/shill_output_l2tpipsec.json View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A chromeos/test/data/network/shill_output_openvpn.json View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A chromeos/test/data/network/shill_output_openvpn_with_errors.json View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
M chromeos/test/data/network/shill_wifi_with_state.json View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/test/data/network/translation_of_shill_l2tpipsec.onc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chromeos/test/data/network/translation_of_shill_wifi_with_state.onc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M components/onc/docs/onc_spec.html View 1 2 3 4 5 6 7 1 chunk +11 lines, -0 lines 0 comments Download
M components/onc/onc_constants.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/onc/onc_constants.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
stevenjb
armansito@ - please check the cellular serving operator changes. Note: I recognize that there is ...
6 years, 4 months ago (2014-08-18 23:28:36 UTC) #1
pneubeck (no reviews)
only reviewed .js so far. https://codereview.chromium.org/482243002/diff/20001/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/482243002/diff/20001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode27 chrome/browser/resources/options/chromeos/internet_detail.js:27: * 'recommended' - gets ...
6 years, 4 months ago (2014-08-19 16:24:03 UTC) #2
armansito
serving operator bits lgtm
6 years, 4 months ago (2014-08-19 16:47:17 UTC) #3
stevenjb
https://codereview.chromium.org/482243002/diff/20001/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/482243002/diff/20001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode27 chrome/browser/resources/options/chromeos/internet_detail.js:27: * 'recommended' - gets the recommended or active value ...
6 years, 4 months ago (2014-08-19 18:41:47 UTC) #4
pneubeck (no reviews)
https://codereview.chromium.org/482243002/diff/40001/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/482243002/diff/40001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode25 chrome/browser/resources/options/chromeos/internet_detail.js:25: * 'active' (default) - gets the active value These ...
6 years, 4 months ago (2014-08-19 19:26:38 UTC) #5
stevenjb
Fixed unit tests, addressed feedback, PTAL. https://codereview.chromium.org/482243002/diff/40001/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/482243002/diff/40001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode25 chrome/browser/resources/options/chromeos/internet_detail.js:25: * 'active' (default) ...
6 years, 4 months ago (2014-08-19 23:20:18 UTC) #6
pneubeck (no reviews)
https://codereview.chromium.org/482243002/diff/80001/chrome/browser/resources/options/chromeos/internet_detail.js File chrome/browser/resources/options/chromeos/internet_detail.js (right): https://codereview.chromium.org/482243002/diff/80001/chrome/browser/resources/options/chromeos/internet_detail.js#newcode45 chrome/browser/resources/options/chromeos/internet_detail.js:45: // Otherwise get the Active value (defalt behavior). typo: ...
6 years, 4 months ago (2014-08-20 08:16:16 UTC) #7
stevenjb
I added Priority to the ONC spec, this seemed like a reasonable addition to me, ...
6 years, 4 months ago (2014-08-20 17:18:38 UTC) #8
pneubeck (no reviews)
lgtm with nits https://codereview.chromium.org/482243002/diff/80001/chromeos/network/onc/onc_translator_shill_to_onc.cc File chromeos/network/onc/onc_translator_shill_to_onc.cc (right): https://codereview.chromium.org/482243002/diff/80001/chromeos/network/onc/onc_translator_shill_to_onc.cc#newcode260 chromeos/network/onc/onc_translator_shill_to_onc.cc:260: if (provider->GetStringWithoutPathExpansion(shill::kHostProperty, On 2014/08/20 17:18:37, stevenjb ...
6 years, 4 months ago (2014-08-20 19:49:37 UTC) #9
stevenjb
https://codereview.chromium.org/482243002/diff/140001/components/onc/docs/onc_spec.html File components/onc/docs/onc_spec.html (right): https://codereview.chromium.org/482243002/diff/140001/components/onc/docs/onc_spec.html#newcode409 components/onc/docs/onc_spec.html:409: Priority value for this network. May be used by ...
6 years, 4 months ago (2014-08-20 20:09:17 UTC) #10
stevenjb
https://codereview.chromium.org/482243002/diff/140001/chromeos/network/onc/onc_translator_shill_to_onc.cc File chromeos/network/onc/onc_translator_shill_to_onc.cc (right): https://codereview.chromium.org/482243002/diff/140001/chromeos/network/onc/onc_translator_shill_to_onc.cc#newcode126 chromeos/network/onc/onc_translator_shill_to_onc.cc:126: // Returns the name provided in |shill_dictionary_| for debugging. ...
6 years, 4 months ago (2014-08-20 20:40:04 UTC) #11
stevenjb
The CQ bit was checked by stevenjb@chromium.org
6 years, 4 months ago (2014-08-20 20:40:29 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/482243002/160001
6 years, 4 months ago (2014-08-20 20:43:04 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-21 01:03:09 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 01:07:09 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55384)
6 years, 4 months ago (2014-08-21 01:07:10 UTC) #16
stevenjb
6 years, 4 months ago (2014-08-21 16:05:55 UTC) #17
Message was sent while issue was closed.
Committed patchset #9 manually as 291085 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698