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

Issue 267433005: Provide IPConfigs in networkingPrivate.GetProperties (Closed)

Created:
6 years, 7 months ago by stevenjb
Modified:
6 years, 7 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Provide IPConfigs in networkingPrivate.GetProperties BUG=365848 For components/wifi fixes for tests: R=pneubeck@chromium.org TBR=mef@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269334

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : . #

Patch Set 4 : Inclulde DHCP #

Patch Set 5 : Rebase #

Total comments: 2

Patch Set 6 : Rebase + Elim DHCP ONC types #

Total comments: 45

Patch Set 7 : Feedback + tests #

Patch Set 8 : Reabse + Feedback #

Patch Set 9 : Add ONC properties to translation tables #

Patch Set 10 : Fix win/mac #

Patch Set 11 : Rebase #

Patch Set 12 : Fix win/mac tests #

Patch Set 13 : Fix win/mac tests #

Patch Set 14 : Fix win/mac #

Patch Set 15 : More test fixes #

Patch Set 16 : . #

Patch Set 17 : More test fixes #

Patch Set 18 : Fix win/mac tests for realz #

Patch Set 19 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+587 lines, -405 lines) Patch
M chrome/browser/extensions/api/networking_private/networking_private_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 14 chunks +138 lines, -90 lines 0 comments Download
M chrome/test/data/extensions/api_test/networking/test.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 9 chunks +29 lines, -27 lines 0 comments Download
M chromeos/dbus/fake_shill_ipconfig_client.h View 1 2 3 4 2 chunks +8 lines, -1 line 0 comments Download
M chromeos/dbus/fake_shill_ipconfig_client.cc View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
M chromeos/dbus/fake_shill_manager_client.cc View 1 2 3 4 5 6 4 chunks +37 lines, -2 lines 0 comments Download
M chromeos/dbus/fake_shill_service_client.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chromeos/dbus/shill_ipconfig_client.h View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download
M chromeos/dbus/shill_ipconfig_client.cc View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M chromeos/network/device_state.h View 1 2 3 4 5 6 3 chunks +7 lines, -0 lines 0 comments Download
M chromeos/network/device_state.cc View 1 2 3 4 5 6 3 chunks +23 lines, -0 lines 0 comments Download
M chromeos/network/managed_network_configuration_handler.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chromeos/network/managed_network_configuration_handler_impl.h View 1 2 3 4 5 6 2 chunks +11 lines, -1 line 0 comments Download
M chromeos/network/managed_network_configuration_handler_impl.cc View 1 2 3 4 5 6 5 chunks +57 lines, -14 lines 0 comments Download
M chromeos/network/mock_managed_network_configuration_handler.h View 1 2 3 4 5 6 1 chunk +4 lines, -5 lines 0 comments Download
M chromeos/network/network_state.h View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M chromeos/network/network_state.cc View 1 2 3 4 5 6 5 chunks +42 lines, -38 lines 0 comments Download
M chromeos/network/network_state_handler.h View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
M chromeos/network/network_state_handler.cc View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_signature.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_translation_tables.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_translator_shill_to_onc.cc View 1 2 3 4 5 1 chunk +9 lines, -7 lines 0 comments Download
M chromeos/network/shill_property_handler.h View 1 2 3 4 5 6 2 chunks +27 lines, -13 lines 0 comments Download
M chromeos/network/shill_property_handler.cc View 1 2 3 4 5 6 7 2 chunks +52 lines, -57 lines 0 comments Download
M chromeos/network/shill_property_handler_unittest.cc View 1 2 3 4 5 6 2 chunks +15 lines, -8 lines 0 comments Download
M components/onc/onc_constants.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M components/onc/onc_constants.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M components/wifi/fake_wifi_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +18 lines, -107 lines 0 comments Download
M components/wifi/wifi_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +32 lines, -27 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
stevenjb
6 years, 7 months ago (2014-05-01 00:48:06 UTC) #1
pneubeck (no reviews)
no full review yet. https://codereview.chromium.org/267433005/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/267433005/diff/80001/chromeos/network/onc/onc_translator_shill_to_onc.cc#newcode323 chromeos/network/onc/onc_translator_shill_to_onc.cc:323: if (shill_ip_method == shill::kTypeIPv4) Ok, ...
6 years, 7 months ago (2014-05-02 09:57:42 UTC) #2
stevenjb
https://codereview.chromium.org/267433005/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/267433005/diff/80001/chromeos/network/onc/onc_translator_shill_to_onc.cc#newcode323 chromeos/network/onc/onc_translator_shill_to_onc.cc:323: if (shill_ip_method == shill::kTypeIPv4) On 2014/05/02 09:57:43, pneubeck wrote: ...
6 years, 7 months ago (2014-05-02 17:22:34 UTC) #3
stevenjb
PTAL
6 years, 7 months ago (2014-05-05 17:08:25 UTC) #4
pneubeck (no reviews)
please also add/update the networking API test. Since it's based on the DefaultEnvironment, IPConfigs should ...
6 years, 7 months ago (2014-05-05 21:09:27 UTC) #5
stevenjb
PTAL Tests updated. I realized that: a) The GetProperties test was testing "wifi2" and the ...
6 years, 7 months ago (2014-05-06 01:15:11 UTC) #6
pneubeck (no reviews)
lgtm https://codereview.chromium.org/267433005/diff/110001/chromeos/network/network_configuration_handler.cc File chromeos/network/network_configuration_handler.cc (right): https://codereview.chromium.org/267433005/diff/110001/chromeos/network/network_configuration_handler.cc#newcode377 chromeos/network/network_configuration_handler.cc:377: network_state_handler_->GetDeviceState(device); On 2014/05/06 01:15:11, stevenjb wrote: > On ...
6 years, 7 months ago (2014-05-06 07:31:17 UTC) #7
stevenjb
https://codereview.chromium.org/267433005/diff/110001/chromeos/network/shill_property_handler.cc File chromeos/network/shill_property_handler.cc (right): https://codereview.chromium.org/267433005/diff/110001/chromeos/network/shill_property_handler.cc#newcode561 chromeos/network/shill_property_handler.cc:561: if (!ip_configs->GetString(i, &ip_config_path) || ip_config_path.empty()) { On 2014/05/06 07:31:17, ...
6 years, 7 months ago (2014-05-06 16:56:19 UTC) #8
stevenjb
The CQ bit was checked by stevenjb@chromium.org
6 years, 7 months ago (2014-05-06 16:56:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/267433005/150001
6 years, 7 months ago (2014-05-06 16:57:22 UTC) #10
stevenjb
+mef@chromium.org for components/wifi
6 years, 7 months ago (2014-05-08 02:25:32 UTC) #11
stevenjb
The CQ bit was checked by stevenjb@chromium.org
6 years, 7 months ago (2014-05-09 02:34:41 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/267433005/360001
6 years, 7 months ago (2014-05-09 02:40:47 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-09 05:00:46 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-09 05:14:45 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/66712)
6 years, 7 months ago (2014-05-09 05:14:45 UTC) #16
stevenjb
mef@ - Apologies for TBRing the components/wifi change,s I would still like them reviewed and ...
6 years, 7 months ago (2014-05-09 16:39:53 UTC) #17
stevenjb
6 years, 7 months ago (2014-05-09 16:45:55 UTC) #18
Message was sent while issue was closed.
Committed patchset #19 manually as r269334 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698