summaryrefslogtreecommitdiffstats
path: root/net/cookies
Commit message (Expand)AuthorAgeFilesLines
* Sort includes in cookie_monster.h.pliard@chromium.org2012-08-141-1/+1
* Remove ENABLE_PERSISTENT_SESSION_COOKIESjgreenwald@chromium.org2012-08-024-78/+0
* Add a mutable version of CookieMonster::ParsedCookiebattre@chromium.org2012-08-023-59/+399
* Do not inherit from std::vector.tfarina@chromium.org2012-07-252-5/+2
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-202-2/+2
* Fixed namespace commentsbattre@chromium.org2012-07-192-2/+2
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-1812-774/+877
* Fix 6 failures in net unittests on Androidyongsheng.zhu@intel.com2012-07-181-1/+44
* Fix the failed case ThreadCheckDeleteSessionCookies on Androidyongsheng.zhu@intel.com2012-07-171-0/+11
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-07-133-6/+54
* Extract ParsedCookie into a top level classbattre@chromium.org2012-07-128-656/+724
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-118-8/+0
* Remove the force_session cookie option, as it's not used anymorejochen@chromium.org2012-07-115-112/+22
* Add CookieMonster::SetEnableFileScheme and CookieMonster::IsCookieableSchemejgreenwald@chromium.org2012-06-122-7/+31
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-055-26/+12
* Moved the ThreadCheckDeleteSessionCookies from cookie_monster_unittest to coo...droger@google.com2012-05-042-37/+40
* Disable CookieMonsterTest.GarbageCollectionTriggers on Windows.cbentzel@chromium.org2012-05-031-1/+9
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-285-35/+108
* Add CookieStore::DeleteSessionCookiesAsync method.husky@chromium.org2012-04-256-0/+123
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-032-3/+4
* Move the cookie store implementation into its own directory.erikwright@chromium.org2012-03-1518-0/+9097