summaryrefslogtreecommitdiffstats
path: root/net/cookies/cookie_monster.cc
Commit message (Expand)AuthorAgeFilesLines
* SameSite: Strict/Lax behavior.mkwst2016-03-211-3/+6
* SameSite: Implement 'Strict'/'Lax' attribute parsing.mkwst2016-03-151-5/+7
* Drop the PRE_SAFE/POST_SAFE distinction.mkwst2016-03-111-10/+5
* Rewrite the cookie eviction algorithm.mkwst2016-03-111-76/+66
* Remove uses of std::unary_function and std::binary_function.vmpstr2016-03-091-2/+1
* Log whether the ephemerality of the ChannelIDStore and CookieStore are the samenharper2016-03-091-0/+4
* Make CookieMonster give a consistent picture of the world while loading.mmenke2016-03-081-4/+28
* CookieStore: Remove reference counting.mmenke2016-03-071-0/+5
* Reland: Replace std::string::find with base::StartsWith when comparing cookie...mmenke2016-03-051-5/+4
* Revert of Replace std::string::find with base::StartsWith when comparing cook...benwells2016-03-041-4/+5
* Replace std::string::find with base::StartsWith when comparing cookie paths.mmenke2016-03-031-5/+4
* Revert of Evict non-secure cookies less agressively. (patchset #4 id:60001 of...mkwst2016-03-031-171/+81
* Make CookieStore no longer threadsafe.mmenke2016-03-011-178/+158
* Remove CookieStore::GetCookieMonster.mmenke2016-02-251-4/+0
* Introduce CookieStore::GetCookieListWithOptionsAsyncmkwst2016-02-231-46/+19
* Extend CookieOptions to include updating last accessed time.mkwst2016-02-221-21/+19
* Evict non-secure cookies less agressively.mkwst2016-02-181-81/+171
* Remove CookieMonster::SetKeepExpiredCookies().mmenke2016-02-121-10/+2
* Promote SetForceKeepSessionState from CookieMonster to CookieStoremmenke2016-02-061-6/+5
* Promote CookieMonster::DeleteCanonicalCookieAsync to CookieStore.mmenke2016-02-051-28/+27
* Remove ImportCookies from CookieMonster interface.mmenke2016-02-051-25/+18
* Promote DeleteAllAsync from CookieMonster to CookieStore.mmenke2016-02-031-80/+12
* Promote SetCookieWithDetailsAsync from CookieMonster to CookieStore.mmenke2016-02-021-35/+39
* Add an optional list of schemes to content::CookieConfig.mmenke2016-02-011-39/+9
* Rename first-party-only cookies to same-site cookies.mkwst2016-02-011-19/+17
* Promote GetAllCookiesAsync from CookieMonster to CookieStore.mmenke2016-01-221-6/+6
* Match definition and declaration order of CookieMonster methods.mmenke2016-01-211-249/+240
* Convert some raw CanonicalCookie ptrs to scoped_ptr<CanonicalCookie>.tfh2016-01-211-2/+1
* Teach URLRequest about initiator checks for First-Party-Only cookies.mkwst2016-01-151-5/+5
* Switch to standard integer types in net/.Avi Drissman2015-12-201-2/+2
* Ship cookie prefixesestark2015-12-181-2/+0
* Add more stats for tracking strict secure cookies deletion behaviorjww2015-12-161-4/+22
* Fix CHECK failure that equivalent cookies are not foundjww2015-12-161-1/+2
* Adds non-secure cookie eviction to strict secure cookies experiment.jww2015-11-251-30/+114
* Experiment to disallow setting of secure cookies from insecure schemesjww2015-11-201-11/+49
* Implement $Host- cookie prefixestark2015-11-171-13/+0
* Remove the unused 'CookieMonster::GetAllCookiesForURL'mkwst2015-10-201-8/+0
* Convert 'CookieOptions::first_party_url' to a 'url::Origin'.mkwst2015-10-201-1/+2
* Implement $Secure- cookie prefixestark2015-10-191-2/+22
* Revert of Implement $Secure- cookie prefix (patchset #16 id:420001 of https:/...mnissler2015-10-191-22/+2
* Implement $Secure- cookie prefixestark2015-10-171-2/+22
* Record scheme of URLs that set Secure cookiesestark2015-08-211-4/+28
* Remove unowned Cookie.* histograms.ellyjones2015-08-211-66/+5
* CookieMonster: remove unused ETLDP1 accessorsellyjones2015-08-211-49/+0
* Make SetCookieableSchemes no-op if already initializedpaulmiller2015-07-231-2/+5
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-2/+2
* Remove cookie eviction debugging log.xiyuan2015-05-271-25/+0
* Adding ThreadTaskRunnerHandle in lieu of MessageLoopProxy in net/cert and net...anujk.sharma2015-05-151-4/+5
* Add Finch experiment to cookie monster.erikchen2015-05-061-16/+67
* Remove outdated instrumentation and move a few remaining bits around.pkasting2015-05-021-6/+6