summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/command.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in chrome/.avi2015-12-261-0/+3
* Update SplitString calls in chrome.brettw2015-07-211-4/+4
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* [Extensions] Convert commands UI to developerPrivate APIrdevlin.cronin2015-05-261-24/+0
* Support the Spacebar key in a commands shortcut.dtseng2014-11-171-0/+6
* Add remaining text/caret navigation commands to ChromeVox Next.dtseng2014-10-301-1/+17
* Support "Search" as a modifier specified in a chrome.commands manifest.dtseng@chromium.org2014-08-211-0/+14
* Use a qualified path for grit includes in various chrome/ directories.thestig@chromium.org2014-08-131-1/+1
* Support global keyboard commands on Chrome OS.dtseng@chromium.org2014-07-091-7/+1
* Enable the Commands API.finnur@chromium.org2014-03-251-10/+3
* Media Keys should not count towards the max of four shortcuts per extension.zhchbin@gmail.com2014-02-281-0/+11
* The Script Bubble and Script Badge were two extension experiments that didn't...finnur@chromium.org2014-01-241-4/+2
* Add explicit base namespace to string16 users.brettw@chromium.org2013-12-051-7/+7
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Move FeatureSwitch to top-level extensions/rdevlin.cronin@chromium.org2013-11-081-1/+1
* Enabling Commands API for Apps (on dev)finnur@chromium.org2013-11-061-1/+3
* 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