aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * add setting validatorShin'ya Ueoka2017-10-012-0/+58
| * setting as reduxShin'ya Ueoka2017-10-016-19/+112
|/
* clean console.jsShin'ya Ueoka2017-10-012-15/+7
* allow class-methods-use-thisShin'ya Ueoka2017-10-011-0/+1
* console componentShin'ya Ueoka2017-10-013-84/+146
* completion in backgroundShin'ya Ueoka2017-10-012-10/+11
* add tests for completion and fixShin'ya Ueoka2017-10-013-2/+126
* redux in consoleShin'ya Ueoka2017-09-307-166/+172
* move messages to contentShin'ya Ueoka2017-09-3015-12/+12
* Merge branch 'configurable-keymap'Shin'ya Ueoka2017-09-3015-71/+167
|\
| * reload settings on settings changedShin'ya Ueoka2017-09-303-17/+19
| * Initialize default settings on backgroundShin'ya Ueoka2017-09-304-58/+56
| * load keymaps from storageShin'ya Ueoka2017-09-307-51/+85
| * fix settings formShin'ya Ueoka2017-09-302-3/+7
| * add simple formShin'ya Ueoka2017-09-255-3/+54
| * clean operation definitionsShin'ya Ueoka2017-09-254-37/+44
|/
* Merge branch 'some-fix'Shin'ya Ueoka2017-09-254-1/+13
|\
| * blur on input elements when Esc pressedShin'ya Ueoka2017-09-251-0/+3
| * support t/T command and fix alter modeShin'ya Ueoka2017-09-253-1/+10
|/
* Merge branch 'improve-follow'Shin'ya Ueoka2017-09-202-3/+13
|\
| * remove TODOShin'ya Ueoka2017-09-201-1/+0
| * fix miss function calShin'ya Ueoka2017-09-201-1/+1
| * open cross-origin links by backgroundShin'ya Ueoka2017-09-201-0/+9
| * ignore keypress for another elementsShin'ya Ueoka2017-09-201-1/+3
|/
* Merge branch 'improve-follow'Shin'ya Ueoka2017-09-193-6/+20
|\
| * 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