summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modified cookie alert prompt window to suport displaying of local storage inf...pkasting@chromium.org2010-02-021-9/+1
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+2
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-291-0/+3
* Change update threshold in CookieMonster for testing from 1s to 20ms to speed...vandebo@chromium.org2009-10-281-3/+3
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-051-2/+6
* Navigation and cookies for Automationamit@chromium.org2009-07-281-41/+27
* Reverting 16158.beng@google.com2009-05-151-3/+0
* Privacy option added for all cookies to become session cookies.idanan@chromium.org2009-05-151-0/+3
* Add a separate cookie store that's used for extensions.mpcomplete@google.com2009-05-141-0/+13
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* CookieMonster quote parsing changes and tests.deanm@chromium.org2009-01-091-0/+4
* Enforce httponly on cookies coming from the renderer. This prevents javascri...deanm@chromium.org2008-11-191-12/+34
* Try to fix Mac and Linux compiles.pkasting@chromium.org2008-11-011-1/+1