DescriptionIntroduced the URLBlacklistManager, and wired it to various places.
This is part of a work in progress (http://codereview.chromium.org/7716003).
This patch is meant to introduce the blacklist manager, which listens to prefs
changes on the UI thread (later to be managed by policies) and filters
URLRequests on the IO thread.
Subsequent patches will build the blacklist based on the preferences, and
block URLRequests that match the list. The policy will be introduced once
everything else is ready.
BUG=49612
TEST=URLBlacklistManagerTest; everything still works as before
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99608
Patch Set 1 #
Total comments: 4
Patch Set 2 : Reviewed, rebased #
Total comments: 13
Patch Set 3 : Reviewed, rebased #Patch Set 4 : Reviewed, added netlog #
Total comments: 14
Patch Set 5 : Rebased. Reviewed: use PostTaskAndReply and linked_ptrs instead of custom tasks, get WeakPtrs on IO #Patch Set 6 : Added TODO for interaction with extensions #
Total comments: 9
Patch Set 7 : Rebased. Reviewed: don't use linked_ptrs #
Total comments: 8
Patch Set 8 : Rebased, reviewed #Messages
Total messages: 15 (0 generated)
|