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

Issue 445233002: Allow enhanced bookmarks external component extensions to be disabled (Closed)

Created:
6 years, 4 months ago by Mike Wittman
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, Yoyo Zhou, Marijn Kruisselbrink
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Project:
chromium
Visibility:
Public.

Description

Allow enhanced bookmarks external component extensions to be disabled Allow enhanced bookmarks external component extensions to be disabled/uninstalled. This facilitates ongoing development and testing of multiple versions of extensions that are ultimately released as external component extensions. BUG=401315 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289270

Patch Set 1 #

Patch Set 2 : whitelist in admin_policy #

Patch Set 3 : whitelist in ExternalComponentLoader #

Total comments: 2

Patch Set 4 : check for external component extension in StandardManagementPolicyProvider #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -2 lines) Patch
M chrome/browser/extensions/external_component_loader.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/external_component_loader.cc View 1 2 3 4 2 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/extensions/standard_management_policy_provider.cc View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Mike Wittman
Hi Antony, please take a look. I considered adding a new flag for this, but ...
6 years, 4 months ago (2014-08-07 00:29:16 UTC) #1
asargent_no_longer_on_chrome
Do you need this to work in official builds, or would it be sufficient to ...
6 years, 4 months ago (2014-08-07 20:14:39 UTC) #2
Mike Wittman
On 2014/08/07 20:14:39, Antony Sargent wrote: > Do you need this to work in official ...
6 years, 4 months ago (2014-08-07 21:18:18 UTC) #3
asargent_no_longer_on_chrome
On 2014/08/07 21:18:18, Mike Wittman wrote: > On 2014/08/07 20:14:39, Antony Sargent wrote: > > ...
6 years, 4 months ago (2014-08-07 22:26:17 UTC) #4
Mike Wittman
On 2014/08/07 22:26:17, Antony Sargent wrote: > Would you want the disable/uninstall to persist across ...
6 years, 4 months ago (2014-08-07 23:22:18 UTC) #5
asargent_no_longer_on_chrome
+cc mek in case he has any thoughts, since he wrote the external component code ...
6 years, 4 months ago (2014-08-07 23:50:18 UTC) #6
Mike Wittman
On 2014/08/07 23:50:18, Antony Sargent wrote: > Ok, in thinking about this some more, we ...
6 years, 4 months ago (2014-08-08 00:42:59 UTC) #7
Mike Wittman
On 2014/08/08 00:42:59, Mike Wittman wrote: > On 2014/08/07 23:50:18, Antony Sargent wrote: > > ...
6 years, 4 months ago (2014-08-08 23:47:31 UTC) #8
asargent_no_longer_on_chrome
On 2014/08/08 23:47:31, Mike Wittman wrote: > On 2014/08/08 00:42:59, Mike Wittman wrote: > > ...
6 years, 4 months ago (2014-08-11 21:24:13 UTC) #9
rpetterson
On 2014/08/11 21:24:13, Antony Sargent wrote: > On 2014/08/08 23:47:31, Mike Wittman wrote: > > ...
6 years, 4 months ago (2014-08-11 22:11:12 UTC) #10
asargent_no_longer_on_chrome
I was thinking those methods would take in an id, and the code inside of ...
6 years, 4 months ago (2014-08-11 22:24:10 UTC) #11
Mike Wittman
On 2014/08/11 22:24:10, Antony Sargent wrote: > I was thinking those methods would take in ...
6 years, 4 months ago (2014-08-11 22:45:53 UTC) #12
Mike Wittman
Uploaded a provisional patch for whitelisting directly in ManagementPolicyImpl, looking into what's required to place ...
6 years, 4 months ago (2014-08-12 19:25:44 UTC) #13
Mike Wittman
On 2014/08/12 19:25:44, Mike Wittman wrote: > Uploaded a provisional patch for whitelisting directly in ...
6 years, 4 months ago (2014-08-12 20:02:28 UTC) #14
asargent_no_longer_on_chrome
lgtm (and sorry for all the back and forth) https://codereview.chromium.org/445233002/diff/80001/chrome/browser/extensions/standard_management_policy_provider.cc File chrome/browser/extensions/standard_management_policy_provider.cc (right): https://codereview.chromium.org/445233002/diff/80001/chrome/browser/extensions/standard_management_policy_provider.cc#newcode67 chrome/browser/extensions/standard_management_policy_provider.cc:67: ...
6 years, 4 months ago (2014-08-12 23:27:35 UTC) #15
Mike Wittman
https://codereview.chromium.org/445233002/diff/80001/chrome/browser/extensions/standard_management_policy_provider.cc File chrome/browser/extensions/standard_management_policy_provider.cc (right): https://codereview.chromium.org/445233002/diff/80001/chrome/browser/extensions/standard_management_policy_provider.cc#newcode67 chrome/browser/extensions/standard_management_policy_provider.cc:67: } On 2014/08/12 23:27:35, Antony Sargent wrote: > nit: ...
6 years, 4 months ago (2014-08-13 01:25:13 UTC) #16
Mike Wittman
The CQ bit was checked by wittman@chromium.org
6 years, 4 months ago (2014-08-13 01:25:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wittman@chromium.org/445233002/100001
6 years, 4 months ago (2014-08-13 01:32:58 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-13 01:52:45 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-13 01:56:39 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/51612) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/40892) win_gpu ...
6 years, 4 months ago (2014-08-13 01:56:44 UTC) #21
Mike Wittman
The CQ bit was checked by wittman@chromium.org
6 years, 4 months ago (2014-08-13 07:28:22 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wittman@chromium.org/445233002/120001
6 years, 4 months ago (2014-08-13 07:30:30 UTC) #23
commit-bot: I haz the power
6 years, 4 months ago (2014-08-13 12:15:08 UTC) #24
Message was sent while issue was closed.
Change committed as 289270

Powered by Google App Engine
This is Rietveld 408576698