| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Flush(Task*) method to CookieMonster. | rdsmith@chromium.org | 2010-12-23 | 1 | -0/+11 |
* | Start deinlining non-empty virtual methods. (This will be automatically checked | erg@google.com | 2010-12-09 | 1 | -1/+1 |
* | Also register read cookies in the content settings delegate. | jochen@chromium.org | 2010-12-07 | 1 | -2/+7 |
* | Refactored cookies persistent store clean-up on shutdown. | pastarmovj@chromium.org | 2010-12-06 | 1 | -6/+14 |
* | Make the cookie list a class (instead of a typedef inside CookieMonster)... | jochen@chromium.org | 2010-12-03 | 1 | -1/+5 |
* | Don't rely on "access_time < Time::Now()" to indicate "all cookies". | rdsmith@google.com | 2010-10-18 | 1 | -1/+2 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -11/+14 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 1 | -1/+1 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 1 | -1/+1 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 1 | -1/+1 |
* | This is the final change for issue 8850, changing the expiry behavior | rdsmith@google.com | 2010-10-01 | 1 | -33/+79 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 1 | -27/+7 |
* | Made passive the comments on the delete functions. | rdsmith@google.com | 2010-09-21 | 1 | -5/+5 |
* | This CL changes our per-domain limits to be per-effective domain. | rdsmith@chromium.org | 2010-09-07 | 1 | -29/+134 |
* | Change, unify, and specify ordering of cookies from CookieMonster. | rdsmith@chromium.org | 2010-08-27 | 1 | -0/+6 |
* | More cleanup relating to the domain now being part of the CanonicalCookie: | rdsmith@chromium.org | 2010-08-06 | 1 | -5/+2 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -3/+5 |
* | Fixes targeting the unique creation times invariant in the CookieMonster: | rdsmith@google.com | 2010-07-28 | 1 | -12/+18 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Internal CookieMonster Refactoring. | rdsmith@google.com | 2010-07-22 | 1 | -10/+2 |
* | Changed type CookieList to being a vector CanonicalCookies. | rdsmith@google.com | 2010-07-21 | 1 | -6/+4 |
* | Break out histogram counter variables as CookieMonster instance variables. | rdsmith@google.com | 2010-07-20 | 1 | -0/+14 |
* | Converted CanonicalCookies over to containing a domain. | rdsmith@google.com | 2010-07-14 | 1 | -7/+27 |
* | Fix incorrect style for CL http://codereview.chromium.org/2718011/show | rdsmith@google.com | 2010-07-07 | 1 | -7/+9 |
* | Fix bug in DeleteAllForURL; deletes entire store instead of just | rdsmith@google.com | 2010-07-07 | 1 | -2/+5 |
* | Revert 51544 - I think the chances are noticeably above zero that this | rdsmith@google.com | 2010-07-02 | 1 | -5/+2 |
* | Fix bug in DeleteAllForURL; deletes entire store instead of just | rdsmith@google.com | 2010-07-02 | 1 | -2/+5 |
* | Initial commit of CookieMonster statistics. | rdsmith@google.com | 2010-06-22 | 1 | -2/+24 |
* | Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe. | willchan@chromium.org | 2010-06-21 | 1 | -10/+2 |
* | Make CookieMonster NonThreadSafe. | willchan@chromium.org | 2010-06-18 | 1 | -2/+10 |
* | Assert SetCookieableScheme called before first use. | rdsmith@google.com | 2010-06-17 | 1 | -0/+2 |
* | Modifies CookieMonster to ease support for the Chrome Extensions cookies API. | cindylau@google.com | 2010-04-30 | 1 | -1/+67 |
* | Reland r42467. Clear cookies, local storage and databases when an extension g... | jochen@chromium.org | 2010-03-25 | 1 | -0/+7 |
* | Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab... | jochen@chromium.org | 2010-03-25 | 1 | -67/+88 |
* | Reverts 42520 and 42477. It back red again when adding this change back. | maruel@chromium.org | 2010-03-25 | 1 | -7/+0 |
* | Reapply 42467 by reverting 42499 and added suppression. | maruel@chromium.org | 2010-03-24 | 1 | -0/+7 |
* | Revert r42467: "Clear cookies, local storage and databases when an extension ... | maruel@chromium.org | 2010-03-24 | 1 | -7/+0 |
* | Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab... | dhollowa@chromium.org | 2010-03-24 | 1 | -88/+67 |
* | Add a delegate to CookieMonster and broadcast notifications about changes to ... | jochen@chromium.org | 2010-03-24 | 1 | -67/+88 |
* | Clear cookies, local storage and databases when an extension gets uninstalled. | jochen@chromium.org | 2010-03-24 | 1 | -0/+7 |
* | Avoid showing the user a garbage path attribute when the cookie doesn't have an | darin@chromium.org | 2010-02-12 | 1 | -1/+2 |
* | Recover from inconsistent cookie database. | eroman@chromium.org | 2010-02-12 | 1 | -0/+12 |
* | Revert the revert... This has the cumulative effect of relanding 38694. | eroman@chromium.org | 2010-02-11 | 1 | -7/+5 |
* | Revert 38694 - For some reason this seems to be hanging chrome frame tests, e... | eroman@chromium.org | 2010-02-10 | 1 | -5/+7 |
* | Add some tests to CookieMonster for overwriting persistent cookies, and check... | eroman@chromium.org | 2010-02-10 | 1 | -7/+5 |
* | Add path filtering into the GetAllCookiesForURL. | pfeldman@chromium.org | 2010-02-04 | 1 | -2/+3 |
* | Revert 38001 and 38002. | darin@chromium.org | 2010-02-03 | 1 | -19/+14 |
* | Back out trunk r37998. | mark@chromium.org | 2010-02-03 | 1 | -14/+19 |
* | Modify CookiePolicy to work asynchronously | darin@chromium.org | 2010-02-03 | 1 | -19/+14 |
* | DevTools: CookieMonster::GetRawCookies should return keys as well as cookies. | pfeldman@chromium.org | 2010-02-03 | 1 | -3/+10 |