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

Issue 2853563002: ONC: Translate EAP from Shill to ONC (Closed)

Created:
3 years, 7 months ago by stevenjb
Modified:
3 years, 7 months ago
Reviewers:
Devlin, tbarzic, emaxx
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, oshima+watch_chromium.org, dbeam+watch-settings_chromium.org, srahim+watch_chromium.org, stevenjb+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

ONC: Translate EAP from Shill to ONC This CL adds support for additional WiFi.EAP fields and translates Shill properties to WiFi.EAP.Inner and WiFi.EAP.Outer. BUG=380937 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2853563002 Cr-Commit-Position: refs/heads/master@{#468645} Committed: https://chromium.googlesource.com/chromium/src/+/d66bcd45485740e2bf64e73cd6586b5d596d9f0d

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : Test for empty EAP field and cl format #

Total comments: 8

Patch Set 5 : Feedback #

Patch Set 6 : Use params #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -18 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.js View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_property_list.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_property_list.js View 1 2 3 4 5 1 chunk +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_translation_tables.cc View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M chromeos/network/onc/onc_translator_shill_to_onc.cc View 1 2 3 4 3 chunks +13 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_translator_unittest.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
A chromeos/test/data/network/shill_wifi_eap_ttls.json View 1 chunk +11 lines, -0 lines 0 comments Download
M chromeos/test/data/network/translation_of_shill_wifi_clientcert.onc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A chromeos/test/data/network/translation_of_shill_wifi_eap_ttls.onc View 1 chunk +15 lines, -0 lines 0 comments Download
M chromeos/test/data/network/translation_of_shill_wifi_wep_8021x_clientcert.onc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A chromeos/test/data/network/wifi_eap_ttls.onc View 1 chunk +17 lines, -0 lines 0 comments Download
M components/onc/docs/onc_spec.md View 1 2 3 4 2 chunks +10 lines, -10 lines 2 comments Download
M components/onc/onc_constants.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M components/onc/onc_constants.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M extensions/common/api/networking_onc.idl View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/api/networking_private.idl View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/closure_compiler/externs/networking_private.js View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 23 (12 generated)
stevenjb
3 years, 7 months ago (2017-04-28 22:46:20 UTC) #4
tbarzic
https://codereview.chromium.org/2853563002/diff/60001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/2853563002/diff/60001/chrome/app/settings_strings.grdp#newcode1501 chrome/app/settings_strings.grdp:1501: <message name="IDS_ONC_WIFI_EAP_INNER" desc="ONC Property label for WiFi.EAP.Iner (Phase 2 ...
3 years, 7 months ago (2017-05-01 18:05:56 UTC) #5
stevenjb
PTAL +rdevlin.cronin@ for idl changes https://codereview.chromium.org/2853563002/diff/60001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/2853563002/diff/60001/chrome/app/settings_strings.grdp#newcode1501 chrome/app/settings_strings.grdp:1501: <message name="IDS_ONC_WIFI_EAP_INNER" desc="ONC Property ...
3 years, 7 months ago (2017-05-01 20:12:05 UTC) #7
Devlin
idls lgtm
3 years, 7 months ago (2017-05-01 20:57:20 UTC) #8
tbarzic
lgtm https://codereview.chromium.org/2853563002/diff/60001/chrome/browser/resources/settings/internet_page/network_property_list.js File chrome/browser/resources/settings/internet_page/network_property_list.js (right): https://codereview.chromium.org/2853563002/diff/60001/chrome/browser/resources/settings/internet_page/network_property_list.js#newcode112 chrome/browser/resources/settings/internet_page/network_property_list.js:112: var value = this.getPropertyValue_(key, this.prefix, this.propertyDict); On 2017/05/01 ...
3 years, 7 months ago (2017-05-01 21:04:48 UTC) #9
stevenjb
https://codereview.chromium.org/2853563002/diff/60001/chrome/browser/resources/settings/internet_page/network_property_list.js File chrome/browser/resources/settings/internet_page/network_property_list.js (right): https://codereview.chromium.org/2853563002/diff/60001/chrome/browser/resources/settings/internet_page/network_property_list.js#newcode112 chrome/browser/resources/settings/internet_page/network_property_list.js:112: var value = this.getPropertyValue_(key, this.prefix, this.propertyDict); On 2017/05/01 21:04:48, ...
3 years, 7 months ago (2017-05-01 21:54:26 UTC) #10
stevenjb
emaxx@ - PTAL if you have a chance, thanks!
3 years, 7 months ago (2017-05-01 23:45:08 UTC) #15
emaxx
LGTM with a nit https://codereview.chromium.org/2853563002/diff/100001/components/onc/docs/onc_spec.md File components/onc/docs/onc_spec.md (left): https://codereview.chromium.org/2853563002/diff/100001/components/onc/docs/onc_spec.md#oldcode1065 components/onc/docs/onc_spec.md:1065: *EAP-MSCHAPv2*, The "EAP-MSCHAPv2" constant is ...
3 years, 7 months ago (2017-05-02 14:24:35 UTC) #16
stevenjb
https://codereview.chromium.org/2853563002/diff/100001/components/onc/docs/onc_spec.md File components/onc/docs/onc_spec.md (left): https://codereview.chromium.org/2853563002/diff/100001/components/onc/docs/onc_spec.md#oldcode1065 components/onc/docs/onc_spec.md:1065: *EAP-MSCHAPv2*, On 2017/05/02 14:24:35, emaxx wrote: > The "EAP-MSCHAPv2" ...
3 years, 7 months ago (2017-05-02 15:37:33 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2853563002/100001
3 years, 7 months ago (2017-05-02 15:38:19 UTC) #20
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 15:43:27 UTC) #23
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/d66bcd45485740e2bf64e73cd658...

Powered by Google App Engine
This is Rietveld 408576698