summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Easy pickings in net/base.jhawkins@chromium.org2011-12-201-18/+16
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-1/+1
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-1/+1
* Remove BindStateHolder and have Bind() return a Callback<> object directly.ajwong@chromium.org2011-12-141-1/+1
* Removing MessageLoop::QuitTask() from net/dcheng@chromium.org2011-12-091-2/+2
* Store session cookies and restore them if chrome crashes or autorestarts.marja@chromium.org2011-12-051-0/+38
* Mark a cookie as session cookie, if the expiry date cannot be parsedjochen@chromium.org2011-11-221-0/+9
* Creation of cookie_utils.droger@google.com2011-11-171-1/+2
* Revert 110099 - Creation of cookie_utils.joi@chromium.org2011-11-151-2/+1
* Creation of cookie_utils.droger@google.com2011-11-151-1/+2
* CookieMonster: Store expiration time also for session cookies.marja@chromium.org2011-11-101-0/+31
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-171-21/+67
* Revert 105639 - The change list splits loading of cookies from DB by the doma...guohui@chromium.org2011-10-151-67/+21
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-151-21/+67
* Third try at committing this.erikwright@chromium.org2011-09-131-242/+711
* Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...erikwright@chromium.org2011-09-091-711/+242
* Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...erikwright@chromium.org2011-09-091-242/+711
* Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...estade@chromium.org2011-09-091-710/+242
* Revert 100316 - Fix a memory leak in a unit test.estade@chromium.org2011-09-091-4/+3
* Fix a memory leak in a unit test.erikwright@chromium.org2011-09-091-3/+4
* Finalize a CL originally by departed intern ycxiao@ that detaches the loading...erikwright@chromium.org2011-09-081-242/+710
* Update asynchronous CookieMonster API to login_utils.ycxiao@chromium.org2011-08-121-7/+8
* Revert 95825 - Update asynchronous CookieMonster API to login_utils.fischman@chromium.org2011-08-081-8/+7
* Update asynchronous CookieMonster API to login_utils.ycxiao@chromium.org2011-08-081-7/+8
* Cookie transfer for initial account creation case on ChromeOS. zelidrag@chromium.org2011-07-201-0/+37
* Define an asynchronous API for CookieStore.ycxiao@chromium.org2011-07-121-547/+1211
* MAC Cookies (patch 5 of N)abarth@chromium.org2011-05-161-2/+0
* MAC Cookies (patch 3 of N)abarth@chromium.org2011-05-121-0/+31
* MAC Cookies (patch 1 of N)abarth@chromium.org2011-04-301-0/+29
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-1/+1
* Remove CookieMonster bug catching stuff.rdsmith@chromium.org2011-03-311-11/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-122/+122
* Don't record expiration time of unexpiring cookies.rdsmith@chromium.org2011-03-171-0/+31
* Keep expired and file: cookies when using the cookie monster as dumb data storejochen@chromium.org2011-03-151-0/+28
* Temporarily disable CookieMonsterTest.GarbageCollectionTriggers, since it is ...eroman@chromium.org2011-03-111-1/+7
* Added new checks:rdsmith@chromium.org2011-03-101-4/+4
* Add in a checker to help narrow down 74585. eroman@chromium.org2011-03-101-0/+4
* Show the origin of the site setting the cookie instead of the domain of therogerta@chromium.org2011-02-241-0/+30
* Clean up net unit testing code.erg@google.com2011-01-261-0/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+0
* Clean up net unit testing code.erg@google.com2011-01-251-0/+1
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-3/+3
* Add Flush(Task*) method to CookieMonster.rdsmith@chromium.org2010-12-231-0/+104
* Also register read cookies in the content settings delegate.jochen@chromium.org2010-12-071-0/+11
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-031-21/+18
* Make sure a cookie can be deleted, even when forced to session only.jochen@chromium.org2010-11-161-0/+28
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-7/+7
* Don't use last_access_time vs. Now() comparison to mean "all cookies".rdsmith@google.com2010-10-291-2/+1
* Mark CookieMonsterTest.GarbageCollectionTriggers as FLAKY.eroman@chromium.org2010-10-201-1/+2