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

Issue 2838323002: [CrOS Tether] Add tether settings section to the MD settings page. (Closed)

Created:
3 years, 8 months ago by Kyle Horimoto
Modified:
3 years, 7 months ago
Reviewers:
stevenjb
CC:
chromium-reviews, alemate+watch_chromium.org, dbeam+watch-elements_chromium.org, michaelpg+watch-md-settings_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, michaelpg+watch-elements_chromium.org, James Hawkins, Jeremy Klein, Ryan Hansberry, lesliewatkins
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[CrOS Tether] Add tether settings section to the MD settings page. Currently, tether settings appear as part of their own subpage. In the future, these settings will be merged with cellular networks under the "Mobile" subpage. BUG=672263 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2838323002 Cr-Commit-Position: refs/heads/master@{#467898} Committed: https://chromium.googlesource.com/chromium/src/+/3643dc94bde2e194b0ce548ad4235ccad5bf06b1

Patch Set 1 #

Total comments: 12

Patch Set 2 : dbeam@ comments. #

Patch Set 3 : stevenjb@ comments. #

Patch Set 4 : stevenjb@ comment. #

Total comments: 4

Patch Set 5 : stevenjb@ comments. #

Patch Set 6 : Changed signal strength words as suggested by UX designer. Waiting on https://codereview.chromium.o… #

Patch Set 7 : Rebased. #

Patch Set 8 : Fix Closure compiler error. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -8 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/settings_strings.grdp View 1 2 3 4 5 2 chunks +33 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/network_ui/network_ui.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.js View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_subpage.js View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_property_list.js View 1 2 3 4 5 6 7 2 chunks +40 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary.js View 1 2 3 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.js View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_ui/settings_ui.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/network_element_localized_strings_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 4 5 2 chunks +15 lines, -0 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_icon.js View 2 chunks +4 lines, -2 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_onc_types.js View 1 2 3 4 5 3 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 26 (15 generated)
Kyle Horimoto
3 years, 8 months ago (2017-04-26 01:49:17 UTC) #3
Dan Beam
do you have screenshots of this UI? https://codereview.chromium.org/2838323002/diff/1/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/2838323002/diff/1/chrome/browser/resources/settings/internet_page/network_property_list.js#newcode167 chrome/browser/resources/settings/internet_page/network_property_list.js:167: if (this.tetherPropertyRegex_.test(key)) ...
3 years, 8 months ago (2017-04-26 02:00:46 UTC) #4
Kyle Horimoto
Screenshots here: https://goo.gl/photos/kPLYKQCMXk5qAfocA https://codereview.chromium.org/2838323002/diff/1/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/2838323002/diff/1/chrome/browser/resources/settings/internet_page/network_property_list.js#newcode167 chrome/browser/resources/settings/internet_page/network_property_list.js:167: if (this.tetherPropertyRegex_.test(key)) On 2017/04/26 02:00:46, Dan ...
3 years, 8 months ago (2017-04-26 17:05:05 UTC) #5
stevenjb
https://codereview.chromium.org/2838323002/diff/1/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/2838323002/diff/1/chrome/browser/resources/settings/internet_page/network_property_list.js#newcode169 chrome/browser/resources/settings/internet_page/network_property_list.js:169: key, /** @type {string|number} */ (value)); Alternately, how about: ...
3 years, 8 months ago (2017-04-26 17:05:08 UTC) #6
Kyle Horimoto
https://codereview.chromium.org/2838323002/diff/1/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/2838323002/diff/1/chrome/browser/resources/settings/internet_page/network_property_list.js#newcode169 chrome/browser/resources/settings/internet_page/network_property_list.js:169: key, /** @type {string|number} */ (value)); On 2017/04/26 17:05:08, ...
3 years, 8 months ago (2017-04-26 17:17:41 UTC) #7
stevenjb
lgtm w/ nits https://codereview.chromium.org/2838323002/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/2838323002/diff/60001/chrome/browser/resources/settings/internet_page/network_property_list.js#newcode162 chrome/browser/resources/settings/internet_page/network_property_list.js:162: return /* @type {string} */ (customValue); ...
3 years, 8 months ago (2017-04-26 17:26:56 UTC) #8
Kyle Horimoto
https://codereview.chromium.org/2838323002/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/2838323002/diff/60001/chrome/browser/resources/settings/internet_page/network_property_list.js#newcode162 chrome/browser/resources/settings/internet_page/network_property_list.js:162: return /* @type {string} */ (customValue); On 2017/04/26 17:26:56, ...
3 years, 8 months ago (2017-04-26 17:37:00 UTC) #9
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/2838323002/80001
3 years, 8 months ago (2017-04-26 17:38:36 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: closure_compilation on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compilation/builds/8101)
3 years, 8 months ago (2017-04-26 17:56:32 UTC) #14
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/2838323002/140001
3 years, 7 months ago (2017-04-28 02:36:25 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-04-28 05:25:13 UTC) #26
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/3643dc94bde2e194b0ce548ad423...

Powered by Google App Engine
This is Rietveld 408576698