summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert the revert... This has the cumulative effect of relanding 38694.eroman@chromium.org2010-02-111-8/+0
* Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...eroman@chromium.org2010-02-101-0/+8
* Add some tests to CookieMonster for overwriting persistent cookies, and check...eroman@chromium.org2010-02-101-8/+0
* Implement backend support for forcing cookies to be saved asdarin@chromium.org2010-02-051-2/+6
* Add path filtering into the GetAllCookiesForURL.pfeldman@chromium.org2010-02-041-4/+8
* Revert 38001 and 38002.darin@chromium.org2010-02-031-59/+18
* Back out trunk r37998.mark@chromium.org2010-02-031-18/+59
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-031-59/+18
* DevTools: follow up fix for raw cookies access. Restore auto-locking and do G...pfeldman@chromium.org2010-02-031-0/+8
* DevTools: CookieMonster::GetRawCookies should return keys as well as cookies.pfeldman@chromium.org2010-02-031-18/+39
* In the CookieMonster code, use the RegistryControlledDomainService only formpcomplete@chromium.org2010-01-121-5/+17
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-2/+2
* Re-apply DevTools: Support delete cookie by name.pfeldman@chromium.org2009-10-301-6/+21
* Reverting 30578.pfeldman@chromium.org2009-10-301-21/+6
* DevTools: Allow deleting cookies.pfeldman@chromium.org2009-10-301-6/+21
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-291-0/+32
* Use C99 standard format macros for 64-bit values.agl@chromium.org2009-06-291-4/+5
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-1/+2
* Increase cookie limit to 3000. This matches Firefox 3.5 and Firefox trunk.BU...pkasting@chromium.org2009-06-031-2/+2
* Reverting 16158.beng@google.com2009-05-151-4/+0
* Privacy option added for all cookies to become session cookies.idanan@chromium.org2009-05-151-0/+4
* Add a separate cookie store that's used for extensions.mpcomplete@google.com2009-05-141-12/+19
* Make sure last_time_seen_ is protected by the CookieMonster lock.deanm@chromium.org2009-03-261-2/+6
* Remove unneeded includes of googleurl/src/url_parse.h and url_canon.h.thestig@chromium.org2009-03-121-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Support domain=IPADDR if it matches the url ip address exactly.deanm@chromium.org2009-01-231-2/+6
* CookieMonster quote parsing changes and tests.deanm@chromium.org2009-01-091-31/+29
* Remove compatibility #defines in string_util.hphajdan.jr@chromium.org2008-12-301-1/+1
* Enforce httponly on cookies coming from the renderer. This prevents javascri...deanm@chromium.org2008-11-191-15/+63
* Preserve the output vector for cookie loading. This prevents a few unneeded ...deanm@chromium.org2008-11-061-10/+13
* Expire cookies by last access date, rather than creation date.pkasting@chromium.org2008-11-011-11/+40
* Implement a TODO (purge expired cookies in GetAllCookies()) and some small st...pkasting@chromium.org2008-10-301-78/+80
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...mmentovai@google.com2008-08-211-2/+13
* Back out r1154 due to test failuresmmentovai@google.com2008-08-211-13/+2
* Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...mmentovai@google.com2008-08-211-2/+13
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-2/+7
* Add net to the repository.initial.commit2008-07-261-0/+1043