summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Fix the TODO in string_util.htfarina@chromium.org2011-08-171-0/+1
* Update asynchronous CookieMonster API to login_utils.ycxiao@chromium.org2011-08-121-3/+1
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-121-0/+25
* Revert 95825 - Update asynchronous CookieMonster API to login_utils.fischman@chromium.org2011-08-081-1/+3
* Update asynchronous CookieMonster API to login_utils.ycxiao@chromium.org2011-08-081-3/+1
* Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHel...yzshen@chromium.org2011-08-051-22/+0
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-041-0/+22
* Cookie transfer for initial account creation case on ChromeOS. zelidrag@chromium.org2011-07-201-0/+19
* Define an asynchronous API for CookieStore.ycxiao@chromium.org2011-07-121-3/+91
* Upstream android net related code (part3)michaelbai@google.com2011-07-111-0/+19
* Remove out-of-date comments that refer to old cookie implementations and specs.abarth@chromium.org2011-06-151-23/+0
* MAC Cookies (patch 5 of N)abarth@chromium.org2011-05-161-1/+1
* MAC Cookies (patch 3 of N)abarth@chromium.org2011-05-121-20/+69
* More progress towards removing content settings code from the content layer. ...jam@chromium.org2011-05-101-1/+1
* MAC Cookies (patch 1 of N)abarth@chromium.org2011-04-301-20/+40
* Cleanup: Standardizing argument order for CanonicalCookie constructors.mkwst@chromium.org2011-04-191-25/+28
* Remove CookieMonster bug catching stuff.rdsmith@chromium.org2011-03-311-118/+2
* Adding 'explicit_expiration' cause to 'OnCookieChanged'jochen@chromium.org2011-03-301-4/+10
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-2/+2
* Adding `cause` to the cookie extension API's onchanged event signature.jochen@chromium.org2011-03-231-4/+48
* Don't record expiration time of unexpiring cookies.rdsmith@chromium.org2011-03-171-2/+5
* Add some additional instrumention for bug 74585. It does the following:eroman@chromium.org2011-03-161-4/+78
* Keep expired and file: cookies when using the cookie monster as dumb data storejochen@chromium.org2011-03-151-5/+19
* Litter CookieMonster with some more assertions, to hopefully crash earlier wh...eroman@chromium.org2011-03-111-1/+27
* Added new checks:rdsmith@chromium.org2011-03-101-3/+11
* Add in a checker to help narrow down 74585. eroman@chromium.org2011-03-101-0/+8
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Show the origin of the site setting the cookie instead of the domain of therogerta@chromium.org2011-02-241-20/+36
* Fix Coverity UNINIT_CTOR defects in constructors.wtc@chromium.org2011-02-111-2/+5
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-13/+13
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-880/+881
* Add Flush(Task*) method to CookieMonster.rdsmith@chromium.org2010-12-231-1/+9
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+4
* Also register read cookies in the content settings delegate.jochen@chromium.org2010-12-071-4/+10
* Refactored cookies persistent store clean-up on shutdown.pastarmovj@chromium.org2010-12-061-0/+5
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-031-2/+2
* Make sure a cookie can be deleted, even when forced to session only.jochen@chromium.org2010-11-161-6/+17
* Put some thought into appropriate verbosity level for cookie DVLOGS.rdsmith@google.com2010-10-291-14/+25
* Don't use last_access_time vs. Now() comparison to mean "all cookies".rdsmith@google.com2010-10-291-1/+1
* Don't rely on "access_time < Time::Now()" to indicate "all cookies".rdsmith@google.com2010-10-181-2/+3
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-24/+15
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-23/+23
* CookieMonster: don't initialize store when we don't use it.evan@chromium.org2010-10-051-1/+2
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-0/+3
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-3/+0
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-0/+3
* This is the final change for issue 8850, changing the expiry behaviorrdsmith@google.com2010-10-011-65/+150
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-18/+21
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+43