summaryrefslogtreecommitdiffstats
path: root/net/cookies
Commit message (Expand)AuthorAgeFilesLines
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-2818-603/+125
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-8/+9
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-023-5/+5
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-232-13/+14
* Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....kamil.jiwa@gmail.com2013-01-032-10/+8
* Add IncludeForRequestURL method to CanonicalCookie.markusheintz@chromium.org2012-12-124-18/+82
* Add tests that test creating secure and http-only cookies using CanonicalCook...markusheintz@chromium.org2012-12-101-0/+21
* Remove unused parameter from the method IsDomainMatch of the class CanonicalC...markusheintz@chromium.org2012-11-304-22/+19
* Add unittests to test the "IsOnPath" and "IsDomainMatch methods of the class ...markusheintz@chromium.org2012-11-291-0/+57
* Add unit tests for the method IsEquivalent of the class CanonicalCookie.markusheintz@chromium.org2012-11-221-0/+83
* net/cookies: Do not introduce a static initializer in perftest.tfarina@chromium.org2012-11-221-40/+38
* The "Create" method for creating a CanonicalCookie from a ParsedCookie uses t...markusheintz@chromium.org2012-11-155-57/+122
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-142-9/+9
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-11-015-7/+55
* Revert 146616.erikwright@chromium.org2012-10-025-55/+7
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-221-9/+10
* Sort includes in cookie_monster.h.pliard@chromium.org2012-08-141-1/+1
* Remove ENABLE_PERSISTENT_SESSION_COOKIESjgreenwald@chromium.org2012-08-024-78/+0
* Add a mutable version of CookieMonster::ParsedCookiebattre@chromium.org2012-08-023-59/+399
* Do not inherit from std::vector.tfarina@chromium.org2012-07-252-5/+2
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-202-2/+2
* Fixed namespace commentsbattre@chromium.org2012-07-192-2/+2
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-1812-774/+877
* Fix 6 failures in net unittests on Androidyongsheng.zhu@intel.com2012-07-181-1/+44
* Fix the failed case ThreadCheckDeleteSessionCookies on Androidyongsheng.zhu@intel.com2012-07-171-0/+11
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-07-133-6/+54
* Extract ParsedCookie into a top level classbattre@chromium.org2012-07-128-656/+724
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-118-8/+0
* Remove the force_session cookie option, as it's not used anymorejochen@chromium.org2012-07-115-112/+22
* Add CookieMonster::SetEnableFileScheme and CookieMonster::IsCookieableSchemejgreenwald@chromium.org2012-06-122-7/+31
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-055-26/+12
* Moved the ThreadCheckDeleteSessionCookies from cookie_monster_unittest to coo...droger@google.com2012-05-042-37/+40
* Disable CookieMonsterTest.GarbageCollectionTriggers on Windows.cbentzel@chromium.org2012-05-031-1/+9
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-285-35/+108
* Add CookieStore::DeleteSessionCookiesAsync method.husky@chromium.org2012-04-256-0/+123
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-032-3/+4
* Move the cookie store implementation into its own directory.erikwright@chromium.org2012-03-1518-0/+9097