summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/commands/command_service.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in chrome/browser/extensions/dcheng2014-10-211-11/+9
* replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/mostynb2014-10-041-2/+2
* Add "UninstallReason" parameter to ExtensionRegistryObserver::OnExtensionUnin...rpaquay@chromium.org2014-07-201-2/+4
* Allow extensions to add, change, or remove shortcut keys on updatewittman@chromium.org2014-06-101-6/+42
* Use ExtensionRegistryObserver instead of deprecated extension notification fr...limasdf@gmail.com2014-05-301-23/+26
* Allow internal bookmarks extensions to remove "Bookmark Open Pages..." menu i...wittman@chromium.org2014-03-251-0/+5
* Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get.yoz@chromium.org2014-03-051-7/+8
* Media Keys should not count towards the max of four shortcuts per extension.zhchbin@gmail.com2014-02-281-5/+0
* Support displaying browser and page actions on IDC_BOOKMARK_PAGE when overrid...wittman@chromium.org2014-02-251-16/+33
* Move ProfileKeyedAPI implementations to take BrowserContext in the constructo...yoz@chromium.org2014-02-211-2/+6
* The Script Bubble and Script Badge were two extension experiments that didn't...finnur@chromium.org2014-01-241-13/+1
* [Windows] Finish global and non-global media keys support on Windows.zhchbin@gmail.com2013-11-221-0/+5
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Polish the Global Command UI a bit.finnur@chromium.org2013-10-231-3/+6
* Adding UI to configure whether commands are global or not.finnur@chromium.org2013-10-171-9/+14
* Implement first part of supporting global extension commands.finnur@chromium.org2013-10-111-2/+15
* Allow Chrome OS login profile to have different default pref valuesbartfab@chromium.org2013-07-051-1/+1
* Make sure keybindings removed don't come back during extension update.finnur@chromium.org2013-05-081-6/+6
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-4/+7
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-2/+2
* Remove profile-keyed factory boilerplates for bookmarks, MHX348@motorola.com2013-01-181-2/+16
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-2/+2
* Implement Keybinding (Extension Commands) for script badges. With this change...finnur@chromium.org2012-08-031-10/+28
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Extension Command Config UI part 2.finnur@chromium.org2012-06-261-20/+43
* Config UI for Extension Commands (part 1).finnur@chromium.org2012-06-081-1/+1
* Rename ExtensionCommand* to Command* within the extensions namespace.finnur@chromium.org2012-05-221-0/+123