summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/command.cc
Commit message (Expand)AuthorAgeFilesLines
* Adding UI to configure whether commands are global or not.finnur@chromium.org2013-10-171-0/+14
* Implement first part of supporting global extension commands.finnur@chromium.org2013-10-111-3/+10
* Move the rest of extension_manifest_constants to top-level extensions/rdevlin.cronin@chromium.org2013-09-161-8/+5
* Parse media keys for named command in the manifest.zhchbin@gmail.com2013-09-041-15/+77
* Rename extension_manifest_keys namespace to extensions::manifest_keys.yoz@chromium.org2013-08-151-1/+1
* Remove unused variable declaration.etienneb@chromium.org2013-08-071-1/+0
* Make chrome/common and chrome/renderer use base namespace for Value.brettw@chromium.org2013-06-181-7/+7
* Use a direct include of strings headers in chrome/common/, part 1.avi@chromium.org2013-06-111-1/+1
* Support more keys for the Commands API:finnur@chromium.org2013-05-131-19/+137
* Remove the limit of number of commands per extension, but keep the limit of 4...finnur@chromium.org2013-03-271-32/+28
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-6/+6
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-191-11/+13
* [Coverity] Pass-by-val -> Pass-by-refgroby@chromium.org2012-10-151-2/+2
* Extension Commands: Make Ctrl mean Command on Mac. If you really want Ctrl as...finnur@chromium.org2012-08-311-8/+82
* Port Extension Commands to Mac.finnur@chromium.org2012-08-171-6/+8
* Implement Keybinding (Extension Commands) for script badges. With this change...finnur@chromium.org2012-08-031-4/+7
* Extension Command Config UI part 2.finnur@chromium.org2012-06-261-14/+38
* Extension commands now support numbers (Ctrl+Shift+0) and Shift alone as a mo...finnur@chromium.org2012-05-241-6/+15
* Limit the extension commands an extension can have to 4 (including browser/pa...finnur@chromium.org2012-05-231-1/+1
* Rename ExtensionCommand* to Command* within the extensions namespace.finnur@chromium.org2012-05-221-0/+238