summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...jochen@chromium.org2010-03-251-38/+146
* Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...dhollowa@chromium.org2010-03-241-146/+38
* Add a delegate to CookieMonster and broadcast notifications about changes to ...jochen@chromium.org2010-03-241-38/+146
* Recover from inconsistent cookie database.eroman@chromium.org2010-02-121-2/+134
* Revert the revert... This has the cumulative effect of relanding 38694.eroman@chromium.org2010-02-111-40/+219
* Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...eroman@chromium.org2010-02-101-219/+40
* Add some tests to CookieMonster for overwriting persistent cookies, and check...eroman@chromium.org2010-02-101-40/+219
* Add path filtering into the GetAllCookiesForURL.pfeldman@chromium.org2010-02-041-12/+60
* Revert 38001 and 38002.darin@chromium.org2010-02-031-3/+4
* Back out trunk r37998.mark@chromium.org2010-02-031-4/+3
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-031-3/+4
* DevTools: CookieMonster::GetRawCookies should return keys as well as cookies.pfeldman@chromium.org2010-02-031-8/+49
* landing the issue 482008 for dmuiroshima@chromium.org2009-12-101-1/+1
* Re-apply DevTools: Support delete cookie by name.pfeldman@chromium.org2009-10-301-0/+41
* Reverting 30578.pfeldman@chromium.org2009-10-301-40/+0
* DevTools: Allow deleting cookies.pfeldman@chromium.org2009-10-301-0/+40
* Missed review comment. Minor change.vandebo@chromium.org2009-10-281-2/+2
* Change update threshold in CookieMonster for testing from 1s to 20ms to speed...vandebo@chromium.org2009-10-281-6/+6
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-051-247/+252
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-0/+11
* Navigation and cookies for Automationamit@chromium.org2009-07-281-2/+2
* Increase cookie limit to 3000. This matches Firefox 3.5 and Firefox trunk.BU...pkasting@chromium.org2009-06-031-4/+4
* Add a separate cookie store that's used for extensions.mpcomplete@google.com2009-05-141-0/+17
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Support domain=IPADDR if it matches the url ip address exactly.deanm@chromium.org2009-01-231-0/+6
* CookieMonster quote parsing changes and tests.deanm@chromium.org2009-01-091-14/+68
* Enforce httponly on cookies coming from the renderer. This prevents javascri...deanm@chromium.org2008-11-191-6/+27
* Try to fix Mac and Linux compiles.pkasting@chromium.org2008-11-011-3/+5
* Expire cookies by last access date, rather than creation date.pkasting@chromium.org2008-11-011-5/+38
* Fix "expected, actual" order in cookie monster unittest (which was mostly "ac...pkasting@chromium.org2008-10-281-110/+110
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...mmentovai@google.com2008-08-211-7/+13
* Back out r1154 due to test failuresmmentovai@google.com2008-08-211-13/+7
* Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...mmentovai@google.com2008-08-211-7/+13
* Cleanup some old unused code from the cookie monster unittest.deanm@google.com2008-08-011-19/+0
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-109/+110
* Add net to the repository.initial.commit2008-07-261-0/+849