summaryrefslogtreecommitdiffstats
path: root/net/cookies
Commit message (Expand)AuthorAgeFilesLines
* Updated control chars in cookies histogram group to 'Cookie' and added histog...jww@chromium.org2013-06-111-19/+24
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-118-11/+11
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-017-615/+825
* Added UMA measurement for how often we see control characters during cookie p...jww@chromium.org2013-05-291-3/+36
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-237-51/+60
* Rename test callbacks for CookieStore to represent the argument type.tyoshino@chromium.org2013-05-224-90/+99
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-142-4/+7
* Rename names of queues in CookieMonster to less confusing ones.tyoshino@chromium.org2013-05-142-31/+33
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-132-7/+4
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-132-4/+7
* Implementing priority-aware cookie eviction algorithm.huangs@chromium.org2013-05-023-139/+380
* Unit test for CookieStore::DeleteSessionCookiesdroger@chromium.org2013-04-301-1/+18
* Add a way to query a cookie store whether any cookies exist for a giventburkard@chromium.org2013-04-192-0/+61
* Adding Priority field to cookies.erikwright@chromium.org2013-04-1913-117/+362
* Move SQLitePersistentCookieStore to contentsky@chromium.org2013-04-103-1/+13
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-096-77/+142
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-096-142/+77
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-096-77/+142
* Implementing EvictedDomainCookieCounter to keep statistics on cookie eviction...huangs@chromium.org2013-04-082-2/+2
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-5/+4
* Fix the EmptyExpires cookie store test on iOSdroger@chromium.org2013-03-191-0/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Ignore an empty expiry attribute, as per RFC.erikwright@chromium.org2013-03-134-2/+63
* 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