| Commit message (Expand) | Author | Age | Files | Lines |
* | Add autodetection of "intranet" redirection, for ISPs etc. that send typos an... | pkasting@chromium.org | 2010-01-08 | 1 | -1/+2 |
* | revert 35785. TBR=phajdan.jr@ | jochen@chromium.org | 2010-01-08 | 2 | -36/+3 |
* | Add DCHECK for error_string so future NULL pointers can be caught | jochen@chromium.org | 2010-01-08 | 1 | -0/+1 |
* | Also match against the query string if present. | jochen@chromium.org | 2010-01-08 | 2 | -3/+36 |
* | Implement delaying resource requests until privacy blacklists are ready. | phajdan.jr@chromium.org | 2010-01-05 | 19 | -328/+912 |
* | Mark BlacklistManagerBrowserTest.Basic as flaky. | willchan@chromium.org | 2009-12-01 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+3 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -3/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+3 |
* | Integrate BlacklistManager with Profile. | phajdan.jr@chromium.org | 2009-11-30 | 7 | -155/+236 |
* | Fix race conditions where an object's constructor uses PostTask on itself. T... | jam@chromium.org | 2009-11-17 | 4 | -20/+27 |
* | Fix intermittent DCHECK failure in BlacklistManagerTest. | phajdan.jr@chromium.org | 2009-11-16 | 1 | -0/+1 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 5 | -48/+48 |
* | Fix threading issues in BlacklistManager, using new ChromeThread. | phajdan.jr@chromium.org | 2009-11-07 | 4 | -200/+108 |
* | Eighth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -2/+6 |
* | Fix BlacklistManagerBrowserTest.Basic to be more solid. | phajdan.jr@chromium.org | 2009-11-04 | 1 | -5/+13 |
* | Implement loading blacklists from extensions. | phajdan.jr@chromium.org | 2009-11-04 | 3 | -30/+139 |
* | Last patch in removing MessageLoop* caching. | jam@chromium.org | 2009-11-03 | 1 | -6/+5 |
* | Design changes in browser/privacy_blacklist needed to integrate | phajdan.jr@chromium.org | 2009-10-29 | 9 | -526/+490 |
* | Fix memory leaks in BlacklistManagerTest. | phajdan.jr@chromium.org | 2009-10-15 | 1 | -17/+38 |
* | Create BlacklistManager, which will aggregate individual blacklists into one ... | phajdan.jr@chromium.org | 2009-10-15 | 3 | -0/+565 |
* | More style nits. | erg@google.com | 2009-10-14 | 2 | -3/+3 |
* | Support multiple EOL types in Privacy Blacklists | idanan@google.com | 2009-10-02 | 1 | -2/+3 |
* | Privacy Blacklist Unblock | idanan@google.com | 2009-10-01 | 2 | -12/+91 |
* | Fix to use FilePath in more unittests. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -15/+9 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Error diagnostics for Blacklist IO | idanan@chromium.org | 2009-09-10 | 6 | -72/+158 |
* | Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering up | brettw@chromium.org | 2009-09-02 | 1 | -6/+6 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -3/+3 |
* | Avoids the use of ToWStringHack in a few places. | evan@chromium.org | 2009-08-26 | 1 | -4/+3 |
* | Cleanup Unused Includes | idanan@chromium.org | 2009-08-21 | 1 | -5/+0 |
* | Send notice for blackisted non-visual resources | idanan@chromium.org | 2009-08-21 | 2 | -0/+94 |
* | Blocked Resource Responses | idanan@chromium.org | 2009-08-11 | 2 | -0/+82 |
* | Load Multiple Blacklists | idanan@chromium.org | 2009-07-28 | 4 | -25/+98 |
* | Silence compile errors on some compilers by checking return value of fwrite. | estade@chromium.org | 2009-07-17 | 1 | -4/+13 |
* | Fix Valgrind Linux leak | idanan@chromium.org | 2009-07-16 | 1 | -0/+5 |
* | Blacklist API change for allowing multiple rule matches | idanan@chromium.org | 2009-07-16 | 3 | -34/+237 |
* | Fix a strict-aliasing issue in BlacklistStoreInput::ReadUInt. | craig.schlenter@chromium.org | 2009-07-16 | 1 | -3/+3 |
* | GCC > 4.2 fix: check return values for fread | agl@chromium.org | 2009-07-16 | 1 | -4/+5 |
* | Privacy Blacklist IOImplemented parsing of input (text) blacklists. This is t... | idanan@chromium.org | 2009-07-15 | 8 | -14/+684 |
* | Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ... | idanan@chromium.org | 2009-06-23 | 3 | -0/+231 |