Comment #1 on issue 16932 by [email protected]: Implement Privacy
Blacklists
http://code.google.com/p/chromium/issues/detail?id=16932
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=20886
------------------------------------------------------------------------
r20886 | [email protected] | 2009-07-16 12:54:15 -0700 (Thu, 16 Jul 2009)
| 12 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/net/chrome_url_request_context.cc?r1=20886&r2=20885
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/privacy_blacklist/blacklist.cc?r1=20886&r2=20885
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/privacy_blacklist/blacklist.h?r1=20886&r2=20885
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/privacy_blacklist/blacklist_unittest.cc?r1=20886&r2=20885
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/resource_dispatcher_host.cc?r1=20886&r2=20885
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/resource_message_filter.cc?r1=20886&r2=20885
Blacklist API change for allowing multiple rule matches
The findMatch function now returns a Match object which aggregates multiple
entries into one, in case (which is expected to be common) that multiple
rules match a given URL.
Since the set of matches is highly dependent on the URL, the Match class
replaces the old RequestData object to be added to URLRequests.
BUG=16932
TEST=Blacklist*
Review URL: http://codereview.chromium.org/149737
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---