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

Issue 2273093002: Settings: Internet: I18N (Closed)

Created:
4 years, 4 months ago by stevenjb
Modified:
4 years, 3 months ago
Reviewers:
dschuyler
CC:
chromium-reviews, 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, michaelpg+watch-elements_chromium.org, stevenjb+watch-md-settings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Settings: Internet: I18N This provides localized strings for the MD Settings Internet page. This CL also correctly sorts html includes and CSS properties to conform to Settings style. BUG=512214 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/fd6e7c1f910194027ed76f93ddeaf178cda64b5d Cr-Commit-Position: refs/heads/master@{#415500}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 32

Patch Set 3 : Rebase #

Patch Set 4 : Feedback #

Patch Set 5 : Reorg / Rename some strings #

Total comments: 3

Patch Set 6 : Fix closure and rebase #

Total comments: 2

Patch Set 7 : Add assert #

Patch Set 8 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+614 lines, -143 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 4 5 4 chunks +294 lines, -12 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/compiled_resources2.gyp View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.html View 1 2 3 4 9 chunks +26 lines, -21 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.js View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_known_networks_page.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_page.html View 1 2 4 chunks +14 lines, -13 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_apnlist.html View 1 2 3 4 5 6 7 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_ip_config.html View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_nameservers.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_property_list.html View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_property_list.js View 1 2 3 4 5 6 5 chunks +36 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy.html View 1 2 3 4 5 6 7 8 chunks +35 lines, -26 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy_input.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_siminfo.html View 1 2 3 4 4 chunks +43 lines, -29 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.html View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 4 5 2 chunks +139 lines, -12 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_list_item.js View 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 35 (13 generated)
stevenjb
4 years, 4 months ago (2016-08-24 19:03:03 UTC) #4
dschuyler
Thanks for doing this! Much of my comments are about shortening tag or const names. ...
4 years, 4 months ago (2016-08-24 22:08:44 UTC) #5
stevenjb
Thanks for the careful review. I understand your perspective and genuinely appreciate the feedback. In ...
4 years, 3 months ago (2016-08-25 20:44:23 UTC) #6
Dan Beam
On 2016/08/25 20:44:23, stevenjb wrote: > In particular, > there is no direct tie between ...
4 years, 3 months ago (2016-08-25 21:56:30 UTC) #7
stevenjb
On 2016/08/25 21:56:30, Dan Beam wrote: > On 2016/08/25 20:44:23, stevenjb wrote: > > In ...
4 years, 3 months ago (2016-08-25 21:58:47 UTC) #8
dschuyler
LGTM I've put in some responses to the questions asked. I'm not intending to argue ...
4 years, 3 months ago (2016-08-26 01:32:51 UTC) #9
stevenjb
PTAL (non-trivial changes) https://codereview.chromium.org/2273093002/diff/20001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/2273093002/diff/20001/chrome/app/settings_strings.grdp#newcode864 chrome/app/settings_strings.grdp:864: <message name="IDS_SETTINGS_INTERNET_NETWORK_SECTION_ACCESS_POINT" desc="Settings > Internet > ...
4 years, 3 months ago (2016-08-26 16:48:51 UTC) #11
stevenjb
P.S. Apologies if any of my responses sound argumentative, that wasn't my intent. I think ...
4 years, 3 months ago (2016-08-26 16:50:05 UTC) #12
dschuyler
https://codereview.chromium.org/2273093002/diff/100001/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc File chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc (right): https://codereview.chromium.org/2273093002/diff/100001/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc#newcode1448 chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc:1448: // with translatable enumerated values have the value appended ...
4 years, 3 months ago (2016-08-26 18:32:17 UTC) #13
stevenjb
https://codereview.chromium.org/2273093002/diff/100001/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc File chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc (right): https://codereview.chromium.org/2273093002/diff/100001/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc#newcode1448 chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc:1448: // with translatable enumerated values have the value appended ...
4 years, 3 months ago (2016-08-26 19:30:26 UTC) #14
stevenjb
https://codereview.chromium.org/2273093002/diff/100001/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc File chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc (right): https://codereview.chromium.org/2273093002/diff/100001/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc#newcode1448 chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc:1448: // with translatable enumerated values have the value appended ...
4 years, 3 months ago (2016-08-26 20:25:18 UTC) #15
stevenjb
Rebased and fixed clang. PTAL when you have a chance, thanks!
4 years, 3 months ago (2016-08-29 21:43:11 UTC) #16
dschuyler
I glanced over it again and tried to check the newest changes. This is a ...
4 years, 3 months ago (2016-08-30 01:16:36 UTC) #17
dschuyler
On 2016/08/30 01:16:36, dschuyler wrote: > I glanced over it again and tried to check ...
4 years, 3 months ago (2016-08-30 01:17:44 UTC) #18
stevenjb
https://codereview.chromium.org/2273093002/diff/120001/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/2273093002/diff/120001/chrome/browser/resources/settings/internet_page/network_property_list.js#newcode173 chrome/browser/resources/settings/internet_page/network_property_list.js:173: let valueStr = /** @type {string} */ (value); On ...
4 years, 3 months ago (2016-08-30 15:27:56 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/2273093002/140001
4 years, 3 months ago (2016-08-30 15:32:04 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/260133)
4 years, 3 months ago (2016-08-30 15:34:10 UTC) #24
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/2273093002/160001
4 years, 3 months ago (2016-08-30 17:44:04 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/284277)
4 years, 3 months ago (2016-08-30 20:34:36 UTC) #29
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/2273093002/160001
4 years, 3 months ago (2016-08-30 22:31:55 UTC) #31
commit-bot: I haz the power
Committed patchset #8 (id:160001)
4 years, 3 months ago (2016-08-30 23:57:22 UTC) #33
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 23:59:59 UTC) #35
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/fd6e7c1f910194027ed76f93ddeaf178cda64b5d
Cr-Commit-Position: refs/heads/master@{#415500}

Powered by Google App Engine
This is Rietveld 408576698