aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pagenate by prev/next linksShin'ya Ueoka2017-09-176-2/+99
* rename history navigationShin'ya Ueoka2017-09-175-17/+17
* Merge branch 'fix-lint'Shin'ya Ueoka2017-09-173-48/+102
|\
| * sort .eslintrcShin'ya Ueoka2017-09-171-11/+8
| * fix .eslintrcShin'ya Ueoka2017-09-171-0/+1
| * update eslintShin'ya Ueoka2017-09-172-38/+94
|/
* Merge branch 'lint'Shin'ya Ueoka2017-09-1721-157/+211
|\
| * more strict lintShin'ya Ueoka2017-09-1721-157/+211
|/
* Merge branch 'more-redux'Shin'ya Ueoka2017-09-1620-358/+481
|\
| * keep error messageShin'ya Ueoka2017-09-161-0/+4
| * add store test and fix storeShin'ya Ueoka2017-09-162-1/+117
| * propagate sender objectShin'ya Ueoka2017-09-162-38/+41
| * remove actions from contentShin'ya Ueoka2017-09-164-27/+12
| * message constantsShin'ya Ueoka2017-09-165-5/+10
| * consome as store/reducersShin'ya Ueoka2017-09-1617-236/+171
| * use input as store/reducerShin'ya Ueoka2017-09-145-37/+44
| * improve store and reducersShin'ya Ueoka2017-09-143-7/+29
| * remove unused messageShin'ya Ueoka2017-09-141-8/+0
| * content operationsShin'ya Ueoka2017-09-138-58/+62
| * move background actions to operationsShin'ya Ueoka2017-09-136-33/+56
| * add simple storeShin'ya Ueoka2017-09-131-0/+27
|/
* 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