summaryrefslogtreecommitdiffstats
path: root/chrome/browser/themes/theme_syncable_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup extension_service.hrdevlin.cronin@chromium.org2014-05-291-0/+1
* [cros login] Split login related classes into subfolders.nkostylev@chromium.org2014-05-161-1/+1
* Improve some namingestade@chromium.org2014-05-131-11/+11
* Replace deprecated 3-arg SyncData::CreateLocalData with 5-arg version.maniscalco@chromium.org2014-04-101-5/+11
* Move clients of BrowserContextKeyedService to use KeyedService (#4)blundell@chromium.org2014-03-141-2/+1
* Move extension_messages.h to extensions/common.derat@chromium.org2014-03-131-1/+1
* Remove ExtensionService::extension_prefs()rockot@chromium.org2014-02-191-2/+2
* Remove duplicated code from sync related unit tests.maniscalco@chromium.org2014-02-191-129/+159
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-2/+1
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-2/+2
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Enable permission warnings from ManifestHandlers.rpaquay@chromium.org2013-11-151-1/+3
* Move PermissionSet to top-level extensions.yoz@chromium.org2013-10-291-1/+1
* Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions.yoz@chromium.org2013-10-081-1/+1
* sync: Add GetAllSyncData to sync/apitim@chromium.org2013-09-051-0/+5
* Rename extension_manifest_keys namespace to extensions::manifest_keys.yoz@chromium.org2013-08-151-5/+5
* sync: Add remote modification time to SyncData.tim@chromium.org2013-07-151-4/+6
* [Sync] Add support for sync Persistence Errorszea@chromium.org2013-07-021-2/+3
* Change ApiResourceManager to use ProfileKeyedApi.patrickriordan177@gmail.com2013-06-171-2/+2
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-9/+12
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-2/+2
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-221-1/+2
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-261-1/+1
* Explicitly construct/destruct UserManager and dependencies in testsbartfab@chromium.org2013-04-241-0/+12
* Revert 195811 "Explicitly construct/destruct UserManager and dep..."kalman@chromium.org2013-04-231-8/+0
* Explicitly construct/destruct UserManager and dependencies in testsbartfab@google.com2013-04-231-0/+8
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* No longer sync themes that are installed by policy.atwilson@chromium.org2013-03-151-2/+35
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-3/+3
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-8/+7
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-1/+1
* Move the parsing of 'update_url' & 'options_page' URLs out of Extension.MHX348@motorola.com2013-01-151-3/+4
* [Sync] Have MergeDataAndStartSyncing return a SyncMergeResultzea@chromium.org2012-11-171-11/+22
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-171-2/+2
* Fix memory leak in ThemeSyncableServiceTest.haitaol@chromium.org2012-10-021-4/+12
* Convert theme syncing to use syncable service API.haitaol@chromium.org2012-09-281-0/+552