| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove BrowserFileSystemContext class and merge it into SandboxedFileSystemCo... | kinuko@chromium.org | 2010-12-14 | 1 | -1/+3 |
* | Sanitize PrefStore interface. | mnissler@chromium.org | 2010-12-09 | 1 | -0/+4 |
* | Prerender: Add PrerenderManager and PrerenderContents | cbentzel@chromium.org | 2010-12-08 | 1 | -0/+1 |
* | Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" | bauerb@chromium.org | 2010-12-06 | 1 | -1/+6 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Notify the CrOS Enterprise Daemon if an Enterprise Extension has been installed | gfeher@chromium.org | 2010-12-01 | 1 | -0/+2 |
* | Dynamically refresh pref-configured proxies. | mnissler@chromium.org | 2010-11-24 | 1 | -0/+5 |
* | Use a service to create device management backends. | mnissler@chromium.org | 2010-11-22 | 1 | -4/+1 |
* | Move DeviceManagementPolicyProvider into the profile. | mnissler@chromium.org | 2010-11-19 | 1 | -0/+4 |
* | Handful of related instant changes: | sky@chromium.org | 2010-11-15 | 1 | -3/+5 |
* | Added support for displaying BackgroundContents in the task manager. | atwilson@chromium.org | 2010-11-10 | 1 | -1/+1 |
* | FileSystem code cleanup 1st cut - does some class renaming. | kinuko@chromium.org | 2010-11-09 | 1 | -1/+1 |
* | PyAuto hooks for Sync in TestingAutomationProvider | rsimha@chromium.org | 2010-11-03 | 1 | -0/+3 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -2/+2 |
* | Attempt 2 at landing top sites refactor: | sky@chromium.org | 2010-10-27 | 1 | -4/+18 |
* | Create a new browser signin layer. This is currently a proxy on top of sync ... | johnnyg@chromium.org | 2010-10-25 | 1 | -0/+1 |
* | Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain and | sky@chromium.org | 2010-10-24 | 1 | -6/+0 |
* | Refactors TopSites so that it's hopefully easier to maintain and | sky@chromium.org | 2010-10-24 | 1 | -0/+6 |
* | Pull events-related code out of ExtensionMessageService into its own class. | mpcomplete@chromium.org | 2010-10-15 | 1 | -0/+1 |
* | Fix TemplateURLFetcher test. | levin@chromium.org | 2010-10-07 | 1 | -0/+3 |
* | A large part of this change is adding the 1st unit test for TemplateURLFetcher. | levin@chromium.org | 2010-10-06 | 1 | -3/+16 |
* | Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared | mpcomplete@chromium.org | 2010-09-30 | 1 | -4/+2 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-29 | 1 | -2/+24 |
* | Revert 60169 - Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -14/+1 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -1/+14 |
* | 2nd attempt at http://codereview.chromium.org/3305003/show | johnnyg@chromium.org | 2010-09-09 | 1 | -0/+3 |
* | Revert 58778 - New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -3/+0 |
* | New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -0/+3 |
* | Add a helper class that keeps per-profile information for FileSystem API | kinuko@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Revert 57715 - Add a helper class that keeps per-profile information for File... | dmazzoni@chromium.org | 2010-08-27 | 1 | -1/+0 |
* | Add a helper class that keeps per-profile information for FileSystem API | kinuko@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Support sending BlobData to browser process. Also support sending UploadData | jianli@chromium.org | 2010-08-27 | 1 | -0/+4 |
* | chromeos: 1st draft of ProxyConfigService for chromeos | kuan@chromium.org | 2010-08-24 | 1 | -1/+6 |
* | Make TestingProfile use ScopedTempDir. | phajdan.jr@chromium.org | 2010-08-20 | 1 | -17/+4 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Removed unnecessary includes from profile.h and added the now necessary inclu... | davemoore@chromium.org | 2010-08-19 | 1 | -0/+3 |
* | Added BackgroundModeManager which tracks when background apps are loaded/unlo... | atwilson@chromium.org | 2010-08-18 | 1 | -0/+3 |
* | FBTF: Forward declare everything possible in testing_profile.h | erg@google.com | 2010-08-13 | 1 | -84/+34 |
* | Add token serialization to token_service. | chron@chromium.org | 2010-08-12 | 1 | -0/+6 |
* | Provide a profile.GetAppCacheService() accessor and add two helper methods to... | michaeln@chromium.org | 2010-08-11 | 1 | -0/+1 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-10 | 1 | -1/+14 |
* | Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t... | phajdan.jr@chromium.org | 2010-08-06 | 1 | -14/+1 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-06 | 1 | -1/+14 |
* | `#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 |