summaryrefslogtreecommitdiffstats
path: root/net/cookies/cookie_monster.h
Commit message (Expand)AuthorAgeFilesLines
* Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...ajwong@chromium.org2014-01-041-19/+18
* Revert 242913 "Make CookieMonster::Delegate top-level and remove..."esprehn@chromium.org2014-01-031-18/+19
* Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...ajwong@chromium.org2014-01-031-19/+18
* Move DeleteAllCreatedBetweenForHostAsync to CookieStoresdefresne@chromium.org2013-12-191-9/+13
* Promote the priority aware cookie eviction algorithm from experimental status.erikwright@chromium.org2013-11-021-6/+0
* Wait for store flush in CookieMonster::Delete*Taskphilipj@opera.com2013-10-031-0/+1
* Disallow cookies with control chars.jww@chromium.org2013-09-201-4/+12
* Revert 223324 "Wait for store flush in CookieMonster::Delete*Task"nasko@chromium.org2013-09-161-1/+0
* Wait for store flush in CookieMonster::Delete*Taskphilipj@opera.com2013-09-161-0/+1
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-271-17/+17
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-271-17/+17
* Storage partition: correctly delete cookie(s) when origin is specified.lazyboy@chromium.org2013-08-071-0/+15
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-281-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* Rename names of queues in CookieMonster to less confusing ones.tyoshino@chromium.org2013-05-141-6/+6
* Implementing priority-aware cookie eviction algorithm.huangs@chromium.org2013-05-021-30/+37
* Add a way to query a cookie store whether any cookies exist for a giventburkard@chromium.org2013-04-191-0/+8
* Adding Priority field to cookies.erikwright@chromium.org2013-04-191-2/+7
* Move SQLitePersistentCookieStore to contentsky@chromium.org2013-04-101-1/+1
* Implementing EvictedDomainCookieCounter to keep statistics on cookie eviction...huangs@chromium.org2013-04-081-1/+1
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-281-12/+1
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-12/+13
* 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