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

Issue 865573002: Add i18n support for Android App Restrictions. (Closed)

Created:
5 years, 11 months ago by knn
Modified:
5 years, 9 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add i18n support for Android App Restrictions. GYP target policy_templates is now enabled for android as well. Remove code that generated Policy resources w/o translation for Android. roll grit 186:187 187: Add a Policy template writer that generates Android resources which can be exposed through Android's App Restriction Schema. Depends on: https://codereview.chromium.org/865563002 BUG=450548

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed Comments #

Total comments: 10

Patch Set 3 : Address comments #

Patch Set 4 : Rebased #

Patch Set 5 : #

Patch Set 6 : add caption for 'AppRestrictions' to policytemplates.json #

Patch Set 7 : Grit roll #

Patch Set 8 : Add landmine #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -152 lines) Patch
M DEPS View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M build/get_landmines.py View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M components/policy.gypi View 1 2 3 4 6 chunks +2 lines, -8 lines 0 comments Download
M components/policy/BUILD.gn View 1 2 3 4 4 chunks +4 lines, -16 lines 0 comments Download
M components/policy/resources/policy_templates.grd View 1 2 4 3 chunks +114 lines, -59 lines 0 comments Download
M components/policy/resources/policy_templates.json View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M components/policy/tools/generate_policy_source.py View 1 4 7 chunks +12 lines, -68 lines 0 comments Download

Messages

Total messages: 25 (5 generated)
knn
5 years, 11 months ago (2015-01-21 11:25:12 UTC) #2
Bernhard Bauer
https://codereview.chromium.org/865573002/diff/1/components/policy.gypi File components/policy.gypi (left): https://codereview.chromium.org/865573002/diff/1/components/policy.gypi#oldcode363 components/policy.gypi:363: ['OS=="win" or OS=="mac" or OS=="linux"', { Shouldn't this stay ...
5 years, 11 months ago (2015-01-21 14:23:48 UTC) #3
knn
https://codereview.chromium.org/865573002/diff/1/components/policy.gypi File components/policy.gypi (left): https://codereview.chromium.org/865573002/diff/1/components/policy.gypi#oldcode363 components/policy.gypi:363: ['OS=="win" or OS=="mac" or OS=="linux"', { On 2015/01/21 14:23:48, ...
5 years, 11 months ago (2015-01-21 14:42:18 UTC) #4
Bernhard Bauer
https://codereview.chromium.org/865573002/diff/1/components/policy.gypi File components/policy.gypi (left): https://codereview.chromium.org/865573002/diff/1/components/policy.gypi#oldcode363 components/policy.gypi:363: ['OS=="win" or OS=="mac" or OS=="linux"', { On 2015/01/21 14:42:18, ...
5 years, 11 months ago (2015-01-21 15:43:27 UTC) #5
knn
Done PTAL +bartfab@ for owners review. Adding you since you reviewed my previous change and ...
5 years, 11 months ago (2015-01-21 16:39:31 UTC) #7
Bernhard Bauer
LGTM https://codereview.chromium.org/865573002/diff/20001/components/policy/resources/policy_templates.grd File components/policy/resources/policy_templates.grd (right): https://codereview.chromium.org/865573002/diff/20001/components/policy/resources/policy_templates.grd#newcode126 components/policy/resources/policy_templates.grd:126: <if expr="not is_android"> Should we enable this on ...
5 years, 11 months ago (2015-01-21 17:06:16 UTC) #8
bartfab (slow)
https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi File components/policy.gypi (right): https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi#newcode357 components/policy.gypi:357: ['OS!="ios" and chromeos==0', { Why do you exclude policy_templates ...
5 years, 11 months ago (2015-01-26 09:58:00 UTC) #9
knn
Adding Chrome OS back in policy_templates as the documentation pages seem relevant even if they ...
5 years, 11 months ago (2015-01-27 11:27:14 UTC) #10
Bernhard Bauer
https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi File components/policy.gypi (right): https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi#newcode357 components/policy.gypi:357: ['OS!="ios" and chromeos==0', { On 2015/01/27 11:27:13, knn wrote: ...
5 years, 11 months ago (2015-01-27 12:05:43 UTC) #11
bartfab (slow)
https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi File components/policy.gypi (right): https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi#newcode357 components/policy.gypi:357: ['OS!="ios" and chromeos==0', { On 2015/01/27 12:05:43, Bernhard Bauer ...
5 years, 11 months ago (2015-01-27 12:10:00 UTC) #12
bartfab (slow)
lgtm
5 years, 11 months ago (2015-01-27 12:12:55 UTC) #13
knn
https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi File components/policy.gypi (right): https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi#newcode357 components/policy.gypi:357: ['OS!="ios" and chromeos==0', { On 2015/01/27 12:10:00, bartfab wrote: ...
5 years, 11 months ago (2015-01-27 12:18:36 UTC) #14
Bernhard Bauer
https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi File components/policy.gypi (right): https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi#newcode357 components/policy.gypi:357: ['OS!="ios" and chromeos==0', { On 2015/01/27 12:10:00, bartfab wrote: ...
5 years, 11 months ago (2015-01-27 12:19:59 UTC) #15
bartfab (slow)
On 2015/01/27 12:19:59, Bernhard Bauer wrote: > https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi > File components/policy.gypi (right): > > https://codereview.chromium.org/865573002/diff/20001/components/policy.gypi#newcode357 ...
5 years, 10 months ago (2015-01-27 15:50:36 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/865573002/120001
5 years, 9 months ago (2015-03-09 22:44:15 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 9 months ago (2015-03-09 23:11:33 UTC) #20
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/cd9f7d3afef0d0d4054318e9999aee879eaf26e1 Cr-Commit-Position: refs/heads/master@{#319758}
5 years, 9 months ago (2015-03-09 23:12:35 UTC) #21
dgrogan
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/992853002/ by dgrogan@chromium.org. ...
5 years, 9 months ago (2015-03-09 23:46:05 UTC) #22
knn
jochen@chromium.org: Please review changes in build/get_landmines.py Need to clobber builds as policy_templates.grd has changed.
5 years, 9 months ago (2015-03-10 11:03:28 UTC) #24
knn
5 years, 9 months ago (2015-03-10 11:31:19 UTC) #25
Message was sent while issue was closed.
On 2015/03/10 11:03:28, knn wrote:
> mailto:jochen@chromium.org: Please review changes in 
> build/get_landmines.py
> 
> Need to clobber builds as policy_templates.grd has changed.

Created a new issue here https://codereview.chromium.org/997523002/ and closing
this.

Powered by Google App Engine
This is Rietveld 408576698