aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update readmeShin'ya Ueoka2017-09-181-1/+1
* filter closed pathShin'ya Ueoka2017-09-181-0/+16
* sory by urlShin'ya Ueoka2017-09-181-0/+1
* use shortest link on suggestion filterShin'ya Ueoka2017-09-181-3/+2
* fix history rangeShin'ya Ueoka2017-09-181-1/+1
* fix for lintShin'ya Ueoka2017-09-171-12/+13
* filter empty titleShin'ya Ueoka2017-09-172-2/+51
* drop http history if https if in historiesShin'ya Ueoka2017-09-171-1/+14
* fix .eslintrcShin'ya Ueoka2017-09-171-0/+1
* complete histoly simplyShin'ya Ueoka2017-09-172-0/+33
* add history permissionShin'ya Ueoka2017-09-171-1/+2
* Merge branch 'improve-follow-command'Shin'ya Ueoka2017-09-177-26/+87
|\
| * show hints for elements in viewportShin'ya Ueoka2017-09-171-1/+13
| * focus form items by followingShin'ya Ueoka2017-09-173-19/+33
| * allow to open link in new tabShin'ya Ueoka2017-09-175-3/+26
| * open link on content indexShin'ya Ueoka2017-09-173-10/+19
| * follow keyShin'ya Ueoka2017-09-171-0/+3
|/
* Merge branch 'pagenation-and-navigation'Shin'ya Ueoka2017-09-177-20/+155
|\
| * implement go-root commandShin'ya Ueoka2017-09-175-1/+10
| * implement go-parent commandShin'ya Ueoka2017-09-176-5/+34
| * fix ctrl modifierShin'ya Ueoka2017-09-171-1/+1
| * 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