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

Issue 588363002: WebUI: Update some more uses of the old-style i18ntemplate/LocalStrings. (Closed)

Created:
6 years, 3 months ago by Evan Stade
Modified:
6 years, 3 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, tzik, tbarzic+watch_chromium.org, nhiroki, arv+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, kinuko+fileapi, davemoore+watch_chromium.org, Nikita (slow), dzhioev (left Google)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

WebUI: Update some more uses of the old-style i18ntemplate/LocalStrings. See [1] for network_menu.js/css deletion See [2] for sim_unlock_ui.cc change [1] https://codereview.chromium.org/6693032 [2] https://codereview.chromium.org/399303003/diff/100001/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc#oldcode298 BUG=122753 Committed: https://crrev.com/b8489fb27b16f41dd7acdf8f2a331050789242dc Cr-Commit-Position: refs/heads/master@{#296300}

Patch Set 1 #

Patch Set 2 : kitchen sync #

Patch Set 3 : relative #

Total comments: 12

Patch Set 4 : dbeam review #

Patch Set 5 : don't break everything #

Patch Set 6 : . #

Total comments: 4

Patch Set 7 : createJsEvalContext #

Patch Set 8 : IDS_CANCEL change is in a different cl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -542 lines) Patch
M chrome/browser/chromeos/login/signin/merge_session_load_page.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/about_sys/about_sys.html View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/resources/about_sys/about_sys.js View 1 2 3 4 5 6 9 chunks +9 lines, -11 lines 0 comments Download
M chrome/browser/resources/chromeos/bluetooth_pair_device.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/certificate_manager_dialog.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/charger_replacement.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/merge_session_load.html View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/mobile_setup.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/mobile_setup.js View 8 chunks +12 lines, -14 lines 0 comments Download
M chrome/browser/resources/chromeos/mobile_setup_portal.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/mobile_setup_portal.js View 2 chunks +2 lines, -4 lines 0 comments Download
D chrome/browser/resources/chromeos/network_menu.css View 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/browser/resources/chromeos/network_menu.js View 1 chunk +0 lines, -361 lines 0 comments Download
M chrome/browser/resources/chromeos/proxy_settings.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/sim_unlock.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/sim_unlock.js View 1 2 3 6 chunks +10 lines, -14 lines 0 comments Download
M chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_manager.js View 1 2 3 6 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/resources/print_preview/compiled_resources.gyp View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/about_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/system_info_ui.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/test/data/webui/local_strings_test.html View 1 chunk +0 lines, -57 lines 0 comments Download
M chrome/test/data/webui/webui_resource_browsertest.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M ui/webui/resources/js/load_time_data.js View 1 2 3 4 5 6 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
Evan Stade
6 years, 3 months ago (2014-09-23 00:05:19 UTC) #2
Dan Beam
https://codereview.chromium.org/588363002/diff/40001/chrome/browser/resources/about_sys/about_sys.js File chrome/browser/resources/about_sys/about_sys.js (right): https://codereview.chromium.org/588363002/diff/40001/chrome/browser/resources/about_sys/about_sys.js#newcode171 chrome/browser/resources/about_sys/about_sys.js:171: var templateData = { 'details': details }; {\s -> ...
6 years, 3 months ago (2014-09-23 00:20:48 UTC) #3
Evan Stade
https://codereview.chromium.org/588363002/diff/40001/chrome/browser/resources/about_sys/about_sys.js File chrome/browser/resources/about_sys/about_sys.js (right): https://codereview.chromium.org/588363002/diff/40001/chrome/browser/resources/about_sys/about_sys.js#newcode171 chrome/browser/resources/about_sys/about_sys.js:171: var templateData = { 'details': details }; On 2014/09/23 ...
6 years, 3 months ago (2014-09-23 01:05:37 UTC) #4
Dan Beam
this breaks typechecking (as JsEvalContext isn't a known type in this file) but I'll figure ...
6 years, 3 months ago (2014-09-23 05:30:39 UTC) #5
Dan Beam
lgtm
6 years, 3 months ago (2014-09-23 05:30:46 UTC) #6
Evan Stade
https://codereview.chromium.org/588363002/diff/100001/ui/webui/resources/js/load_time_data.js File ui/webui/resources/js/load_time_data.js (right): https://codereview.chromium.org/588363002/diff/100001/ui/webui/resources/js/load_time_data.js#newcode39 ui/webui/resources/js/load_time_data.js:39: * Returns a JsEvalContext for |data_|. On 2014/09/23 05:30:39, ...
6 years, 3 months ago (2014-09-23 17:35:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/588363002/120001
6 years, 3 months ago (2014-09-23 17:59:25 UTC) #9
Evan Stade
+alemate for merge_session_load_page.cc
6 years, 3 months ago (2014-09-23 21:02:50 UTC) #12
Alexander Alekseev
lgtm nkostylev, dzhioev: FYI
6 years, 3 months ago (2014-09-23 21:39:09 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/588363002/140001
6 years, 3 months ago (2014-09-23 22:03:36 UTC) #15
commit-bot: I haz the power
Committed patchset #8 (id:140001) as e32ba6ff030ea827762f7d3e9cc9f698f51a563d
6 years, 3 months ago (2014-09-23 23:38:11 UTC) #16
commit-bot: I haz the power
6 years, 3 months ago (2014-09-23 23:38:49 UTC) #17
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/b8489fb27b16f41dd7acdf8f2a331050789242dc
Cr-Commit-Position: refs/heads/master@{#296300}

Powered by Google App Engine
This is Rietveld 408576698