summaryrefslogtreecommitdiffstats
path: root/net/cookies/cookie_monster_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Wait for store flush in CookieMonster::Delete*Taskphilipj@opera.com2013-10-031-1/+4
* Clean up a few unused globals.thakis@chromium.org2013-09-251-1/+0
* Disallow cookies with control chars.jww@chromium.org2013-09-201-0/+41
* Revert 223324 "Wait for store flush in CookieMonster::Delete*Task"nasko@chromium.org2013-09-161-4/+1
* Wait for store flush in CookieMonster::Delete*Taskphilipj@opera.com2013-09-161-1/+4
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-271-1/+1
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-271-1/+1
* Storage partition: correctly delete cookie(s) when origin is specified.lazyboy@chromium.org2013-08-071-2/+70
* Use a direct include of the message_loop header in net/, part 1.avi@chromium.org2013-07-171-1/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-281-1/+1
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-111-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-305/+464
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-10/+12
* Rename test callbacks for CookieStore to represent the argument type.tyoshino@chromium.org2013-05-221-27/+30
* Implementing priority-aware cookie eviction algorithm.huangs@chromium.org2013-05-021-9/+164
* Adding Priority field to cookies.erikwright@chromium.org2013-04-191-70/+99
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-24/+63
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-63/+24
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-24/+63
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-281-38/+4
* 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-021-1/+1
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-1/+1
* Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....kamil.jiwa@gmail.com2013-01-031-8/+6
* The "Create" method for creating a CanonicalCookie from a ParsedCookie uses t...markusheintz@chromium.org2012-11-151-2/+5
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-6/+6
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-221-9/+10
* Remove ENABLE_PERSISTENT_SESSION_COOKIESjgreenwald@chromium.org2012-08-021-45/+0
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-181-139/+18
* Fix 6 failures in net unittests on Androidyongsheng.zhu@intel.com2012-07-181-1/+44
* Extract ParsedCookie into a top level classbattre@chromium.org2012-07-121-277/+2
* Remove the force_session cookie option, as it's not used anymorejochen@chromium.org2012-07-111-62/+2
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-2/+2
* Moved the ThreadCheckDeleteSessionCookies from cookie_monster_unittest to coo...droger@google.com2012-05-041-36/+0
* Disable CookieMonsterTest.GarbageCollectionTriggers on Windows.cbentzel@chromium.org2012-05-031-1/+9
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-0/+7
* Add CookieStore::DeleteSessionCookiesAsync method.husky@chromium.org2012-04-251-0/+56
* Move the cookie store implementation into its own directory.erikwright@chromium.org2012-03-151-0/+2687