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

Issue 2303093003: MD Settings: Internet: Enable SIM unlock with no cellular network (Closed)

Created:
4 years, 3 months ago by stevenjb
Modified:
4 years, 3 months ago
Reviewers:
michaelpg
CC:
chromium-reviews, extensions-reviews_chromium.org, michaelpg+watch-elements_chromium.org, dbeam+watch-elements_chromium.org, michaelpg+watch-md-settings_chromium.org, stevenjb+watch_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-settings_chromium.org, dbeam+watch-closure_chromium.org, stevenjb+watch-md-settings_chromium.org, jlklein+watch-closure_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Internet: Enable SIM unlock with no cellular network This also fixes the keyboard navigation for network summary items. BUG=609156 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation For trivial comment changes to extensions/common/api TBR=rdevlin.cronin@chromium.org, Committed: https://crrev.com/230c1b488307a9667a5bb8c63f77707fc56f6439 Cr-Commit-Position: refs/heads/master@{#419088}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 21

Patch Set 3 : Rebase #

Patch Set 4 : Feedback #

Total comments: 14

Patch Set 5 : Rebase plus Feedback #

Total comments: 1

Patch Set 6 : No settings_vars_css cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+299 lines, -170 lines) Patch
M chrome/browser/resources/settings/internet_page/compiled_resources2.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.html View 1 2 3 4 3 chunks +91 lines, -78 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.js View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_shared_css.html View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_apnlist.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_ip_config.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_nameservers.html View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_property_list.html View 1 2 1 chunk +11 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy.html View 1 2 3 4 3 chunks +12 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy_exclusions.html View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_siminfo.html View 1 2 3 chunks +13 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_siminfo.js View 4 chunks +4 lines, -15 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.html View 1 2 3 3 chunks +37 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.js View 1 2 3 4 10 chunks +86 lines, -24 lines 0 comments Download
M chrome/browser/resources/settings/settings_shared_css.html View 1 2 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/settings_vars_css.html View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/api/networking_private/networking_private_chromeos.cc View 1 2 3 6 chunks +20 lines, -19 lines 0 comments Download
M extensions/common/api/networking_private.idl View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/webui/resources/cr_elements/shared_style_css.html View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (9 generated)
stevenjb
4 years, 3 months ago (2016-09-02 19:58:08 UTC) #3
michaelpg
https://codereview.chromium.org/2303093003/diff/20001/chrome/browser/resources/settings/internet_page/network_summary_item.html File chrome/browser/resources/settings/internet_page/network_summary_item.html (right): https://codereview.chromium.org/2303093003/diff/20001/chrome/browser/resources/settings/internet_page/network_summary_item.html#newcode32 chrome/browser/resources/settings/internet_page/network_summary_item.html:32: #details[noflex] { nit: no-flex (2 words) https://codereview.chromium.org/2303093003/diff/20001/chrome/browser/resources/settings/internet_page/network_summary_item.html#newcode33 chrome/browser/resources/settings/internet_page/network_summary_item.html:33: flex: ...
4 years, 3 months ago (2016-09-06 21:10:39 UTC) #4
stevenjb
PTAL Note: I added a scanningIsVisible_(deviceState) to remove some extra padding that was bothering me. ...
4 years, 3 months ago (2016-09-12 19:46:42 UTC) #5
michaelpg
lgtm with nits https://codereview.chromium.org/2303093003/diff/60001/chrome/browser/resources/settings/internet_page/internet_detail_page.html File chrome/browser/resources/settings/internet_page/internet_detail_page.html (right): https://codereview.chromium.org/2303093003/diff/60001/chrome/browser/resources/settings/internet_page/internet_detail_page.html#newcode46 chrome/browser/resources/settings/internet_page/internet_detail_page.html:46: * settings-box:first-of-type */ nit: end sentence ...
4 years, 3 months ago (2016-09-15 02:24:28 UTC) #6
stevenjb
https://codereview.chromium.org/2303093003/diff/60001/chrome/browser/resources/settings/internet_page/internet_detail_page.html File chrome/browser/resources/settings/internet_page/internet_detail_page.html (right): https://codereview.chromium.org/2303093003/diff/60001/chrome/browser/resources/settings/internet_page/internet_detail_page.html#newcode46 chrome/browser/resources/settings/internet_page/internet_detail_page.html:46: * settings-box:first-of-type */ On 2016/09/15 02:24:28, michaelpg wrote: > ...
4 years, 3 months ago (2016-09-15 17:42:17 UTC) #7
michaelpg
https://codereview.chromium.org/2303093003/diff/60001/chrome/browser/resources/settings/internet_page/network_property_list.html File chrome/browser/resources/settings/internet_page/network_property_list.html (right): https://codereview.chromium.org/2303093003/diff/60001/chrome/browser/resources/settings/internet_page/network_property_list.html#newcode23 chrome/browser/resources/settings/internet_page/network_property_list.html:23: .settings-box:first-of-type { On 2016/09/15 17:42:17, stevenjb wrote: > On ...
4 years, 3 months ago (2016-09-15 21:35:16 UTC) #8
michaelpg
lgtm
4 years, 3 months ago (2016-09-15 21:35:19 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/2303093003/100001
4 years, 3 months ago (2016-09-16 00:05:12 UTC) #12
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/260696)
4 years, 3 months ago (2016-09-16 00:14:35 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/2303093003/100001
4 years, 3 months ago (2016-09-16 02:45:42 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-16 03:15:14 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-09-16 03:18:12 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/230c1b488307a9667a5bb8c63f77707fc56f6439
Cr-Commit-Position: refs/heads/master@{#419088}

Powered by Google App Engine
This is Rietveld 408576698