summaryrefslogtreecommitdiffstats
path: root/net/cookies
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused 'CookieMonster::GetAllCookiesForURL'mkwst2015-10-202-10/+0
* Convert 'CookieOptions::first_party_url' to a 'url::Origin'.mkwst2015-10-204-17/+20
* Implement $Secure- cookie prefixestark2015-10-196-6/+64
* Revert of Implement $Secure- cookie prefix (patchset #16 id:420001 of https:/...mnissler2015-10-196-64/+6
* Implement $Secure- cookie prefixestark2015-10-176-6/+64
* Decouple CookieMonsterTest from CookieStoreTest.cmumford2015-10-154-449/+611
* Get rid of CookieMonster::Delegate typedef.davidben2015-10-122-2/+1
* Don't use base::MessageLoop::{Quit,QuitClosure} in net/ki.stfu2015-10-093-5/+5
* Cleanup: Pass std::string as const reference from net/ki.stfu2015-09-221-1/+1
* CookieStoreIOS: handle dotted domains correctlyellyjones2015-09-042-28/+18
* Added CookieMonsterTest::CookieSorting().cmumford2015-08-271-0/+27
* Fixed CookieMonsterTest::UniqueCreationTime()cmumford2015-08-261-20/+21
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* Record scheme of URLs that set Secure cookiesestark2015-08-213-4/+115
* Move cookie source display logic to CookiesTreeModelestark2015-08-213-51/+14
* Remove unowned Cookie.* histograms.ellyjones2015-08-212-76/+8
* CookieMonster: remove unused ETLDP1 accessorsellyjones2015-08-212-57/+0
* Add myself to net/cookies/OWNERSmkwst2015-08-211-0/+1
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-112-3/+2
* Disable */CookieStoreTest/0.TestNonDottedAndTLD tests on iOS 9.sdefresne2015-08-061-0/+13
* Remove myself from OWNERS files.erikwright2015-07-311-1/+0
* Split 'CookieOptions' out into a .h/.cc file.mkwst2015-07-282-5/+20
* Make SetCookieableSchemes no-op if already initializedpaulmiller2015-07-232-5/+8
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-1/+2
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-061-14/+10
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-116-26/+36
* Update references to RFC2616.wtc2015-06-041-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
* Switch //net functions to use SchemeIsCryptographic() instead of SchemeIsSecu...lgarron2015-05-141-2/+2
* Cleanup: Change {ASSERT,EXPECT}_FALSE(!x) to {ASSERT,EXPECT}_TRUE(x).thestig2015-05-061-1/+1
* Add Finch experiment to cookie monster.erikchen2015-05-062-38/+103
* Remove outdated instrumentation and move a few remaining bits around.pkasting2015-05-021-6/+6
* Use of base::StringPairs appropriately in cookiespayal.pandey2015-04-241-9/+7
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-236-69/+65
* Update {virtual,override} to follow C++11 style in net.nick2015-04-231-1/+1
* Add a unittest that DeleteAll(CookieMonster*) does flushsdefresne2015-04-161-0/+14
* Update instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-141-0/+6
* Add cookie eviction debugging log.xiyuan2015-04-131-1/+28
* Fix 'Cookie.Types' histogram.mkwst2015-04-101-2/+2
* Modify instrumentation for various jank bugs, mostly removing outdated sites.pkasting2015-04-101-6/+2
* Add cookie type metrics.mkwst2015-04-032-0/+22
* Remove the '--enable-file-cookies' flag.mkwst2015-03-312-16/+33
* Cookie Monster: Fix 'duplicates' histogram to use the correct variable.mkwst2015-03-301-1/+1
* Add a method to override all the cookies in CookieMonsterdroger2015-03-176-0/+463
* Remove prerender cookie store, part 1.davidben2015-03-066-110/+6
* Update instrumentation for many different bugs based on new UMA data.pkasting2015-02-281-32/+0
* Implement the "First-Party-Only" cookie attribute.mkwst2015-02-2311-95/+271
* Update instrumentation for many different bugs based on new UMA data.pkasting2015-02-211-14/+40