summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/command_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Parse media keys for named command in the manifest.zhchbin@gmail.com2013-09-041-0/+16
* Make chrome/common and chrome/renderer use base namespace for Value.brettw@chromium.org2013-06-181-5/+5
* Use a direct include of strings headers in chrome/common/, part 1.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...avi@chromium.org2013-06-071-1/+1
* Support more keys for the Commands API:finnur@chromium.org2013-05-131-0/+25
* Remove the limit of number of commands per extension, but keep the limit of 4...finnur@chromium.org2013-03-271-18/+21
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Extension Commands: Make Ctrl mean Command on Mac. If you really want Ctrl as...finnur@chromium.org2012-08-311-11/+19
* Extension commands now support numbers (Ctrl+Shift+0) and Shift alone as a mo...finnur@chromium.org2012-05-241-7/+10
* Rename ExtensionCommand* to Command* within the extensions namespace.finnur@chromium.org2012-05-221-0/+195