summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change, unify, and specify ordering of cookies from CookieMonster.rdsmith@chromium.org2010-08-271-0/+6
* More cleanup relating to the domain now being part of the CanonicalCookie:rdsmith@chromium.org2010-08-061-5/+2
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-3/+5
* Fixes targeting the unique creation times invariant in the CookieMonster:rdsmith@google.com2010-07-281-12/+18
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Internal CookieMonster Refactoring.rdsmith@google.com2010-07-221-10/+2
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-6/+4
* Break out histogram counter variables as CookieMonster instance variables.rdsmith@google.com2010-07-201-0/+14
* Converted CanonicalCookies over to containing a domain.rdsmith@google.com2010-07-141-7/+27
* Fix incorrect style for CL http://codereview.chromium.org/2718011/showrdsmith@google.com2010-07-071-7/+9
* Fix bug in DeleteAllForURL; deletes entire store instead of justrdsmith@google.com2010-07-071-2/+5
* Revert 51544 - I think the chances are noticeably above zero that thisrdsmith@google.com2010-07-021-5/+2
* Fix bug in DeleteAllForURL; deletes entire store instead of justrdsmith@google.com2010-07-021-2/+5
* Initial commit of CookieMonster statistics.rdsmith@google.com2010-06-221-2/+24
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-211-10/+2
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-181-2/+10
* Assert SetCookieableScheme called before first use.rdsmith@google.com2010-06-171-0/+2
* Modifies CookieMonster to ease support for the Chrome Extensions cookies API.cindylau@google.com2010-04-301-1/+67
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-251-0/+7
* Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...jochen@chromium.org2010-03-251-67/+88
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-251-7/+0
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-241-0/+7
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-241-7/+0
* Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...dhollowa@chromium.org2010-03-241-88/+67
* Add a delegate to CookieMonster and broadcast notifications about changes to ...jochen@chromium.org2010-03-241-67/+88
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-241-0/+7
* Avoid showing the user a garbage path attribute when the cookie doesn't have andarin@chromium.org2010-02-121-1/+2
* Recover from inconsistent cookie database.eroman@chromium.org2010-02-121-0/+12
* Revert the revert... This has the cumulative effect of relanding 38694.eroman@chromium.org2010-02-111-7/+5
* Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...eroman@chromium.org2010-02-101-5/+7
* Add some tests to CookieMonster for overwriting persistent cookies, and check...eroman@chromium.org2010-02-101-7/+5
* Add path filtering into the GetAllCookiesForURL.pfeldman@chromium.org2010-02-041-2/+3
* Revert 38001 and 38002.darin@chromium.org2010-02-031-19/+14
* Back out trunk r37998.mark@chromium.org2010-02-031-14/+19
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-031-19/+14
* DevTools: CookieMonster::GetRawCookies should return keys as well as cookies.pfeldman@chromium.org2010-02-031-3/+10