summaryrefslogtreecommitdiffstats
path: root/net/cookies
Commit message (Expand)AuthorAgeFilesLines
* Add more out of line copy ctors for complex classes.vmpstr2016-03-242-0/+5
* net: remove CanonicalCookie ctor that takes two parameterstfarina2016-03-242-33/+0
* SameSite: Strict/Lax behavior.mkwst2016-03-217-51/+72
* SameSite: Implement 'Strict'/'Lax' attribute parsing.mkwst2016-03-1516-225/+291
* Drop the PRE_SAFE/POST_SAFE distinction.mkwst2016-03-112-34/+26
* Rewrite the cookie eviction algorithm.mkwst2016-03-113-76/+82
* 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-095-0/+17
* Make CookieMonster give a consistent picture of the world while loading.mmenke2016-03-085-10/+281
* CookieStore: Remove reference counting.mmenke2016-03-0711-542/+527
* Reland: Replace std::string::find with base::StartsWith when comparing cookie...mmenke2016-03-056-37/+45
* Revert of Replace std::string::find with base::StartsWith when comparing cook...benwells2016-03-044-42/+34
* Replace std::string::find with base::StartsWith when comparing cookie paths.mmenke2016-03-034-34/+42
* Revert of Evict non-secure cookies less agressively. (patchset #4 id:60001 of...mkwst2016-03-033-419/+157
* Add fuzz testers to //net for some functions with simple parsing APIs.eroman2016-03-021-0/+15
* Make CookieStore no longer threadsafe.mmenke2016-03-015-707/+181
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-262-0/+4
* Remove CookieStore::GetCookieMonster.mmenke2016-02-257-29/+0
* Introduce CookieStore::GetCookieListWithOptionsAsyncmkwst2016-02-239-92/+273
* Extend CookieOptions to include updating last accessed time.mkwst2016-02-226-38/+63
* Evict non-secure cookies less agressively.mkwst2016-02-183-157/+419
* Make cookie_store_unittest.h use only one CookieStore per test.mmenke2016-02-131-191/+188
* Remove CookieMonster::SetKeepExpiredCookies().mmenke2016-02-123-50/+2
* Promote SetForceKeepSessionState from CookieMonster to CookieStoremmenke2016-02-064-9/+15
* Promote CookieMonster::DeleteCanonicalCookieAsync to CookieStore.mmenke2016-02-057-78/+105
* Remove ImportCookies from CookieMonster interface.mmenke2016-02-057-131/+105
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-052-3/+2
* Promote DeleteAllAsync from CookieMonster to CookieStore.mmenke2016-02-036-154/+76
* Promote SetCookieWithDetailsAsync from CookieMonster to CookieStore.mmenke2016-02-027-201/+283
* Add an optional list of schemes to content::CookieConfig.mmenke2016-02-013-58/+13
* Rename first-party-only cookies to same-site cookies.mkwst2016-02-0112-145/+132
* Convert CookieMonster tests to use base::RunLoopxunjieli2016-01-274-147/+127
* Promote GetAllCookiesAsync from CookieMonster to CookieStore.mmenke2016-01-229-40/+98
* Add FlushStore to CookieStore interface.mmenke2016-01-224-41/+35
* Match definition and declaration order of CookieMonster methods.mmenke2016-01-212-269/+254
* Convert some raw CanonicalCookie ptrs to scoped_ptr<CanonicalCookie>.tfh2016-01-215-178/+157
* net: move more functions out of net_util.htfarina2016-01-201-1/+1
* Teach URLRequest about initiator checks for First-Party-Only cookies.mkwst2016-01-155-53/+44
* Switch to standard integer types in net/.Avi Drissman2015-12-2012-24/+26
* Ship cookie prefixesestark2015-12-186-35/+7
* Add more stats for tracking strict secure cookies deletion behaviorjww2015-12-163-11/+203
* Fix CHECK failure that equivalent cookies are not foundjww2015-12-163-7/+28
* [iOS] Disable more parts of TestNonDottedAndTLD cookie store unittest.droger2015-12-031-5/+3
* [iOS] Disable parts of TestNonDottedAndTLD cookie store unittest.droger2015-12-031-10/+6
* Change cookie prefix from $ to __estark2015-12-012-42/+44
* Create field trial switch for strict secure cookies.jww2015-12-011-1/+1
* Adds non-secure cookie eviction to strict secure cookies experiment.jww2015-11-256-63/+378
* Add cookie prefix metricsestark2015-11-213-16/+150
* Experiment to disallow setting of secure cookies from insecure schemesjww2015-11-209-22/+347
* Remove no-longer-needed CookieStoreTestTraits::enforce_prefixesestark2015-11-172-5/+0