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

Issue 2913323003: Settings: Network: Merge Tether networks into Mobile subpage (Closed)

Created:
3 years, 6 months ago by stevenjb
Modified:
3 years, 6 months ago
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, stevenjb+watch_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, dbeam+watch-settings_chromium.org, srahim+watch_chromium.org, stevenjb+watch-md-settings_chromium.org, davemoore+watch_chromium.org, Ryan Hansberry
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Settings: Network: Merge Tether networks into Mobile subpage BUG=726380 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation For ui/webui/help: TBR=msw@chromium.org Review-Url: https://codereview.chromium.org/2913323003 Cr-Commit-Position: refs/heads/master@{#476820} Committed: https://chromium.googlesource.com/chromium/src/+/04968fe41e04b5f33305d9584561909760d9c3c7

Patch Set 1 #

Patch Set 2 : Add tests, string cleanup #

Patch Set 3 : Rebase #

Total comments: 22

Patch Set 4 : Show Tether toggle when unavailable and fix toggle 'disabled' #

Patch Set 5 : Feedback + additional tests #

Total comments: 4

Patch Set 6 : Elim redundant on-tap #

Patch Set 7 : Fix unit tests #

Patch Set 8 : Fix browser_tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+343 lines, -83 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 7 1 chunk +8 lines, -11 lines 0 comments Download
M chrome/app/settings_strings.grdp View 1 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/tether/tether_service.cc View 1 2 3 4 5 6 3 chunks +11 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/tether/tether_service_unittest.cc View 1 2 3 4 5 6 4 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_welcome.js View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_page.html View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_page.js View 1 2 3 4 5 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_subpage.html View 1 2 3 4 5 2 chunks +21 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_subpage.js View 1 2 3 4 5 5 chunks +79 lines, -15 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary.js View 1 2 3 4 2 chunks +29 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.js View 1 2 3 4 5 7 chunks +25 lines, -10 lines 0 comments Download
M chrome/browser/resources/settings/settings_ui/settings_ui.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/network_element_localized_strings_provider.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/help/help_utils_chromeos.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/internet_options_handler_strings.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/test/data/webui/settings/fake_networking_private.js View 1 2 3 4 5 6 7 2 chunks +8 lines, -1 line 0 comments Download
M chrome/test/data/webui/settings/internet_page_tests.js View 1 2 3 4 5 6 7 5 chunks +111 lines, -19 lines 0 comments Download
M chromeos/network/network_state_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 31 (15 generated)
stevenjb
Here you go! I tried a couple of approaches and went with what I think ...
3 years, 6 months ago (2017-06-01 17:33:50 UTC) #4
Ryan Hansberry
https://codereview.chromium.org/2913323003/diff/60001/chrome/browser/resources/settings/internet_page/internet_subpage.js File chrome/browser/resources/settings/internet_page/internet_subpage.js (right): https://codereview.chromium.org/2913323003/diff/60001/chrome/browser/resources/settings/internet_page/internet_subpage.js#newcode443 chrome/browser/resources/settings/internet_page/internet_subpage.js:443: tetherDeviceState.State != CrOnc.DeviceState.UNINITIALIZED; [Apologies in advance for being a ...
3 years, 6 months ago (2017-06-01 18:13:00 UTC) #6
Kyle Horimoto
https://codereview.chromium.org/2913323003/diff/60001/chrome/browser/resources/settings/internet_page/internet_subpage.html File chrome/browser/resources/settings/internet_page/internet_subpage.html (right): https://codereview.chromium.org/2913323003/diff/60001/chrome/browser/resources/settings/internet_page/internet_subpage.html#newcode138 chrome/browser/resources/settings/internet_page/internet_subpage.html:138: aria-describedby="tetherSecondary" Just making sure: this property makes it so ...
3 years, 6 months ago (2017-06-01 20:15:22 UTC) #8
stevenjb
PTAL https://codereview.chromium.org/2913323003/diff/60001/chrome/browser/resources/settings/internet_page/internet_subpage.html File chrome/browser/resources/settings/internet_page/internet_subpage.html (right): https://codereview.chromium.org/2913323003/diff/60001/chrome/browser/resources/settings/internet_page/internet_subpage.html#newcode138 chrome/browser/resources/settings/internet_page/internet_subpage.html:138: aria-describedby="tetherSecondary" On 2017/06/01 20:15:21, Kyle Horimoto wrote: > ...
3 years, 6 months ago (2017-06-01 21:55:04 UTC) #9
Kyle Horimoto
https://codereview.chromium.org/2913323003/diff/60001/chrome/browser/resources/settings/internet_page/internet_subpage.js File chrome/browser/resources/settings/internet_page/internet_subpage.js (right): https://codereview.chromium.org/2913323003/diff/60001/chrome/browser/resources/settings/internet_page/internet_subpage.js#newcode443 chrome/browser/resources/settings/internet_page/internet_subpage.js:443: tetherDeviceState.State != CrOnc.DeviceState.UNINITIALIZED; On 2017/06/01 21:55:03, stevenjb wrote: > ...
3 years, 6 months ago (2017-06-01 22:21:46 UTC) #10
stevenjb
https://codereview.chromium.org/2913323003/diff/60001/chrome/browser/resources/settings/internet_page/internet_subpage.js File chrome/browser/resources/settings/internet_page/internet_subpage.js (right): https://codereview.chromium.org/2913323003/diff/60001/chrome/browser/resources/settings/internet_page/internet_subpage.js#newcode443 chrome/browser/resources/settings/internet_page/internet_subpage.js:443: tetherDeviceState.State != CrOnc.DeviceState.UNINITIALIZED; On 2017/06/01 22:21:46, Kyle Horimoto wrote: ...
3 years, 6 months ago (2017-06-01 22:37:02 UTC) #11
stevenjb
3 years, 6 months ago (2017-06-01 22:38:09 UTC) #12
Kyle Horimoto
lgtm
3 years, 6 months ago (2017-06-01 22:57:41 UTC) #13
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/2913323003/120001
3 years, 6 months ago (2017-06-02 00:45:57 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/453988)
3 years, 6 months ago (2017-06-02 00:56:09 UTC) #17
stevenjb
Fix unit tests
3 years, 6 months ago (2017-06-02 16:49:23 UTC) #19
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/2913323003/140001
3 years, 6 months ago (2017-06-02 16:49:55 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/440466)
3 years, 6 months ago (2017-06-02 18:44:05 UTC) #24
stevenjb
Fix browser_tests
3 years, 6 months ago (2017-06-02 19:47:53 UTC) #25
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/2913323003/160001
3 years, 6 months ago (2017-06-02 20:40:46 UTC) #28
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 22:34:20 UTC) #31
Message was sent while issue was closed.
Committed patchset #8 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/04968fe41e04b5f33305d9584561...

Powered by Google App Engine
This is Rietveld 408576698