| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Adjust preference sync code to only sync user modifiable preferences. | mnissler@chromium.org | 2010-07-21 | 1 | -6/+4 |
* | Add the TokenService to the chrome profile, and use it to pass the LSID from ... | chron@chromium.org | 2010-07-14 | 1 | -0/+4 |
* | Add an ExtensionPrefStore, layered between the user prefs and the managed pre... | pam@chromium.org | 2010-07-12 | 1 | -6/+1 |
* | Remove ThumbnailStore - replaced by TopSites. | nshkrob@chromium.org | 2010-07-07 | 1 | -1/+0 |
* | Add a default content setting to the notifications service. | thakis@chromium.org | 2010-07-03 | 1 | -1/+8 |
* | Remove abonded privacy blacklist implementation. | jochen@chromium.org | 2010-07-02 | 1 | -1/+0 |
* | Display content settings applying to the current otr session only. | jochen@chromium.org | 2010-07-02 | 1 | -0/+2 |
* | Added BackgroundContentsService to manage lifecycle of BackgroundContents. | atwilson@chromium.org | 2010-06-21 | 1 | -0/+3 |
* | Don't save last used locations in open and save dialogs when in incognito mode. | bauerb@chromium.org | 2010-06-09 | 1 | -0/+9 |
* | Support multiple PrefStores | mnissler@chromium.org | 2010-06-07 | 1 | -4/+8 |
* | Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore... | sanjeevr@chromium.org | 2010-05-21 | 1 | -2/+6 |
* | Add command line flag --top-sites to replace the thumbnail store flag. | brettw@chromium.org | 2010-05-19 | 1 | -0/+1 |
* | Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the | jorlow@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Geolocation: checks pending requests with the same origin when receiving the ... | bulach@chromium.org | 2010-05-11 | 1 | -0/+9 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -4/+11 |
* | Reland "Factor out reading and writing of preferences into |PrefStore|." | bauerb@chromium.org | 2010-04-22 | 1 | -1/+2 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -11/+4 |
* | Revert 45168 - Reland r45028: Factor out reading and writing of preferences i... | erikkay@chromium.org | 2010-04-21 | 1 | -2/+1 |
* | Reland r45028: Factor out reading and writing of preferences into |PrefStore|. | bauerb@chromium.org | 2010-04-21 | 1 | -1/+2 |
* | Revert 45028 - Factor out reading and writing of preferences into |PrefStore|. | thomasvl@chromium.org | 2010-04-20 | 1 | -2/+1 |
* | Factor out reading and writing of preferences into |PrefStore|. | bauerb@chromium.org | 2010-04-20 | 1 | -1/+2 |
* | First cut of Cloud Print Proxy implementation. The code is not enabled for no... | sanjeevr@google.com | 2010-04-20 | 1 | -0/+1 |
* | Do not prepopulate the findbar with incognito search terms. | rohitrao@chromium.org | 2010-04-09 | 1 | -0/+9 |
* | Fix sync leaks and some more good stuff. | skrul@chromium.org | 2010-03-30 | 1 | -5/+0 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -4/+11 |
* | Reland r42467. Clear cookies, local storage and databases when an extension g... | jochen@chromium.org | 2010-03-25 | 1 | -3/+2 |
* | Reverts 42520 and 42477. It back red again when adding this change back. | maruel@chromium.org | 2010-03-25 | 1 | -2/+3 |
* | Reapply 42467 by reverting 42499 and added suppression. | maruel@chromium.org | 2010-03-24 | 1 | -3/+2 |
* | Revert r42467: "Clear cookies, local storage and databases when an extension ... | maruel@chromium.org | 2010-03-24 | 1 | -2/+3 |
* | Clear cookies, local storage and databases when an extension gets uninstalled. | jochen@chromium.org | 2010-03-24 | 1 | -3/+2 |
* | Add GeolocationContentSettingsMap, a geolocation-specific variant of HostCont... | pkasting@chromium.org | 2010-03-19 | 1 | -0/+10 |
* | Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few le... | jhawkins@chromium.org | 2010-03-18 | 1 | -12/+1 |
* | Enable AutoFill when in incognito mode. The infobar will not be shown, but p... | jhawkins@chromium.org | 2010-03-17 | 1 | -1/+12 |
* | First cut at custom user style sheets. | tony@chromium.org | 2010-03-08 | 1 | -0/+1 |
* | Un-reverting 33964 - turns out the problem here was that I used DCHECKs with ... | skrul@chromium.org | 2010-02-26 | 1 | -0/+5 |
* | Revert 39964 - Move data type start/stop management into DataTypeManager | chron@chromium.org | 2010-02-25 | 1 | -5/+0 |
* | Move data type start/stop management into DataTypeManager | skrul@chromium.org | 2010-02-25 | 1 | -0/+5 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -4/+3 |
* | Export bookmark favicon (base64 encoded png). | nkostylev@google.com | 2010-02-08 | 1 | -1/+10 |
* | Rewrite the HostContentSettingsMap to address some issues: | pkasting@chromium.org | 2010-01-30 | 1 | -2/+2 |
* | Revert r37535. | darin@chromium.org | 2010-01-29 | 1 | -8/+0 |
* | Implement extended cookie controls. | jochen@chromium.org | 2010-01-29 | 1 | -0/+8 |
* | Reland r37508. Implement HostContentSettingsMap. | jochen@chromium.org | 2010-01-29 | 1 | -1/+9 |
* | Revert "Implement HostContentSettingsMap" | evan@chromium.org | 2010-01-29 | 1 | -9/+1 |
* | Implement HostContentSettingsMap | jochen@chromium.org | 2010-01-29 | 1 | -1/+9 |
* | Add the ability to save and remove AutoFill profiles from the AutoFillDialog. | jhawkins@chromium.org | 2010-01-24 | 1 | -2/+17 |
* | Drop the code allowing privacy blacklists to be shipped in extensions. | phajdan.jr@chromium.org | 2010-01-20 | 1 | -1/+1 |