summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster.cc
Commit message (Expand)AuthorAgeFilesLines
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-1/+2
* Increase cookie limit to 3000. This matches Firefox 3.5 and Firefox trunk.BU...pkasting@chromium.org2009-06-031-2/+2
* Reverting 16158.beng@google.com2009-05-151-4/+0
* Privacy option added for all cookies to become session cookies.idanan@chromium.org2009-05-151-0/+4
* Add a separate cookie store that's used for extensions.mpcomplete@google.com2009-05-141-12/+19
* Make sure last_time_seen_ is protected by the CookieMonster lock.deanm@chromium.org2009-03-261-2/+6
* Remove unneeded includes of googleurl/src/url_parse.h and url_canon.h.thestig@chromium.org2009-03-121-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Support domain=IPADDR if it matches the url ip address exactly.deanm@chromium.org2009-01-231-2/+6
* CookieMonster quote parsing changes and tests.deanm@chromium.org2009-01-091-31/+29
* Remove compatibility #defines in string_util.hphajdan.jr@chromium.org2008-12-301-1/+1
* Enforce httponly on cookies coming from the renderer. This prevents javascri...deanm@chromium.org2008-11-191-15/+63
* Preserve the output vector for cookie loading. This prevents a few unneeded ...deanm@chromium.org2008-11-061-10/+13
* Expire cookies by last access date, rather than creation date.pkasting@chromium.org2008-11-011-11/+40
* Implement a TODO (purge expired cookies in GetAllCookies()) and some small st...pkasting@chromium.org2008-10-301-78/+80
* 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-2/+13
* Back out r1154 due to test failuresmmentovai@google.com2008-08-211-13/+2
* Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...mmentovai@google.com2008-08-211-2/+13
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-2/+7
* Add net to the repository.initial.commit2008-07-261-0/+1043