summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_prefs_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move BrowserAction references from ExtensionPrefs to ExtensionActionAPIrdevlin.cronin@chromium.org2013-05-091-36/+0
* Consolidate manifest handler registration.yoz@chromium.org2013-05-061-2/+1
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-7/+8
* Move MediaGalleries- and Omnibox-related methods and knowledge to MediaGaller...rdevlin.cronin@chromium.org2013-04-291-96/+0
* Refactor APIPermission to separate out specific permission registration.yoz@chromium.org2013-04-041-1/+2
* base/prefs: Remove the public/ directory and move the files to //base/prefs.tfarina@chromium.org2013-03-211-1/+1
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-12/+16
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-2/+3
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-46/+46
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-10/+10
* Delete orphaned orphaned-extension codepph34r@gmail.com2013-01-151-14/+0
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-12/+8
* Garbage Collect the Storage directory on next profile start after an extensio...ajwong@chromium.org2012-12-111-16/+16
* Dedupe code in SetIdleInstallInfo(), FinishIdleInstallInfo() and OnExtensionI...ajwong@chromium.org2012-12-081-1/+2
* Reland 171079, as it wasn't the CL that caused the perf regressionakalin@chromium.org2012-12-061-1/+79
* Revert 171079 - investigating perf regression.kalman@chromium.org2012-12-061-79/+1
* Make Blacklist::IsBlacklist asynchronous (it will need to be for safekalman@chromium.org2012-12-041-1/+79
* Remove the last usages of PrefObserver outside of Prefs.joi@chromium.org2012-12-041-17/+17
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Pull extension blacklist and policy logic out of ExtensionPrefs and into twokalman@chromium.org2012-11-151-121/+0
* Reland: Closure-based API to PrefChangeObserver and PrefMember.joi@chromium.org2012-11-121-2/+2
* Revert 166670 - Add Closure-based API to PrefChangeObserver and PrefMember, d...joi@chromium.org2012-11-091-2/+2
* Add Closure-based API to PrefChangeObserver and PrefMember, deprecate PrefObs...joi@chromium.org2012-11-081-2/+2
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-081-2/+5
* First couple of steps of improving the extension/app update process.mek@chromium.org2012-11-071-27/+45
* Revert 165062 - We believe this change broke startup_testsnsylvain@chromium.org2012-11-011-5/+2
* Remove content::NotificationObserver dependency from most Prefs code.joi@chromium.org2012-11-011-14/+15
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-10-301-2/+5
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-1/+1
* Fix bug in disabling sync for default appsgrv@chromium.org2012-10-041-3/+3
* [Sync] Generalize StringOrdinal to handle ordinal_in_parent fieldakalin@chromium.org2012-09-071-5/+5
* Disable sync for default appsgrv@chromium.org2012-08-271-0/+14
* Replace scoped_refptr with linked_ptr in extensions::APIPermissionSetpenghuang@chromium.org2012-08-211-3/+3
* Rename APIPermission to APIPermissionInfo and APIPermissionDetail to APIPermi...penghuang@chromium.org2012-08-211-5/+5
* Extension white and force lists (set by policy) should have priority over aut...qfel@google.com2012-08-211-7/+5
* Move PrefMember and PrefChangeRegistrar to api directory.joi@chromium.org2012-08-211-2/+2
* Support socket endpoint permissions for AppsV2 Socket API.penghuang@chromium.org2012-08-161-3/+16
* Add gallery permissions to Media Galleries Preferencesvandebo@chromium.org2012-08-081-9/+13
* Store Media gallery permissions in extension prefs.vandebo@chromium.org2012-08-021-0/+92
* Moved ExtensionPrefs and related into extensions namespacerdevlin.cronin@chromium.org2012-07-101-7/+6
* don't store scopes in PermissionSetestade@chromium.org2012-07-091-42/+2
* Move each permission classes to its own files in extensions/permissions and r...penghuang@chromium.org2012-06-271-30/+34
* Move mock notification observer header from content\test to content\public\te...jam@chromium.org2012-06-031-3/+3
* Refactor the various ways to control what users can do to extensions.pam@chromium.org2012-06-021-0/+67
* Remove Extension::STRICT_ERROR_CHECKS, it was never used.aa@chromium.org2012-05-311-8/+6
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+3
* Move content settings extension API to content_settings dir.hebert.christopherj@chromium.org2012-05-171-1/+1