summaryrefslogtreecommitdiffstats
path: root/net/cookies/cookie_monster.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-111-3/+3
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-9/+9
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-2/+3
* Rename names of queues in CookieMonster to less confusing ones.tyoshino@chromium.org2013-05-141-25/+27
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-3/+2
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-2/+3
* Implementing priority-aware cookie eviction algorithm.huangs@chromium.org2013-05-021-100/+179
* Add a way to query a cookie store whether any cookies exist for a giventburkard@chromium.org2013-04-191-0/+53
* Adding Priority field to cookies.erikwright@chromium.org2013-04-191-7/+11
* Ignore an empty expiry attribute, as per RFC.erikwright@chromium.org2013-03-131-0/+2
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-281-140/+48
* Add IncludeForRequestURL method to CanonicalCookie.markusheintz@chromium.org2012-12-121-17/+5
* Remove unused parameter from the method IsDomainMatch of the class CanonicalC...markusheintz@chromium.org2012-11-301-4/+2
* The "Create" method for creating a CanonicalCookie from a ParsedCookie uses t...markusheintz@chromium.org2012-11-151-36/+2
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-11-011-1/+7
* Revert 146616.erikwright@chromium.org2012-10-021-7/+1
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-201-1/+1
* Fixed namespace commentsbattre@chromium.org2012-07-191-1/+1
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-181-442/+11
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-07-131-5/+15
* Extract ParsedCookie into a top level classbattre@chromium.org2012-07-121-274/+4
* Remove the force_session cookie option, as it's not used anymorejochen@chromium.org2012-07-111-27/+12
* Add CookieMonster::SetEnableFileScheme and CookieMonster::IsCookieableSchemejgreenwald@chromium.org2012-06-121-3/+18
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-7/+2
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-13/+72
* Add CookieStore::DeleteSessionCookiesAsync method.husky@chromium.org2012-04-251-0/+54
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-2/+3
* Move the cookie store implementation into its own directory.erikwright@chromium.org2012-03-151-0/+2740