summaryrefslogtreecommitdiffstats
path: root/net/cookies/cookie_store_unittest.h
Commit message (Expand)AuthorAgeFilesLines
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-282/+333
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-9/+10
* Rename test callbacks for CookieStore to represent the argument type.tyoshino@chromium.org2013-05-221-34/+39
* Unit test for CookieStore::DeleteSessionCookiesdroger@chromium.org2013-04-301-1/+18
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-39/+57
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-57/+39
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-39/+57
* Fix the EmptyExpires cookie store test on iOSdroger@chromium.org2013-03-191-0/+2
* Ignore an empty expiry attribute, as per RFC.erikwright@chromium.org2013-03-131-0/+24
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-281-102/+25
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-2/+2
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-11-011-0/+27
* Revert 146616.erikwright@chromium.org2012-10-021-27/+0
* Remove ENABLE_PERSISTENT_SESSION_COOKIESjgreenwald@chromium.org2012-08-021-12/+0
* 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-131-0/+27
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Moved the ThreadCheckDeleteSessionCookies from cookie_monster_unittest to coo...droger@google.com2012-05-041-1/+40
* Move the cookie store implementation into its own directory.erikwright@chromium.org2012-03-151-0/+1055