aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Expand)AuthorAgeFilesLines
* clean operation definitionsShin'ya Ueoka2017-09-251-14/+14
* support t/T command and fix alter modeShin'ya Ueoka2017-09-251-0/+2
* 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-171-2/+46
* drop http history if https if in historiesShin'ya Ueoka2017-09-171-1/+14
* complete histoly simplyShin'ya Ueoka2017-09-171-0/+10
* allow to open link in new tabShin'ya Ueoka2017-09-171-0/+8
* implement go-root commandShin'ya Ueoka2017-09-171-0/+1
* implement go-parent commandShin'ya Ueoka2017-09-171-0/+1
* pagenate by prev/next linksShin'ya Ueoka2017-09-171-0/+2
* rename history navigationShin'ya Ueoka2017-09-171-2/+2
* more strict lintShin'ya Ueoka2017-09-173-34/+40
* propagate sender objectShin'ya Ueoka2017-09-161-31/+32
* remove actions from contentShin'ya Ueoka2017-09-161-10/+3
* message constantsShin'ya Ueoka2017-09-161-1/+1
* consome as store/reducersShin'ya Ueoka2017-09-162-22/+47
* use input as store/reducerShin'ya Ueoka2017-09-141-21/+24
* improve store and reducersShin'ya Ueoka2017-09-141-5/+3
* content operationsShin'ya Ueoka2017-09-132-17/+17
* move background actions to operationsShin'ya Ueoka2017-09-132-9/+19
* command as action/reducerShin'ya Ueoka2017-09-111-42/+6
* key input sequence as action/reducerShin'ya Ueoka2017-09-103-68/+59
* content commands as action/reducerShin'ya Ueoka2017-09-102-16/+12
* background command from reducerShin'ya Ueoka2017-09-102-37/+14
* completion as action/reducerShin'ya Ueoka2017-09-101-15/+5
* broadcast an actionShin'ya Ueoka2017-09-091-0/+2
* send message to content instead of responseShin'ya Ueoka2017-09-091-4/+1
* use action as objectShin'ya Ueoka2017-09-092-35/+35
* remove keysShin'ya Ueoka2017-09-091-28/+0
* fixShin'ya Ueoka2017-09-051-2/+0
* fix completionShin'ya Ueoka2017-09-051-1/+2
* do simple completionShin'ya Ueoka2017-09-052-3/+24
* select tab as rotationsShin'ya Ueoka2017-09-052-7/+9
* use promise and show errorsShin'ya Ueoka2017-09-033-51/+42
* response by typeShin'ya Ueoka2017-09-021-1/+4
* throw error on multiple buffer matchedShin'ya Ueoka2017-09-021-10/+8
* support :buffer swiching by keywordShin'ya Ueoka2017-09-022-7/+24
* buffer by b commandShin'ya Ueoka2017-09-021-0/+1
* simple buffer commandShin'ya Ueoka2017-09-023-6/+30
* support 0/$ commandsShin'ya Ueoka2017-08-271-0/+2
* fix keymapsShin'ya Ueoka2017-08-271-6/+6
* use keypressShin'ya Ueoka2017-08-271-7/+4
* use char-code in KeyQueueShin'ya Ueoka2017-08-271-41/+58
* scroll by pagesShin'ya Ueoka2017-08-271-0/+6
* scroll lines actionShin'ya Ueoka2017-08-271-2/+2
* support r/R commandsShin'ya Ueoka2017-08-263-1/+13