summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed typo where I was using "net." prefix rather than "Net." prefix. Also c...rdsmith@chromium.org2010-09-101-10/+10
* This CL changes our per-domain limits to be per-effective domain.rdsmith@chromium.org2010-09-071-131/+286
* Change, unify, and specify ordering of cookies from CookieMonster.rdsmith@chromium.org2010-08-271-2/+13
* More cleanup relating to the domain now being part of the CanonicalCookie:rdsmith@chromium.org2010-08-061-13/+11
* Mac: Some clang appeasing.thakis@chromium.org2010-08-041-1/+1
* Recover cookies thrown away because of duplicate creation times.rdsmith@google.com2010-07-291-0/+3
* Fixes targeting the unique creation times invariant in the CookieMonster:rdsmith@google.com2010-07-281-13/+49
* Internal CookieMonster Refactoring.rdsmith@google.com2010-07-221-68/+31
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-10/+11
* Break out histogram counter variables as CookieMonster instance variables.rdsmith@google.com2010-07-201-18/+69
* Converted CanonicalCookies over to containing a domain.rdsmith@google.com2010-07-141-24/+76
* Fix incorrect style for CL http://codereview.chromium.org/2718011/showrdsmith@google.com2010-07-071-12/+12
* Fix bug in DeleteAllForURL; deletes entire store instead of justrdsmith@google.com2010-07-071-7/+14
* Revert 51544 - I think the chances are noticeably above zero that thisrdsmith@google.com2010-07-021-14/+7
* Fix bug in DeleteAllForURL; deletes entire store instead of justrdsmith@google.com2010-07-021-7/+14
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* Initial commit of CookieMonster statistics.rdsmith@google.com2010-06-221-16/+66
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-211-13/+0
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-181-0/+13
* Assert SetCookieableScheme called before first use.rdsmith@google.com2010-06-171-0/+3
* Working towards -Wextrathomasvl@chromium.org2010-06-161-3/+3
* Fix locking in CookieMonster.rdsmith@chromium.org2010-05-211-5/+42
* Modifies CookieMonster to ease support for the Chrome Extensions cookies API.cindylau@google.com2010-04-301-103/+252
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-251-31/+48
* Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...jochen@chromium.org2010-03-251-2/+7
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-251-48/+31
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-241-31/+48
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-241-48/+31
* Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...dhollowa@chromium.org2010-03-241-7/+2
* Add a delegate to CookieMonster and broadcast notifications about changes to ...jochen@chromium.org2010-03-241-2/+7
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-241-31/+48
* Avoid showing the user a garbage path attribute when the cookie doesn't have andarin@chromium.org2010-02-121-0/+14
* Recover from inconsistent cookie database.eroman@chromium.org2010-02-121-12/+131