summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster.h
Commit message (Expand)AuthorAgeFilesLines
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-171-11/+60
* Revert 105639 - The change list splits loading of cookies from DB by the doma...guohui@chromium.org2011-10-151-60/+11
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-151-11/+60
* Third try at committing this.erikwright@chromium.org2011-09-131-53/+110
* Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...erikwright@chromium.org2011-09-091-110/+53
* Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...erikwright@chromium.org2011-09-091-53/+110
* Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...estade@chromium.org2011-09-091-110/+53
* Finalize a CL originally by departed intern ycxiao@ that detaches the loading...erikwright@chromium.org2011-09-081-53/+110
* Update asynchronous CookieMonster API to login_utils.ycxiao@chromium.org2011-08-121-1/+1
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-121-0/+6
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-4/+4
* Revert 95825 - Update asynchronous CookieMonster API to login_utils.fischman@chromium.org2011-08-081-1/+1
* Update asynchronous CookieMonster API to login_utils.ycxiao@chromium.org2011-08-081-1/+1
* Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHel...yzshen@chromium.org2011-08-051-6/+0
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-041-0/+6
* Cookie transfer for initial account creation case on ChromeOS. zelidrag@chromium.org2011-07-201-1/+5
* Define an asynchronous API for CookieStore.ycxiao@chromium.org2011-07-121-6/+55
* Upstream android net related code (part3)michaelbai@google.com2011-07-111-0/+3
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* net: Add NET_API to net/baservargas@google.com2011-05-181-3/+4
* MAC Cookies (patch 3 of N)abarth@chromium.org2011-05-121-0/+6
* MAC Cookies (patch 1 of N)abarth@chromium.org2011-04-301-0/+17
* Cleanup: Standardizing argument order for CanonicalCookie constructors.mkwst@chromium.org2011-04-191-11/+15
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-11/+11
* Remove CookieMonster bug catching stuff.rdsmith@chromium.org2011-03-311-12/+0
* Adding 'explicit_expiration' cause to 'OnCookieChanged'jochen@chromium.org2011-03-301-4/+12
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Adding `cause` to the cookie extension API's onchanged event signature.jochen@chromium.org2011-03-231-5/+35
* Add some additional instrumention for bug 74585. It does the following:eroman@chromium.org2011-03-161-2/+6
* Keep expired and file: cookies when using the cookie monster as dumb data storejochen@chromium.org2011-03-151-0/+11
* Litter CookieMonster with some more assertions, to hopefully crash earlier wh...eroman@chromium.org2011-03-111-0/+4
* Added new checks:rdsmith@chromium.org2011-03-101-1/+7
* Add in a checker to help narrow down 74585. eroman@chromium.org2011-03-101-0/+5
* Show the origin of the site setting the cookie instead of the domain of therogerta@chromium.org2011-02-241-1/+17
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-53/+56
* Add Flush(Task*) method to CookieMonster.rdsmith@chromium.org2010-12-231-0/+11
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-1/+1
* Also register read cookies in the content settings delegate.jochen@chromium.org2010-12-071-2/+7
* Refactored cookies persistent store clean-up on shutdown.pastarmovj@chromium.org2010-12-061-6/+14
* Make the cookie list a class (instead of a typedef inside CookieMonster)...jochen@chromium.org2010-12-031-1/+5
* Don't rely on "access_time < Time::Now()" to indicate "all cookies".rdsmith@google.com2010-10-181-1/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-11/+14
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-1/+1
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-1/+1
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-1/+1
* This is the final change for issue 8850, changing the expiry behaviorrdsmith@google.com2010-10-011-33/+79
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-27/+7
* Made passive the comments on the delete functions.rdsmith@google.com2010-09-211-5/+5
* This CL changes our per-domain limits to be per-effective domain.rdsmith@chromium.org2010-09-071-29/+134