aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* move messages to contentShin'ya Ueoka2017-09-3013-7/+7
* 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-253-0/+41
* clean operation definitionsShin'ya Ueoka2017-09-254-37/+44
* 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
* 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
* 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
* completion for search enginesShin'ya Ueoka2017-09-181-15/+34
* search with enginesShin'ya Ueoka2017-09-181-4/+29
* 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
* complete histoly simplyShin'ya Ueoka2017-09-172-0/+33
* show hints for elements in viewportShin'ya Ueoka2017-09-171-1/+13
* focus form items by followingShin'ya Ueoka2017-09-172-18/+32
* allow to open link in new tabShin'ya Ueoka2017-09-174-2/+25
* open link on content indexShin'ya Ueoka2017-09-173-10/+19
* follow keyShin'ya Ueoka2017-09-171-0/+3
* implement go-root commandShin'ya Ueoka2017-09-174-1/+9
* implement go-parent commandShin'ya Ueoka2017-09-174-1/+24
* fix ctrl modifierShin'ya Ueoka2017-09-171-1/+1
* pagenate by prev/next linksShin'ya Ueoka2017-09-174-1/+48
* rename history navigationShin'ya Ueoka2017-09-175-17/+17
* more strict lintShin'ya Ueoka2017-09-1720-150/+185
* keep error messageShin'ya Ueoka2017-09-161-0/+4
* add store test and fix storeShin'ya Ueoka2017-09-161-1/+6
* 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-1615-171/+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