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

Issue 98463005: Enable/disable extensions upon changes in blacklist. (Closed)

Created:
7 years ago by Oleg Eterevsky
Modified:
6 years, 11 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Enable/disable extensions upon changes in blacklist. BUG=267514 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247263

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 15

Patch Set 6 : #

Patch Set 7 : Added UI, store blacklist state in prefs, +2 unittests. #

Total comments: 10

Patch Set 8 : Added unittest for ExtensionPrefs. #

Patch Set 9 : Move blacklist_state.h to extensions/. #

Total comments: 4

Patch Set 10 : Show blacklist state together with location. #

Total comments: 4

Patch Set 11 : Rebase #

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+450 lines, -56 lines) Patch
M chrome/browser/extensions/blacklist.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/extensions/blacklist_state.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -24 lines 0 comments Download
M chrome/browser/extensions/blacklist_state_fetcher.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_prefs_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +44 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +31 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +121 lines, -15 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +176 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extension_list.js View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/extensions/extensions.css View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/extensions/extensions.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
A + extensions/browser/blacklist_state.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M extensions/browser/extension_prefs.h View 1 2 3 4 5 6 7 8 3 chunks +15 lines, -1 line 0 comments Download
M extensions/browser/extension_prefs.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +23 lines, -5 lines 0 comments Download
M extensions/common/extension.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Oleg Eterevsky
I'm still working on additional unit tests, but all the main things are in place. ...
6 years, 11 months ago (2014-01-21 17:43:54 UTC) #1
not at google - send to devlin
mostly lg, some structural/naming comments, will look at unit tests when ready. https://chromiumcodereview.appspot.com/98463005/diff/110001/chrome/browser/extensions/extension_prefs.h File chrome/browser/extensions/extension_prefs.h ...
6 years, 11 months ago (2014-01-22 00:33:14 UTC) #2
Oleg Eterevsky
I added a couple of unit tests, slightly changed the logic for enabling/disabling, store blacklist ...
6 years, 11 months ago (2014-01-22 21:25:04 UTC) #3
not at google - send to devlin
lgtm with some comments most notably the Partition one. I think it would be a ...
6 years, 11 months ago (2014-01-22 22:24:38 UTC) #4
Oleg Eterevsky
https://chromiumcodereview.appspot.com/98463005/diff/110001/chrome/browser/extensions/extension_service.cc File chrome/browser/extensions/extension_service.cc (right): https://chromiumcodereview.appspot.com/98463005/diff/110001/chrome/browser/extensions/extension_service.cc#newcode2783 chrome/browser/extensions/extension_service.cc:2783: std::set<std::string> blocked; On 2014/01/22 22:24:38, kalman wrote: > On ...
6 years, 11 months ago (2014-01-23 14:48:53 UTC) #5
Oleg Eterevsky
Hi Finnur! Could you please review this CL? Ben Kalman already LGTMd everything but the ...
6 years, 11 months ago (2014-01-23 14:52:19 UTC) #6
Finnur
You have a pretty common first name, would you mind going to https://chromiumcodereview.appspot.com/settings ... and ...
6 years, 11 months ago (2014-01-23 15:21:37 UTC) #7
Oleg Eterevsky
https://chromiumcodereview.appspot.com/98463005/diff/280001/chrome/browser/ui/webui/extensions/extension_settings_handler.cc File chrome/browser/ui/webui/extensions/extension_settings_handler.cc (right): https://chromiumcodereview.appspot.com/98463005/diff/280001/chrome/browser/ui/webui/extensions/extension_settings_handler.cc#newcode260 chrome/browser/ui/webui/extensions/extension_settings_handler.cc:260: } else if (blacklist_state != NOT_BLACKLISTED) { On 2014/01/23 ...
6 years, 11 months ago (2014-01-23 16:33:05 UTC) #8
Oleg Eterevsky
Ok, I'm now showing the blacklist state under location text in case both are presented.
6 years, 11 months ago (2014-01-24 15:14:00 UTC) #9
Finnur
Thank you. Can you post a screenshot somewhere (on the bug perhaps)?
6 years, 11 months ago (2014-01-24 17:03:43 UTC) #10
Oleg Eterevsky
On 2014/01/24 17:03:43, Finnur wrote: > Thank you. Can you post a screenshot somewhere (on ...
6 years, 11 months ago (2014-01-27 12:05:19 UTC) #11
Finnur
https://chromiumcodereview.appspot.com/98463005/diff/340001/chrome/browser/resources/extensions/extensions.html File chrome/browser/resources/extensions/extensions.html (right): https://chromiumcodereview.appspot.com/98463005/diff/340001/chrome/browser/resources/extensions/extensions.html#newcode130 chrome/browser/resources/extensions/extensions.html:130: <div class="permanent-warnings"> Looking at the screenshot (thank you for ...
6 years, 11 months ago (2014-01-27 13:15:03 UTC) #12
Oleg Eterevsky
https://chromiumcodereview.appspot.com/98463005/diff/340001/chrome/browser/resources/extensions/extensions.html File chrome/browser/resources/extensions/extensions.html (right): https://chromiumcodereview.appspot.com/98463005/diff/340001/chrome/browser/resources/extensions/extensions.html#newcode130 chrome/browser/resources/extensions/extensions.html:130: <div class="permanent-warnings"> On 2014/01/27 13:15:04, Finnur wrote: > Looking ...
6 years, 11 months ago (2014-01-27 13:59:58 UTC) #13
Finnur
> I believe the UX for disable list message was confirmed by UX team. > ...
6 years, 11 months ago (2014-01-27 14:12:20 UTC) #14
Oleg Eterevsky
On 2014/01/27 14:12:20, Finnur wrote: > > I believe the UX for disable list message ...
6 years, 11 months ago (2014-01-27 14:15:29 UTC) #15
Finnur
On 2014/01/27 14:15:29, Oleg Eterevsky wrote: > On 2014/01/27 14:12:20, Finnur wrote: > > > ...
6 years, 11 months ago (2014-01-27 14:23:23 UTC) #16
Oleg Eterevsky
On 2014/01/27 14:23:23, Finnur wrote: > On 2014/01/27 14:15:29, Oleg Eterevsky wrote: > > On ...
6 years, 11 months ago (2014-01-27 14:24:36 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oleg@chromium.org/98463005/430001
6 years, 11 months ago (2014-01-27 14:24:52 UTC) #18
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=216619
6 years, 11 months ago (2014-01-27 15:20:47 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oleg@chromium.org/98463005/510003
6 years, 11 months ago (2014-01-27 15:52:22 UTC) #20
commit-bot: I haz the power
6 years, 11 months ago (2014-01-27 17:30:03 UTC) #21
Message was sent while issue was closed.
Change committed as 247263

Powered by Google App Engine
This is Rietveld 408576698