summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't rely on "access_time < Time::Now()" to indicate "all cookies".rdsmith@google.com2010-10-181-8/+1
* CookieMonsterTest.TestHostGarbageCollection fails net_unittests on Modules XPdhollowa@chromium.org2010-10-061-1/+8
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-041-7/+7
* This is the final change for issue 8850, changing the expiry behaviorrdsmith@google.com2010-10-011-123/+129
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-5/+6
* This CL changes our per-domain limits to be per-effective domain.rdsmith@chromium.org2010-09-071-17/+237
* Change, unify, and specify ordering of cookies from CookieMonster.rdsmith@chromium.org2010-08-271-0/+45
* More cleanup relating to the domain now being part of the CanonicalCookie:rdsmith@chromium.org2010-08-061-64/+40
* TBR: rdsmithrdsmith@google.com2010-07-281-0/+0
* Fixes targeting the unique creation times invariant in the CookieMonster:rdsmith@google.com2010-07-281-143/+150
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-70/+65
* Converted CanonicalCookies over to containing a domain.rdsmith@google.com2010-07-141-1/+4
* Fix bug in DeleteAllForURL; deletes entire store instead of justrdsmith@google.com2010-07-071-0/+150
* Revert 51544 - I think the chances are noticeably above zero that thisrdsmith@google.com2010-07-021-150/+0
* Fix bug in DeleteAllForURL; deletes entire store instead of justrdsmith@google.com2010-07-021-0/+150
* Modifies CookieMonster to ease support for the Chrome Extensions cookies API.cindylau@google.com2010-04-301-3/+122
* Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...jochen@chromium.org2010-03-251-38/+146
* Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...dhollowa@chromium.org2010-03-241-146/+38
* Add a delegate to CookieMonster and broadcast notifications about changes to ...jochen@chromium.org2010-03-241-38/+146
* Recover from inconsistent cookie database.eroman@chromium.org2010-02-121-2/+134
* Revert the revert... This has the cumulative effect of relanding 38694.eroman@chromium.org2010-02-111-40/+219
* Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...eroman@chromium.org2010-02-101-219/+40
* Add some tests to CookieMonster for overwriting persistent cookies, and check...eroman@chromium.org2010-02-101-40/+219
* Add path filtering into the GetAllCookiesForURL.pfeldman@chromium.org2010-02-041-12/+60