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

Issue 10542048: Add a group policy controlling which sites can install extensions. (Closed)

Created:
8 years, 6 months ago by Aaron Boodman
Modified:
8 years, 6 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, rdsmith+dwatch_chromium.org, Nirnimesh, Aaron Boodman, anantha, dyu1, dennis_jeffrey
Visibility:
Public.

Description

Add a group policy controlling which sites can install extensions. BUG=55584 TBR=jhawkins@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141355

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 6

Patch Set 3 : yozments #

Total comments: 6

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+252 lines, -16 lines) Patch
M chrome/app/policy/policy_templates.json View 1 2 3 2 chunks +18 lines, -1 line 0 comments Download
M chrome/browser/download/download_crx_util.cc View 1 2 3 3 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/extensions/crx_installer.h View 1 2 3 3 chunks +16 lines, -3 lines 0 comments Download
M chrome/browser/extensions/crx_installer.cc View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/extensions/crx_installer_browsertest.cc View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_browsertest.cc View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_prefs.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_prefs.cc View 1 2 3 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler.h View 1 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler.cc View 1 1 chunk +58 lines, -0 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler_unittest.cc View 1 chunk +59 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/extensions/install_extension_handler.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/pref_names.h View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 1 chunk +9 lines, -4 lines 0 comments Download
M chrome/test/functional/policy_test_cases.py View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Aaron Boodman
dmazzoni: Please review policy stuff yoz: Please review extensiony stuff
8 years, 6 months ago (2012-06-07 05:43:32 UTC) #1
Aaron Boodman
whoops - s/dmazzoni/mnissler/
8 years, 6 months ago (2012-06-07 17:12:17 UTC) #2
Yoyo Zhou
http://codereview.chromium.org/10542048/diff/2001/chrome/browser/extensions/crx_installer.h File chrome/browser/extensions/crx_installer.h (left): http://codereview.chromium.org/10542048/diff/2001/chrome/browser/extensions/crx_installer.h#oldcode150 chrome/browser/extensions/crx_installer.h:150: void set_allow_off_store_install(bool val) { allow_off_store_install_ = val; } You ...
8 years, 6 months ago (2012-06-07 19:19:15 UTC) #3
Aaron Boodman
http://codereview.chromium.org/10542048/diff/2001/chrome/browser/extensions/crx_installer.h File chrome/browser/extensions/crx_installer.h (left): http://codereview.chromium.org/10542048/diff/2001/chrome/browser/extensions/crx_installer.h#oldcode150 chrome/browser/extensions/crx_installer.h:150: void set_allow_off_store_install(bool val) { allow_off_store_install_ = val; } On ...
8 years, 6 months ago (2012-06-07 22:37:11 UTC) #4
Mattias Nissler (ping if slow)
LGTM with nits. http://codereview.chromium.org/10542048/diff/7001/chrome/app/policy/policy_templates.json File chrome/app/policy/policy_templates.json (right): http://codereview.chromium.org/10542048/diff/7001/chrome/app/policy/policy_templates.json#newcode1121 chrome/app/policy/policy_templates.json:1121: ExtensionInstallBlacklist takes precedence over this policy. ...
8 years, 6 months ago (2012-06-08 09:38:22 UTC) #5
Yoyo Zhou
extensions LGTM
8 years, 6 months ago (2012-06-08 18:08:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aa@chromium.org/10542048/11002
8 years, 6 months ago (2012-06-09 01:42:49 UTC) #7
commit-bot: I haz the power
Presubmit check for 10542048-11002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 6 months ago (2012-06-09 01:43:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aa@chromium.org/10542048/11002
8 years, 6 months ago (2012-06-09 01:46:00 UTC) #9
commit-bot: I haz the power
8 years, 6 months ago (2012-06-09 06:06:00 UTC) #10
Change committed as 141355

Powered by Google App Engine
This is Rietveld 408576698