summaryrefslogtreecommitdiffstats
path: root/net/cookies/cookie_monster_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* GetEffectiveDomain should handle ws scheme as same as http scheme.yhirano2015-01-291-0/+61
* Cleanup: Better constify some strings in net/.thestig2015-01-241-6/+6
* Add canonical cookies on cookie changed callbacks.msarda2014-10-301-34/+66
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Add AddCallbackForCookie method to CookieStore.ellyjones2014-10-271-0/+116
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-10/+9
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-161-2/+2
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-7/+7
* Fix copying of SAML IdP cookies on subsequent loginsbartfab2014-09-051-2/+2
* Templatize IntResultCookieCallback and BoolResultCookieCallbacktyoshino@chromium.org2014-04-011-33/+48
* Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...ajwong@chromium.org2014-01-041-1/+1
* Revert 242913 "Make CookieMonster::Delegate top-level and remove..."esprehn@chromium.org2014-01-031-1/+1
* Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...ajwong@chromium.org2014-01-031-1/+1
* Promote the priority aware cookie eviction algorithm from experimental status.erikwright@chromium.org2013-11-021-1/+0
* Fix threading issue in CookieMonster task ordering.torne@chromium.org2013-10-301-7/+3
* 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