| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize usage of virtual/override/final in chrome/browser/ | Daniel Cheng | 2014-10-21 | 1 | -11/+7 |
* | Move manifest_url_handler to //extensions | rockot | 2014-10-15 | 1 | -1/+1 |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* | mostynb | 2014-10-07 | 1 | -7/+7 |
* | Cleanup: Remove unneeded extension_messages.h usage and ifdef out some extens... | thestig | 2014-09-18 | 1 | -1/+0 |
* | [cros] user_manager component - move UserManagerBase and UserManager | nkostylev@chromium.org | 2014-08-15 | 1 | -1/+1 |
* | Move non-API code out of sync/api/attachments/. | maniscalco@chromium.org | 2014-08-05 | 1 | -1/+1 |
* | Sync: Display non-severe errors on about:sync in gray color rather than red. | stanisc@chromium.org | 2014-07-19 | 1 | -3/+1 |
* | Cleanup extension_service.h | rdevlin.cronin@chromium.org | 2014-05-29 | 1 | -0/+1 |
* | [cros login] Split login related classes into subfolders. | nkostylev@chromium.org | 2014-05-16 | 1 | -1/+1 |
* | Improve some naming | estade@chromium.org | 2014-05-13 | 1 | -11/+11 |
* | Replace deprecated 3-arg SyncData::CreateLocalData with 5-arg version. | maniscalco@chromium.org | 2014-04-10 | 1 | -5/+11 |
* | Move clients of BrowserContextKeyedService to use KeyedService (#4) | blundell@chromium.org | 2014-03-14 | 1 | -2/+1 |
* | Move extension_messages.h to extensions/common. | derat@chromium.org | 2014-03-13 | 1 | -1/+1 |
* | Remove ExtensionService::extension_prefs() | rockot@chromium.org | 2014-02-19 | 1 | -2/+2 |
* | Remove duplicated code from sync related unit tests. | maniscalco@chromium.org | 2014-02-19 | 1 | -129/+159 |
* | Removes MessageLoop::TYPE_XXX where possible | sky@chromium.org | 2014-01-15 | 1 | -2/+1 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -2/+2 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | Enable permission warnings from ManifestHandlers. | rpaquay@chromium.org | 2013-11-15 | 1 | -1/+3 |
* | Move PermissionSet to top-level extensions. | yoz@chromium.org | 2013-10-29 | 1 | -1/+1 |
* | Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions. | yoz@chromium.org | 2013-10-08 | 1 | -1/+1 |
* | sync: Add GetAllSyncData to sync/api | tim@chromium.org | 2013-09-05 | 1 | -0/+5 |
* | Rename extension_manifest_keys namespace to extensions::manifest_keys. | yoz@chromium.org | 2013-08-15 | 1 | -5/+5 |
* | sync: Add remote modification time to SyncData. | tim@chromium.org | 2013-07-15 | 1 | -4/+6 |
* | [Sync] Add support for sync Persistence Errors | zea@chromium.org | 2013-07-02 | 1 | -2/+3 |
* | Change ApiResourceManager to use ProfileKeyedApi. | patrickriordan177@gmail.com | 2013-06-17 | 1 | -2/+2 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-03 | 1 | -9/+12 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -2/+2 |
* | Remove references to Profile from browser_context_keyed_service. | phajdan.jr@chromium.org | 2013-05-22 | 1 | -1/+2 |
* | [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext | phajdan.jr@chromium.org | 2013-04-26 | 1 | -1/+1 |
* | Explicitly construct/destruct UserManager and dependencies in tests | bartfab@chromium.org | 2013-04-24 | 1 | -0/+12 |
* | Revert 195811 "Explicitly construct/destruct UserManager and dep..." | kalman@chromium.org | 2013-04-23 | 1 | -8/+0 |
* | Explicitly construct/destruct UserManager and dependencies in tests | bartfab@google.com | 2013-04-23 | 1 | -0/+8 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | No longer sync themes that are installed by policy. | atwilson@chromium.org | 2013-03-15 | 1 | -2/+35 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -8/+7 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Move Extension Location and Type enums to Manifest, and move InstallWarning t... | yoz@chromium.org | 2013-01-31 | 1 | -1/+1 |
* | Move the parsing of 'update_url' & 'options_page' URLs out of Extension. | MHX348@motorola.com | 2013-01-15 | 1 | -3/+4 |
* | [Sync] Have MergeDataAndStartSyncing return a SyncMergeResult | zea@chromium.org | 2012-11-17 | 1 | -11/+22 |
* | chrome/browser: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-17 | 1 | -2/+2 |
* | Fix memory leak in ThemeSyncableServiceTest. | haitaol@chromium.org | 2012-10-02 | 1 | -4/+12 |
* | Convert theme syncing to use syncable service API. | haitaol@chromium.org | 2012-09-28 | 1 | -0/+552 |