summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_keybinding_registry.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the rest of extension_manifest_constants to top-level extensions/rdevlin.cronin@chromium.org2013-09-161-4/+4
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-141-1/+1
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+2
* Remove commands from browser event router.yoz@chromium.org2012-12-131-4/+10
* Remove GetExtensionService calls and replace with PKSF calls through the Exte...mirandac@chromium.org2012-11-301-1/+2
* Make extension commands grant the activeTab permission.kalman@chromium.org2012-09-241-2/+27
* Enable commands API for platform apps.mek@chromium.org2012-09-101-15/+37
* Implement Keybinding (Extension Commands) for script badges. With this change...finnur@chromium.org2012-08-031-2/+3
* Extension Commands changed by the user now take effect immediately.finnur@chromium.org2012-06-291-4/+31
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+1
* A bit of cleanup for the Extension Commands.finnur@chromium.org2012-05-041-0/+4
* Put manifest string constant declarations into separate headergroby@chromium.org2012-03-231-0/+1
* Refactor the ExtensionKeybindingRegistry into cross-platform and Views specif...finnur@chromium.org2012-03-091-0/+57
* Move the ExtensionKeybindingRegistry implementation to the Views specific sec...finnur@chromium.org2012-03-061-113/+0
* Experimental Extension Keybinding (first cut).finnur@chromium.org2012-02-231-0/+113