| Commit message (Expand) | Author | Age | Files | Lines |
* | Modifies CookieMonster to ease support for the Chrome Extensions cookies API. | cindylau@google.com | 2010-04-30 | 1 | -1/+67 |
* | Reland r42467. Clear cookies, local storage and databases when an extension g... | jochen@chromium.org | 2010-03-25 | 1 | -0/+7 |
* | Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab... | jochen@chromium.org | 2010-03-25 | 1 | -67/+88 |
* | Reverts 42520 and 42477. It back red again when adding this change back. | maruel@chromium.org | 2010-03-25 | 1 | -7/+0 |
* | Reapply 42467 by reverting 42499 and added suppression. | maruel@chromium.org | 2010-03-24 | 1 | -0/+7 |
* | Revert r42467: "Clear cookies, local storage and databases when an extension ... | maruel@chromium.org | 2010-03-24 | 1 | -7/+0 |
* | Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab... | dhollowa@chromium.org | 2010-03-24 | 1 | -88/+67 |
* | Add a delegate to CookieMonster and broadcast notifications about changes to ... | jochen@chromium.org | 2010-03-24 | 1 | -67/+88 |
* | Clear cookies, local storage and databases when an extension gets uninstalled. | jochen@chromium.org | 2010-03-24 | 1 | -0/+7 |
* | Avoid showing the user a garbage path attribute when the cookie doesn't have an | darin@chromium.org | 2010-02-12 | 1 | -1/+2 |
* | Recover from inconsistent cookie database. | eroman@chromium.org | 2010-02-12 | 1 | -0/+12 |
* | Revert the revert... This has the cumulative effect of relanding 38694. | eroman@chromium.org | 2010-02-11 | 1 | -7/+5 |
* | Revert 38694 - For some reason this seems to be hanging chrome frame tests, e... | eroman@chromium.org | 2010-02-10 | 1 | -5/+7 |
* | Add some tests to CookieMonster for overwriting persistent cookies, and check... | eroman@chromium.org | 2010-02-10 | 1 | -7/+5 |
* | Add path filtering into the GetAllCookiesForURL. | pfeldman@chromium.org | 2010-02-04 | 1 | -2/+3 |
* | Revert 38001 and 38002. | darin@chromium.org | 2010-02-03 | 1 | -19/+14 |
* | Back out trunk r37998. | mark@chromium.org | 2010-02-03 | 1 | -14/+19 |
* | Modify CookiePolicy to work asynchronously | darin@chromium.org | 2010-02-03 | 1 | -19/+14 |
* | DevTools: CookieMonster::GetRawCookies should return keys as well as cookies. | pfeldman@chromium.org | 2010-02-03 | 1 | -3/+10 |
* | Modified cookie alert prompt window to suport displaying of local storage inf... | pkasting@chromium.org | 2010-02-02 | 1 | -9/+1 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -2/+2 |
* | DevTools: Implement raw cookies access for inspector. | pfeldman@chromium.org | 2009-10-29 | 1 | -0/+3 |
* | Change update threshold in CookieMonster for testing from 1s to 20ms to speed... | vandebo@chromium.org | 2009-10-28 | 1 | -3/+3 |
* | This CL changes the CookieStore obect to be a refcounted object to get a bett... | ananta@chromium.org | 2009-09-05 | 1 | -2/+6 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 1 | -41/+27 |
* | Reverting 16158. | beng@google.com | 2009-05-15 | 1 | -3/+0 |
* | Privacy option added for all cookies to become session cookies. | idanan@chromium.org | 2009-05-15 | 1 | -0/+3 |
* | Add a separate cookie store that's used for extensions. | mpcomplete@google.com | 2009-05-14 | 1 | -0/+13 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | CookieMonster quote parsing changes and tests. | deanm@chromium.org | 2009-01-09 | 1 | -0/+4 |
* | Enforce httponly on cookies coming from the renderer. This prevents javascri... | deanm@chromium.org | 2008-11-19 | 1 | -12/+34 |
* | Try to fix Mac and Linux compiles. | pkasting@chromium.org | 2008-11-01 | 1 | -1/+1 |
* | Expire cookies by last access date, rather than creation date. | pkasting@chromium.org | 2008-11-01 | 1 | -5/+28 |
* | Implement a TODO (purge expired cookies in GetAllCookies()) and some small st... | pkasting@chromium.org | 2008-10-30 | 1 | -7/+31 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -17/+17 |
* | An early optimization in std::pair<> in Visual Studio 2008 Service Pack 1 mak... | maruel@google.com | 2008-09-15 | 1 | -0/+9 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla... | mmentovai@google.com | 2008-08-21 | 1 | -11/+11 |
* | Back out r1154 due to test failures | mmentovai@google.com | 2008-08-21 | 1 | -11/+11 |
* | Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla... | mmentovai@google.com | 2008-08-21 | 1 | -11/+11 |
* | M net/base/cookie_monster.h | awalker@google.com | 2008-08-20 | 1 | -2/+2 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 1 | -0/+4 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+331 |