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

Issue 341050: Implement loading blacklists from extensions.... (Closed)

Created:
11 years, 1 month ago by Paweł Hajdan Jr.
Modified:
7 years, 5 months ago
CC:
chromium-reviews_googlegroups.com, Erik does not do reviews, ben+cc_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Implement loading blacklists from extensions. It doesn't yet work in full-browser scenario, but allows me to write a simple test. TEST=Covered by browser_tests. BUG=21541 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30952

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : fix mac #

Patch Set 4 : change notifications #

Patch Set 5 : fix crash #

Patch Set 6 : fix style #

Total comments: 1

Patch Set 7 : use real extension #

Unified diffs Side-by-side diffs Delta from patch set Stats (+294 lines, -90 lines) Patch
M chrome/browser/browser.cc View 4 5 6 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_disabled_infobar_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_process_manager.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extensions_service.h View 1 2 3 4 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 1 2 3 4 5 11 chunks +48 lines, -12 lines 0 comments Download
M chrome/browser/extensions/user_script_listener.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/user_script_listener_unittest.cc View 4 5 6 6 chunks +43 lines, -19 lines 0 comments Download
M chrome/browser/gtk/browser_actions_toolbar_gtk.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_manager.cc View 4 11 chunks +22 lines, -12 lines 0 comments Download
A chrome/browser/privacy_blacklist/blacklist_manager_browsertest.cc View 1 2 1 chunk +92 lines, -0 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_manager_unittest.cc View 4 5 6 10 chunks +25 lines, -18 lines 0 comments Download
M chrome/browser/views/browser_actions_container.cc View 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/notification_type.h View 4 chunks +15 lines, -15 lines 0 comments Download
A chrome/test/data/extensions/common/privacy_blacklist/manifest.json View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
sky
Seems odd to have two notifications fired at the same time. Did you consider changing ...
11 years, 1 month ago (2009-10-30 15:53:37 UTC) #1
Paweł Hajdan Jr.
On 2009/10/30 15:53:37, sky wrote: > Seems odd to have two notifications fired at the ...
11 years, 1 month ago (2009-10-30 16:51:48 UTC) #2
Aaron Boodman
I'm OK making that change, but fwiw ES also has a profile_ pointer. You could ...
11 years, 1 month ago (2009-11-01 00:20:37 UTC) #3
Paweł Hajdan Jr.
Aaron, could you review the latest revision of this patch? It should fix the unit_tests ...
11 years, 1 month ago (2009-11-03 17:38:42 UTC) #4
Aaron Boodman
On 2009/11/03 17:38:42, Paweł Hajdan Jr. wrote: > Aaron, could you review the latest revision ...
11 years, 1 month ago (2009-11-03 17:56:24 UTC) #5
darin (slow to review)
http://codereview.chromium.org/341050/diff/11001/11014 File chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc (right): http://codereview.chromium.org/341050/diff/11001/11014#newcode39 Line 39: class ShadowingAtExitManager : public base::AtExitManager { nit: might ...
11 years, 1 month ago (2009-11-03 18:12:43 UTC) #6
Paweł Hajdan Jr.
11 years, 1 month ago (2009-11-04 14:14:22 UTC) #7
aa: submitted and committed the fixed version

darin (FYI): after a discussion with aa I dropeed the AtExitManager changes
temporarily. I still plan to fix these issues (in other patch).

Powered by Google App Engine
This is Rietveld 408576698