summaryrefslogtreecommitdiffstats
path: root/chrome/browser/privacy_blacklist
Commit message (Expand)AuthorAgeFilesLines
* Clobber bots. TBR:bauerbjochen@chromium.org2010-02-221-1/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-192-2/+2
* Wire popup blocking UI to the new machinery and port over the user's old whit...pkasting@chromium.org2010-02-021-57/+6
* Fix silly failure to actually initialize the scoped_refptrs.pkasting@chromium.org2010-01-302-1/+4
* Didn't realize the RefCountedThreadSafe means "no more stack-allocated objects".pkasting@chromium.org2010-01-303-34/+35
* Make the Blacklist in the URL request context refcounted, since the Profile g...pkasting@chromium.org2010-01-301-2/+3
* Load filter rules from preferences.jochen@chromium.org2010-01-239-648/+125
* Whitespace change to clobber botsjochen@chromium.org2010-01-211-1/+1
* Remove support for filtering by MIME-type.jochen@chromium.org2010-01-208-280/+62
* Whitespace change to clobber build bots.jochen@chromium.org2010-01-201-1/+1
* Drop the code allowing privacy blacklists to be shipped in extensions.phajdan.jr@chromium.org2010-01-2014-1158/+20
* Meassure performance of matching URLs against a sample filter list.jochen@chromium.org2010-01-141-0/+210
* Take filter exceptions into account when matching against resource requests.jochen@chromium.org2010-01-124-13/+83
* Also match against the query string if present.jochen@chromium.org2010-01-128-24/+107
* Introduce exception filter rules.jochen@chromium.org2010-01-125-8/+41
* Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...pkasting@chromium.org2010-01-081-1/+2
* revert 35785. TBR=phajdan.jr@jochen@chromium.org2010-01-082-36/+3
* Add DCHECK for error_string so future NULL pointers can be caughtjochen@chromium.org2010-01-081-0/+1
* Also match against the query string if present.jochen@chromium.org2010-01-082-3/+36
* Implement delaying resource requests until privacy blacklists are ready.phajdan.jr@chromium.org2010-01-0519-328/+912
* Mark BlacklistManagerBrowserTest.Basic as flaky.willchan@chromium.org2009-12-011-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+3
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-3/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+3
* Integrate BlacklistManager with Profile.phajdan.jr@chromium.org2009-11-307-155/+236
* Fix race conditions where an object's constructor uses PostTask on itself. T...jam@chromium.org2009-11-174-20/+27
* Fix intermittent DCHECK failure in BlacklistManagerTest.phajdan.jr@chromium.org2009-11-161-0/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-135-48/+48
* Fix threading issues in BlacklistManager, using new ChromeThread.phajdan.jr@chromium.org2009-11-074-200/+108
* Eighth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-2/+6
* Fix BlacklistManagerBrowserTest.Basic to be more solid.phajdan.jr@chromium.org2009-11-041-5/+13
* Implement loading blacklists from extensions.phajdan.jr@chromium.org2009-11-043-30/+139
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-6/+5
* Design changes in browser/privacy_blacklist needed to integratephajdan.jr@chromium.org2009-10-299-526/+490
* Fix memory leaks in BlacklistManagerTest.phajdan.jr@chromium.org2009-10-151-17/+38
* Create BlacklistManager, which will aggregate individual blacklists into one ...phajdan.jr@chromium.org2009-10-153-0/+565
* More style nits.erg@google.com2009-10-142-3/+3
* Support multiple EOL types in Privacy Blacklistsidanan@google.com2009-10-021-2/+3
* Privacy Blacklist Unblockidanan@google.com2009-10-012-12/+91
* Fix to use FilePath in more unittests.phajdan.jr@chromium.org2009-09-141-15/+9
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Error diagnostics for Blacklist IOidanan@chromium.org2009-09-106-72/+158
* Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering upbrettw@chromium.org2009-09-021-6/+6
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-3/+3
* Avoids the use of ToWStringHack in a few places.evan@chromium.org2009-08-261-4/+3
* Cleanup Unused Includesidanan@chromium.org2009-08-211-5/+0
* Send notice for blackisted non-visual resourcesidanan@chromium.org2009-08-212-0/+94
* Blocked Resource Responsesidanan@chromium.org2009-08-112-0/+82
* Load Multiple Blacklistsidanan@chromium.org2009-07-284-25/+98
* Silence compile errors on some compilers by checking return value of fwrite.estade@chromium.org2009-07-171-4/+13