summaryrefslogtreecommitdiffstats
path: root/chrome/browser/privacy_blacklist
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Valgrind Linux leakidanan@chromium.org2009-07-161-0/+5
* Blacklist API change for allowing multiple rule matchesidanan@chromium.org2009-07-163-34/+237
* Fix a strict-aliasing issue in BlacklistStoreInput::ReadUInt.craig.schlenter@chromium.org2009-07-161-3/+3
* GCC > 4.2 fix: check return values for freadagl@chromium.org2009-07-161-4/+5
* Privacy Blacklist IOImplemented parsing of input (text) blacklists. This is t...idanan@chromium.org2009-07-158-14/+684
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-233-0/+231