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

Issue 1377213003: [MD settings] moving settings strings to a separate grd file (Closed)

Created:
5 years, 2 months ago by dschuyler
Modified:
5 years, 2 months ago
CC:
chromium-reviews, asanka, benjhayden+dwatch_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, michaelpg+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

[MD settings] moving settings strings to a separate grd file BUG=425627 Committed: https://crrev.com/7b8e80f197eb54799ab65b3c6e554e5d50b23351 Cr-Commit-Position: refs/heads/master@{#351888}

Patch Set 1 #

Total comments: 4

Patch Set 2 : review updates #

Total comments: 2

Patch Set 3 : removed xtb files #

Patch Set 4 : merged with master #

Patch Set 5 : removed gyp file #

Patch Set 6 : fixing gn build #

Total comments: 2

Patch Set 7 : removing language pak files for settings strings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -6 lines) Patch
M chrome/BUILD.gn View 1 2 4 5 2 chunks +4 lines, -1 line 0 comments Download
M chrome/app/BUILD.gn View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
A chrome/app/settings_strings.grd View 1 2 3 4 5 6 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/downloads_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_repack_locales.gni View 1 2 3 4 5 6 1 chunk +6 lines, -1 line 0 comments Download
M chrome/chrome_repack_resources.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_resources.gyp View 1 chunk +8 lines, -0 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/gritsettings/translation_expectations.pyl View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 26 (7 generated)
newt (away)
looks generally good. There's one unneeded gyp file (probably just development cruft), and of course ...
5 years, 2 months ago (2015-09-30 20:11:43 UTC) #2
Dan Beam
why do we need all these localized versions until we're translating?
5 years, 2 months ago (2015-09-30 21:29:46 UTC) #4
newt (away)
Right. You don't need these xtb files. Just delete the files and remove the <translations> ...
5 years, 2 months ago (2015-09-30 21:40:12 UTC) #5
newt (away)
https://chromiumcodereview.appspot.com/1377213003/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (left): https://chromiumcodereview.appspot.com/1377213003/diff/20001/chrome/app/generated_resources.grd#oldcode195 chrome/app/generated_resources.grd:195: - <part file="settings_strings.grdp" /> Note that these strings will ...
5 years, 2 months ago (2015-09-30 21:42:10 UTC) #6
newt (away)
(Adding translateable="false" to each new string is also still an option.)
5 years, 2 months ago (2015-09-30 21:43:18 UTC) #7
dschuyler
On 2015/09/30 21:29:46, Dan Beam wrote: > why do we need all these localized versions ...
5 years, 2 months ago (2015-09-30 21:43:44 UTC) #8
dschuyler
https://chromiumcodereview.appspot.com/1377213003/diff/1/chrome/app/settings_strings.gyp File chrome/app/settings_strings.gyp (right): https://chromiumcodereview.appspot.com/1377213003/diff/1/chrome/app/settings_strings.gyp#newcode1 chrome/app/settings_strings.gyp:1: # Copyright 2014 The Chromium Authors. All rights reserved. ...
5 years, 2 months ago (2015-09-30 22:37:28 UTC) #9
newt (away)
> > > > A safer alternative is to add new strings in a new ...
5 years, 2 months ago (2015-09-30 22:44:22 UTC) #10
newt (away)
lgtm
5 years, 2 months ago (2015-09-30 22:46:20 UTC) #11
dschuyler
Thanks Newton :) Dan, I think it's ready for a review (the xtb files have ...
5 years, 2 months ago (2015-10-01 01:21:12 UTC) #12
Dan Beam
https://chromiumcodereview.appspot.com/1377213003/diff/100001/chrome/app/BUILD.gn File chrome/app/BUILD.gn (right): https://chromiumcodereview.appspot.com/1377213003/diff/100001/chrome/app/BUILD.gn#newcode307 chrome/app/BUILD.gn:307: "settings_strings_am.pak", then why are these still here?
5 years, 2 months ago (2015-10-01 01:26:07 UTC) #13
dschuyler
https://chromiumcodereview.appspot.com/1377213003/diff/100001/chrome/app/BUILD.gn File chrome/app/BUILD.gn (right): https://chromiumcodereview.appspot.com/1377213003/diff/100001/chrome/app/BUILD.gn#newcode307 chrome/app/BUILD.gn:307: "settings_strings_am.pak", On 2015/10/01 01:26:06, Dan Beam wrote: > then ...
5 years, 2 months ago (2015-10-01 18:50:47 UTC) #14
Dan Beam
lgtm
5 years, 2 months ago (2015-10-01 20:09:13 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377213003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377213003/120001
5 years, 2 months ago (2015-10-01 20:51:17 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/105851)
5 years, 2 months ago (2015-10-01 21:01:25 UTC) #20
Lei Zhang
lgtm
5 years, 2 months ago (2015-10-01 21:16:29 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377213003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377213003/120001
5 years, 2 months ago (2015-10-01 21:18:20 UTC) #24
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 2 months ago (2015-10-01 21:24:32 UTC) #25
commit-bot: I haz the power
5 years, 2 months ago (2015-10-01 21:25:17 UTC) #26
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/7b8e80f197eb54799ab65b3c6e554e5d50b23351
Cr-Commit-Position: refs/heads/master@{#351888}

Powered by Google App Engine
This is Rietveld 408576698