| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't rely on "access_time < Time::Now()" to indicate "all cookies". | rdsmith@google.com | 2010-10-18 | 1 | -8/+1 |
* | CookieMonsterTest.TestHostGarbageCollection fails net_unittests on Modules XP | dhollowa@chromium.org | 2010-10-06 | 1 | -1/+8 |
* | clang/mac: Fix almost all problems when building all.xcodeproj. | thakis@chromium.org | 2010-10-04 | 1 | -7/+7 |
* | This is the final change for issue 8850, changing the expiry behavior | rdsmith@google.com | 2010-10-01 | 1 | -123/+129 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -5/+6 |
* | This CL changes our per-domain limits to be per-effective domain. | rdsmith@chromium.org | 2010-09-07 | 1 | -17/+237 |
* | Change, unify, and specify ordering of cookies from CookieMonster. | rdsmith@chromium.org | 2010-08-27 | 1 | -0/+45 |
* | More cleanup relating to the domain now being part of the CanonicalCookie: | rdsmith@chromium.org | 2010-08-06 | 1 | -64/+40 |
* | TBR: rdsmith | rdsmith@google.com | 2010-07-28 | 1 | -0/+0 |
* | Fixes targeting the unique creation times invariant in the CookieMonster: | rdsmith@google.com | 2010-07-28 | 1 | -143/+150 |
* | Changed type CookieList to being a vector CanonicalCookies. | rdsmith@google.com | 2010-07-21 | 1 | -70/+65 |
* | Converted CanonicalCookies over to containing a domain. | rdsmith@google.com | 2010-07-14 | 1 | -1/+4 |
* | Fix bug in DeleteAllForURL; deletes entire store instead of just | rdsmith@google.com | 2010-07-07 | 1 | -0/+150 |
* | Revert 51544 - I think the chances are noticeably above zero that this | rdsmith@google.com | 2010-07-02 | 1 | -150/+0 |
* | Fix bug in DeleteAllForURL; deletes entire store instead of just | rdsmith@google.com | 2010-07-02 | 1 | -0/+150 |
* | Modifies CookieMonster to ease support for the Chrome Extensions cookies API. | cindylau@google.com | 2010-04-30 | 1 | -3/+122 |
* | Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab... | jochen@chromium.org | 2010-03-25 | 1 | -38/+146 |
* | Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab... | dhollowa@chromium.org | 2010-03-24 | 1 | -146/+38 |
* | Add a delegate to CookieMonster and broadcast notifications about changes to ... | jochen@chromium.org | 2010-03-24 | 1 | -38/+146 |
* | Recover from inconsistent cookie database. | eroman@chromium.org | 2010-02-12 | 1 | -2/+134 |
* | Revert the revert... This has the cumulative effect of relanding 38694. | eroman@chromium.org | 2010-02-11 | 1 | -40/+219 |
* | Revert 38694 - For some reason this seems to be hanging chrome frame tests, e... | eroman@chromium.org | 2010-02-10 | 1 | -219/+40 |
* | Add some tests to CookieMonster for overwriting persistent cookies, and check... | eroman@chromium.org | 2010-02-10 | 1 | -40/+219 |
* | Add path filtering into the GetAllCookiesForURL. | pfeldman@chromium.org | 2010-02-04 | 1 | -12/+60 |
* | Revert 38001 and 38002. | darin@chromium.org | 2010-02-03 | 1 | -3/+4 |
* | Back out trunk r37998. | mark@chromium.org | 2010-02-03 | 1 | -4/+3 |
* | Modify CookiePolicy to work asynchronously | darin@chromium.org | 2010-02-03 | 1 | -3/+4 |
* | DevTools: CookieMonster::GetRawCookies should return keys as well as cookies. | pfeldman@chromium.org | 2010-02-03 | 1 | -8/+49 |
* | landing the issue 482008 for dmuir | oshima@chromium.org | 2009-12-10 | 1 | -1/+1 |
* | Re-apply DevTools: Support delete cookie by name. | pfeldman@chromium.org | 2009-10-30 | 1 | -0/+41 |
* | Reverting 30578. | pfeldman@chromium.org | 2009-10-30 | 1 | -40/+0 |
* | DevTools: Allow deleting cookies. | pfeldman@chromium.org | 2009-10-30 | 1 | -0/+40 |
* | Missed review comment. Minor change. | vandebo@chromium.org | 2009-10-28 | 1 | -2/+2 |
* | Change update threshold in CookieMonster for testing from 1s to 20ms to speed... | vandebo@chromium.org | 2009-10-28 | 1 | -6/+6 |
* | This CL changes the CookieStore obect to be a refcounted object to get a bett... | ananta@chromium.org | 2009-09-05 | 1 | -247/+252 |
* | Convert internal time format to Windows 1601 epoch on Linux & Mac. | brettw@chromium.org | 2009-08-26 | 1 | -0/+11 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 1 | -2/+2 |
* | Increase cookie limit to 3000. This matches Firefox 3.5 and Firefox trunk.BU... | pkasting@chromium.org | 2009-06-03 | 1 | -4/+4 |
* | Add a separate cookie store that's used for extensions. | mpcomplete@google.com | 2009-05-14 | 1 | -0/+17 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Support domain=IPADDR if it matches the url ip address exactly. | deanm@chromium.org | 2009-01-23 | 1 | -0/+6 |
* | CookieMonster quote parsing changes and tests. | deanm@chromium.org | 2009-01-09 | 1 | -14/+68 |
* | Enforce httponly on cookies coming from the renderer. This prevents javascri... | deanm@chromium.org | 2008-11-19 | 1 | -6/+27 |
* | Try to fix Mac and Linux compiles. | pkasting@chromium.org | 2008-11-01 | 1 | -3/+5 |
* | Expire cookies by last access date, rather than creation date. | pkasting@chromium.org | 2008-11-01 | 1 | -5/+38 |
* | Fix "expected, actual" order in cookie monster unittest (which was mostly "ac... | pkasting@chromium.org | 2008-10-28 | 1 | -110/+110 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+3 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla... | mmentovai@google.com | 2008-08-21 | 1 | -7/+13 |