| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 60169 - Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -18/+0 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -0/+18 |
* | 2nd attempt at http://codereview.chromium.org/3305003/show | johnnyg@chromium.org | 2010-09-09 | 1 | -0/+5 |
* | Revert 58778 - New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -5/+0 |
* | New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -0/+5 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Move theme files in chrome/browser/ into a themes/ subdir. | evan@chromium.org | 2010-08-25 | 1 | -2/+2 |
* | Make TestingProfile use ScopedTempDir. | phajdan.jr@chromium.org | 2010-08-20 | 1 | -30/+28 |
* | FBTF: Forward declare everything possible in testing_profile.h | erg@google.com | 2010-08-13 | 1 | -1/+96 |
* | Add token serialization to token_service. | chron@chromium.org | 2010-08-12 | 1 | -0/+9 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-10 | 1 | -0/+4 |
* | Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t... | phajdan.jr@chromium.org | 2010-08-06 | 1 | -4/+0 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-06 | 1 | -0/+4 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+2 |
* | Add the TokenService to the chrome profile, and use it to pass the LSID from ... | chron@chromium.org | 2010-07-14 | 1 | -0/+8 |
* | Support WebSQLDatabases in incognito mode. | dumi@chromium.org | 2010-06-13 | 1 | -1/+1 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Created a stock implementation of the MessageLoopProxy interface than can be ... | sanjeevr@chromium.org | 2010-05-06 | 1 | -2/+2 |
* | Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C... | sanjeevr@chromium.org | 2010-05-03 | 1 | -1/+8 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -1/+5 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -5/+1 |
* | Make ProfileSyncService a NiceMock. | skrul@chromium.org | 2010-04-19 | 1 | -3/+6 |
* | Fix sync leaks and some more good stuff. | skrul@chromium.org | 2010-03-30 | 1 | -12/+7 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -1/+5 |
* | Reland r42467. Clear cookies, local storage and databases when an extension g... | jochen@chromium.org | 2010-03-25 | 1 | -0/+29 |
* | Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab... | jochen@chromium.org | 2010-03-25 | 1 | -1/+1 |
* | Reverts 42520 and 42477. It back red again when adding this change back. | maruel@chromium.org | 2010-03-25 | 1 | -29/+0 |
* | Reapply 42467 by reverting 42499 and added suppression. | maruel@chromium.org | 2010-03-24 | 1 | -0/+29 |
* | Revert r42467: "Clear cookies, local storage and databases when an extension ... | maruel@chromium.org | 2010-03-24 | 1 | -29/+0 |
* | Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab... | dhollowa@chromium.org | 2010-03-24 | 1 | -1/+1 |
* | Add a delegate to CookieMonster and broadcast notifications about changes to ... | jochen@chromium.org | 2010-03-24 | 1 | -1/+1 |
* | Clear cookies, local storage and databases when an extension gets uninstalled. | jochen@chromium.org | 2010-03-24 | 1 | -0/+29 |
* | Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few le... | jhawkins@chromium.org | 2010-03-18 | 1 | -5/+0 |
* | Enable AutoFill when in incognito mode. The infobar will not be shown, but p... | jhawkins@chromium.org | 2010-03-17 | 1 | -0/+5 |
* | Un-reverting 33964 - turns out the problem here was that I used DCHECKs with ... | skrul@chromium.org | 2010-02-26 | 1 | -1/+7 |
* | Revert 39964 - Move data type start/stop management into DataTypeManager | chron@chromium.org | 2010-02-25 | 1 | -7/+1 |
* | Move data type start/stop management into DataTypeManager | skrul@chromium.org | 2010-02-25 | 1 | -1/+7 |
* | This change will include preferences as part of the usual startup sequence of... | skrul@chromium.org | 2010-02-17 | 1 | -1/+1 |
* | Revert the revert... This has the cumulative effect of relanding 38694. | eroman@chromium.org | 2010-02-11 | 1 | -1/+1 |
* | Revert 38694 - For some reason this seems to be hanging chrome frame tests, e... | eroman@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Add some tests to CookieMonster for overwriting persistent cookies, and check... | eroman@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -0/+5 |
* | Export bookmark favicon (base64 encoded png). | nkostylev@google.com | 2010-02-08 | 1 | -0/+18 |
* | Add the ability to save and remove AutoFill profiles from the AutoFillDialog. | jhawkins@chromium.org | 2010-01-24 | 1 | -0/+23 |
* | Move code duplicated in two tests up into the TestingProfile. | rsesek@chromium.org | 2010-01-08 | 1 | -1/+39 |
* | Revert 35703 - Move code duplicated in two tests up into the TestingProfile. | rsesek@chromium.org | 2010-01-07 | 1 | -36/+1 |
* | Move code duplicated in two tests up into the TestingProfile. | rsesek@chromium.org | 2010-01-07 | 1 | -1/+36 |
* | Take 2 at moving NTP CSS resources into the NTP resource cache. | tony@chromium.org | 2009-11-23 | 1 | -0/+7 |
* | Revert "Move NTP CSS resources into the NTP resource cache." because it slowe... | tony@chromium.org | 2009-11-20 | 1 | -7/+0 |
* | Move NTP CSS resources into the NTP resource cache. | tony@chromium.org | 2009-11-20 | 1 | -0/+7 |