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

Issue 540613002: Translate Saved/StaticIPConfig properties from ONC to Shill (Closed)

Created:
6 years, 3 months ago by stevenjb
Modified:
6 years, 3 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Translate Saved/StaticIPConfig properties from ONC to Shill BUG=279351 Committed: https://crrev.com/6eae03953c8520292cf1ecdacfda6a171a3dbd4c Cr-Commit-Position: refs/heads/master@{#293331}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Feedback #

Patch Set 3 : Fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -10 lines) Patch
M chrome/browser/ui/webui/chromeos/network_config_message_handler.cc View 3 chunks +19 lines, -2 lines 0 comments Download
M chromeos/network/onc/onc_signature.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_signature.cc View 1 2 3 chunks +18 lines, -2 lines 0 comments Download
M chromeos/network/onc/onc_translation_tables.cc View 2 chunks +20 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_translator_shill_to_onc.cc View 1 7 chunks +42 lines, -2 lines 0 comments Download
M chromeos/test/data/network/shill_ethernet_with_ipconfig.json View 1 2 chunks +10 lines, -1 line 0 comments Download
M chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc View 1 2 chunks +19 lines, -1 line 0 comments Download
M components/onc/docs/onc_spec.html View 1 2 chunks +32 lines, -2 lines 0 comments Download
M components/onc/onc_constants.h View 2 chunks +3 lines, -0 lines 0 comments Download
M components/onc/onc_constants.cc View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
stevenjb
This turned out to be kind of a pita with the way Shill handles nameservers ...
6 years, 3 months ago (2014-09-03 22:34:56 UTC) #2
pneubeck (no reviews)
Thanks, lgtm! with nits https://codereview.chromium.org/540613002/diff/1/chromeos/network/onc/onc_translator_shill_to_onc.cc File chromeos/network/onc/onc_translator_shill_to_onc.cc (right): https://codereview.chromium.org/540613002/diff/1/chromeos/network/onc/onc_translator_shill_to_onc.cc#newcode447 chromeos/network/onc/onc_translator_shill_to_onc.cc:447: // Saved IP config nameservers ...
6 years, 3 months ago (2014-09-04 12:38:45 UTC) #3
pneubeck (no reviews)
https://codereview.chromium.org/540613002/diff/1/chromeos/network/onc/onc_signature.cc File chromeos/network/onc/onc_signature.cc (right): https://codereview.chromium.org/540613002/diff/1/chromeos/network/onc/onc_signature.cc#newcode293 chromeos/network/onc/onc_signature.cc:293: // supported for reading network state (shill -> onc). ...
6 years, 3 months ago (2014-09-04 12:41:13 UTC) #4
stevenjb
https://codereview.chromium.org/540613002/diff/1/chromeos/network/onc/onc_signature.cc File chromeos/network/onc/onc_signature.cc (right): https://codereview.chromium.org/540613002/diff/1/chromeos/network/onc/onc_signature.cc#newcode293 chromeos/network/onc/onc_signature.cc:293: // supported for reading network state (shill -> onc). ...
6 years, 3 months ago (2014-09-04 15:26:22 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/540613002/20001
6 years, 3 months ago (2014-09-04 15:28:31 UTC) #7
pneubeck (no reviews)
https://codereview.chromium.org/540613002/diff/1/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc File chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc (right): https://codereview.chromium.org/540613002/diff/1/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc#newcode27 chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc:27: "SavedIPConfig":{ On 2014/09/04 15:26:21, stevenjb wrote: > On 2014/09/04 ...
6 years, 3 months ago (2014-09-04 15:29:06 UTC) #8
stevenjb
On 2014/09/04 15:29:06, pneubeck wrote: > https://codereview.chromium.org/540613002/diff/1/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc > File chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc > (right): > > https://codereview.chromium.org/540613002/diff/1/chromeos/test/data/network/translation_of_shill_ethernet_with_ipconfig.onc#newcode27 ...
6 years, 3 months ago (2014-09-04 15:36:51 UTC) #10
stevenjb
The validation tests don't seem to recognize OncValueSignature.base_signature and are failing unless I change k{Saved|Static}IPConfigSignature ...
6 years, 3 months ago (2014-09-04 16:53:33 UTC) #11
pneubeck (no reviews)
On 2014/09/04 16:53:33, stevenjb wrote: > The validation tests don't seem to recognize OncValueSignature.base_signature > ...
6 years, 3 months ago (2014-09-04 17:48:32 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/540613002/40001
6 years, 3 months ago (2014-09-04 17:55:49 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 41ec57e48ebd467c7a3b169a5598fb8038f54232
6 years, 3 months ago (2014-09-04 20:50:12 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:32:30 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6eae03953c8520292cf1ecdacfda6a171a3dbd4c
Cr-Commit-Position: refs/heads/master@{#293331}

Powered by Google App Engine
This is Rietveld 408576698