summaryrefslogtreecommitdiffstats
path: root/net/cookies
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-formatting files in //net/cookies to clear up a diff.mkwst2015-02-2011-1306/+1022
* Adding instrumentation to locate the source of jankiness.pkasting2015-02-111-0/+6
* Adding instrumentation to locate the source of jankiness.pkasting2015-02-071-0/+13
* GetEffectiveDomain should handle ws scheme as same as http scheme.yhirano2015-01-294-5/+83
* Cleanup: Better constify some strings in net/.thestig2015-01-245-22/+24
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-201-2/+2
* net: Remove unused private data membershashimoto2015-01-091-1/+0
* net: Fix latent style issuesdmichael2014-12-181-2/+9
* Optimized HostPortPair::ToString and CookieMonster::GetAllCookiesForURLWithOp...georgesak2014-12-021-0/+1
* Remove Cookie.TimeGetcbentzel2014-11-202-8/+0
* Add canonical cookies on cookie changed callbacks.msarda2014-10-304-46/+91
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-272-2/+2
* Add AddCallbackForCookie method to CookieStore.ellyjones2014-10-278-7/+206
* Standardize usage of virtual/override/final in net/dcheng2014-10-215-101/+91
* Remove trivially-true check in parsed_cookie.cccmasone2014-10-171-1/+1
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-163-5/+5
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-095-53/+53
* Fix copying of SAML IdP cookies on subsequent loginsbartfab2014-09-053-5/+6
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-072-2/+2
* Ignore Set-Cookie Directive where both name and value are emptyxunjieli@chromium.org2014-07-283-3/+26
* Enforce SafetyMode for YouTube if prefs::kForceSafeSearch is on, by modifying...treib@chromium.org2014-07-223-1/+161
* Revert 282546 "Enforce SafetyMode for YouTube if prefs::kForceSa..."kustermann@google.com2014-07-113-160/+1
* Enforce SafetyMode for YouTube if prefs::kForceSafeSearch is on, by modifying...treib@chromium.org2014-07-113-1/+160
* Cleanup: Make CookieMonster::SetCookieableSchemes take a const char* const ar...thestig@chromium.org2014-06-232-6/+5
* Only commit cookie changes in prerenders after a prerender is showntburkard@chromium.org2014-05-136-6/+110
* Revert 269855 "Only commit cookie changes in prerenders after a ..."piman@chromium.org2014-05-126-110/+6
* Only commit cookie changes in prerenders after a prerender is showntburkard@chromium.org2014-05-126-6/+110
* Revert 269798 "Only commit cookie changes in prerenders after a ..."mmenke@chromium.org2014-05-126-110/+6
* Only commit cookie changes in prerenders after a prerender is showntburkard@chromium.org2014-05-126-6/+110
* Renamed namespaces in src/net.vitalybuka@chromium.org2014-04-302-8/+8
* Templatize IntResultCookieCallback and BoolResultCookieCallbacktyoshino@chromium.org2014-04-014-80/+84
* Refactor CookieStore/CookieMonstertburkard@chromium.org2014-03-244-7/+25
* When checking the public suffix list, set INCLUDE_PRIVATE_REGISTRIES for all ...rsleevi@chromium.org2014-01-302-2/+3
* Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...ajwong@chromium.org2014-01-045-55/+46
* Revert 242913 "Make CookieMonster::Delegate top-level and remove..."esprehn@chromium.org2014-01-035-46/+55
* Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...ajwong@chromium.org2014-01-035-55/+46
* Move DeleteAllCreatedBetweenForHostAsync to CookieStoresdefresne@chromium.org2013-12-195-9/+74
* Cookie Monster has a list of default allowed schemes for cookies to bericea@chromium.org2013-12-091-1/+1
* Fix compile with gcc-4.4phajdan.jr@chromium.org2013-11-181-7/+7
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-10/+0
* Promote the priority aware cookie eviction algorithm from experimental status.erikwright@chromium.org2013-11-023-23/+2
* Fix threading issue in CookieMonster task ordering.torne@chromium.org2013-10-302-21/+27
* Wait for store flush in CookieMonster::Delete*Taskphilipj@opera.com2013-10-033-141/+156
* Clean up a few unused globals.thakis@chromium.org2013-09-251-1/+0
* Remove control character cookie UMA stats.jww@chromium.org2013-09-211-41/+3
* Disallow cookies with control chars.jww@chromium.org2013-09-205-11/+177