summaryrefslogtreecommitdiffstats
path: root/net/cookies/cookie_monster.h
Commit message (Expand)AuthorAgeFilesLines
* Sort includes in cookie_monster.h.pliard@chromium.org2012-08-141-1/+1
* Do not inherit from std::vector.tfarina@chromium.org2012-07-251-2/+1
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-181-136/+4
* Extract ParsedCookie into a top level classbattre@chromium.org2012-07-121-102/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove the force_session cookie option, as it's not used anymorejochen@chromium.org2012-07-111-10/+4
* Add CookieMonster::SetEnableFileScheme and CookieMonster::IsCookieableSchemejgreenwald@chromium.org2012-06-121-4/+13
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-9/+4
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-2/+2
* Add CookieStore::DeleteSessionCookiesAsync method.husky@chromium.org2012-04-251-0/+5
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Move the cookie store implementation into its own directory.erikwright@chromium.org2012-03-151-0/+971