summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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