aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* click link and avoid invalid linksShin'ya Ueoka2017-09-191-6/+16
* fix hint styleShin'ya Ueoka2017-09-191-0/+2
* use offsetHeight to check element visibilityShin'ya Ueoka2017-09-191-0/+1
* move hint to frontShin'ya Ueoka2017-09-191-0/+1
* Merge branch 'open-or-search'Shin'ya Ueoka2017-09-182-20/+65
|\
| * update READMEShin'ya Ueoka2017-09-181-1/+2
| * completion for search enginesShin'ya Ueoka2017-09-181-15/+34
| * search with enginesShin'ya Ueoka2017-09-181-4/+29
|/
* Merge branch 'history-completion'Shin'ya Ueoka2017-09-186-2/+116
|\
| * 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