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

Issue 1051273002: Update chrome://extensions for supervised users (Closed)

Created:
5 years, 8 months ago by Marc Treib
Modified:
5 years, 7 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update chrome://extensions for supervised users This includes: - new types of controlled-setting-indicator for children/supervised users - corresponding new "controlled-by" strings - passing the strings through the developerPrivate API, and removing the now-unnecessary installedByCustodian field BUG=397951 Committed: https://crrev.com/5c654f86279e4abef018d89c8d94611fe8edacc0 Cr-Commit-Position: refs/heads/master@{#330928}

Patch Set 1 #

Patch Set 2 : new icons #

Total comments: 8

Patch Set 3 : devlin review #

Total comments: 5

Patch Set 4 : devlin review 2 #

Patch Set 5 : rebase #

Patch Set 6 : update test data #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -43 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/app/theme/default_100_percent/common/controlled_setting_child.png View 1 Binary file 0 comments Download
A chrome/app/theme/default_100_percent/common/controlled_setting_supervised.png View Binary file 0 comments Download
A chrome/app/theme/default_200_percent/common/controlled_setting_child.png View 1 Binary file 0 comments Download
A chrome/app/theme/default_200_percent/common/controlled_setting_supervised.png View Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/extension_info_generator.cc View 1 2 3 3 chunks +21 lines, -9 lines 0 comments Download
M chrome/browser/resources/extensions/extension_list.js View 1 2 3 3 chunks +25 lines, -26 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.css View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/developer_private.idl View 1 2 3 3 chunks +12 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/developer/generated_output/behllobkkfkfnphdnhnkndlbkcpglgmj.json View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/developer/generated_output/bjafgdebaacbbbecmhlhpofkepfkgcpa.json View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/developer/generated_output/hpiknbiabeeppbpihjehijgoemciehgk.json View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M third_party/closure_compiler/externs/developer_private.js View 1 2 3 3 chunks +18 lines, -2 lines 0 comments Download
M ui/webui/resources/css/controlled_indicator.css View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (7 generated)
Marc Treib
oshima@chromium.org: Please review changes in c/a/theme. rdevlin.cronin@chromium.org: Please review changes in c/b/extensions and c/common/extensions. bauerb@chromium.org: ...
5 years, 7 months ago (2015-05-19 13:21:51 UTC) #2
Bernhard Bauer
Web UI LGTM
5 years, 7 months ago (2015-05-19 15:11:11 UTC) #3
Devlin
https://codereview.chromium.org/1051273002/diff/20001/chrome/common/extensions/api/developer_private.idl File chrome/common/extensions/api/developer_private.idl (right): https://codereview.chromium.org/1051273002/diff/20001/chrome/common/extensions/api/developer_private.idl#newcode156 chrome/common/extensions/api/developer_private.idl:156: DOMString? controlledBy; // see controlled_indicator.css These can, and probably ...
5 years, 7 months ago (2015-05-19 16:17:16 UTC) #4
oshima
c/a/theme lgtm
5 years, 7 months ago (2015-05-19 16:56:14 UTC) #5
Marc Treib
https://codereview.chromium.org/1051273002/diff/20001/chrome/common/extensions/api/developer_private.idl File chrome/common/extensions/api/developer_private.idl (right): https://codereview.chromium.org/1051273002/diff/20001/chrome/common/extensions/api/developer_private.idl#newcode156 chrome/common/extensions/api/developer_private.idl:156: DOMString? controlledBy; // see controlled_indicator.css On 2015/05/19 16:17:16, Devlin ...
5 years, 7 months ago (2015-05-20 11:22:42 UTC) #6
Devlin
lgtm. It looks (from his message) like Bernhard may have only reviewed the WebUI, and ...
5 years, 7 months ago (2015-05-20 15:41:33 UTC) #7
Bernhard Bauer
Sorry, I meant "Web UI" in the conceptual sense, i.e. native code and resources :)
5 years, 7 months ago (2015-05-20 16:08:07 UTC) #8
Marc Treib
When you say "please run closure compiler on this", by "this" you mean developer_private.js? It ...
5 years, 7 months ago (2015-05-20 16:51:45 UTC) #9
Devlin
On 2015/05/20 16:51:45, Marc Treib wrote: > When you say "please run closure compiler on ...
5 years, 7 months ago (2015-05-20 16:55:46 UTC) #10
Marc Treib
On 2015/05/20 16:55:46, Devlin wrote: > On 2015/05/20 16:51:45, Marc Treib wrote: > > When ...
5 years, 7 months ago (2015-05-20 16:59:50 UTC) #11
Marc Treib
+dbeam to stamp the generated changes to third_party/closure_compiler/externs/developer_private.js :)
5 years, 7 months ago (2015-05-20 17:01:02 UTC) #13
Devlin
> Thanks! That doesn't produce any errors. > Out of curiosity, is there a reason ...
5 years, 7 months ago (2015-05-20 17:08:51 UTC) #14
Dan Beam
On 2015/05/20 17:08:51, Devlin wrote: > > Thanks! That doesn't produce any errors. > > ...
5 years, 7 months ago (2015-05-20 17:46:09 UTC) #15
Dan Beam
lgtm re: "why is this not part of the build process": well, if it's just ...
5 years, 7 months ago (2015-05-20 17:59:46 UTC) #16
Marc Treib
On 2015/05/20 17:59:46, Dan Beam wrote: > lgtm > > re: "why is this not ...
5 years, 7 months ago (2015-05-20 18:03:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1051273002/80001
5 years, 7 months ago (2015-05-20 18:04:38 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/19819)
5 years, 7 months ago (2015-05-20 19:56:36 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1051273002/100001
5 years, 7 months ago (2015-05-21 08:18:18 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 7 months ago (2015-05-21 10:36:21 UTC) #26
commit-bot: I haz the power
5 years, 7 months ago (2015-05-21 10:37:06 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/5c654f86279e4abef018d89c8d94611fe8edacc0
Cr-Commit-Position: refs/heads/master@{#330928}

Powered by Google App Engine
This is Rietveld 408576698