aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'message-passing-refactoring'Shin'ya Ueoka2017-09-1129-652/+735
|\
| * fix input actions testShin'ya Ueoka2017-09-111-6/+10
| * add command actions testShin'ya Ueoka2017-09-112-1/+52
| * command as action/reducerShin'ya Ueoka2017-09-115-50/+71
| * add tests for input action/reducerShin'ya Ueoka2017-09-102-0/+51
| * key input sequence as action/reducerShin'ya Ueoka2017-09-109-126/+134
| * content commands as action/reducerShin'ya Ueoka2017-09-106-94/+80
| * background command from reducerShin'ya Ueoka2017-09-105-68/+46
| * blur as action/reducerShin'ya Ueoka2017-09-104-69/+49
| * completion as action/reducerShin'ya Ueoka2017-09-108-47/+75
| * add console actions/reducer tests and fix targetsShin'ya Ueoka2017-09-094-8/+88
| * console state as action/reducer in reduxShin'ya Ueoka2017-09-096-78/+123
| * remove messagesShin'ya Ueoka2017-09-092-44/+0
| * more broadcast messageShin'ya Ueoka2017-09-092-21/+13
| * receive message of consoleShin'ya Ueoka2017-09-092-15/+15
| * broadcast an actionShin'ya Ueoka2017-09-094-11/+15
| * send message to content instead of responseShin'ya Ueoka2017-09-092-19/+5
| * use action as objectShin'ya Ueoka2017-09-093-44/+40
| * remove keysShin'ya Ueoka2017-09-092-83/+0
|/
* improve readmeShin'ya Ueoka2017-09-081-2/+55
* Merge branch 'buffer-completion'Shin'ya Ueoka2017-09-059-31/+291
|\
| * reset completionShin'ya Ueoka2017-09-051-0/+5
| * clean completionShin'ya Ueoka2017-09-051-34/+48
| * fixShin'ya Ueoka2017-09-052-6/+4
| * completion hightlightShin'ya Ueoka2017-09-052-9/+23
| * fix completionShin'ya Ueoka2017-09-053-4/+11
| * do simple completionShin'ya Ueoka2017-09-054-11/+47
| * tab completionShin'ya Ueoka2017-09-051-1/+48
| * add Completion classShin'ya Ueoka2017-09-052-0/+74
| * add setCompletionsShin'ya Ueoka2017-09-054-10/+73
| * select tab as rotationsShin'ya Ueoka2017-09-052-7/+9
|/
* Merge branch 'buffer'Shin'ya Ueoka2017-09-0310-65/+134
|\
| * reopen command line after errorShin'ya Ueoka2017-09-033-5/+17
| * use promise and show errorsShin'ya Ueoka2017-09-034-51/+47
| * response by typeShin'ya Ueoka2017-09-022-6/+21
| * rename command namesShin'ya Ueoka2017-09-022-6/+6
| * throw error on multiple buffer matchedShin'ya Ueoka2017-09-021-10/+8
| * add tabs permissionShin'ya Ueoka2017-09-021-1/+2
| * support :buffer swiching by keywordShin'ya Ueoka2017-09-022-7/+24
| * buffer by b commandShin'ya Ueoka2017-09-023-0/+6
| * simple buffer commandShin'ya Ueoka2017-09-023-6/+30
|/
* Merge branch 'error-line'Shin'ya Ueoka2017-09-0213-130/+226
|\
| * show error textShin'ya Ueoka2017-09-014-8/+26
| * blur console frameShin'ya Ueoka2017-09-011-0/+1
| * error titleShin'ya Ueoka2017-09-014-23/+51
| * error textShin'ya Ueoka2017-09-011-1/+2
| * message passing by helper functionsShin'ya Ueoka2017-09-014-22/+60
| * add console error elementShin'ya Ueoka2017-09-012-4/+14
| * Rename command-line to consoleShin'ya Ueoka2017-09-019-35/+35
|/
* Merge branch 'iframe-command-line'Shin'ya Ueoka2017-08-2912-151/+1708
|\