aboutsummaryrefslogtreecommitdiff
path: root/src/actions
Commit message (Expand)AuthorAgeFilesLines
* store input keys in content scriptShin'ya Ueoka2017-10-071-6/+42
* remove completion actions/reducerShin'ya Ueoka2017-10-073-32/+26
* [wip] remove STATE_UPDATEShin'ya Ueoka2017-10-061-7/+13
* console command actions without storeShin'ya Ueoka2017-10-061-147/+0
* fix imports in srcShin'ya Ueoka2017-10-057-13/+13
* move operationsShin'ya Ueoka2017-10-041-1/+1
* remove deprecated property in KeyboardEventShin'ya Ueoka2017-10-031-3/+9
* follow as reduxShin'ya Ueoka2017-10-022-0/+35
* search settings in storeShin'ya Ueoka2017-10-012-31/+13
* load default settingsShin'ya Ueoka2017-10-011-1/+5
* setting as reduxShin'ya Ueoka2017-10-012-1/+31
* completion in backgroundShin'ya Ueoka2017-10-011-5/+5
* redux in consoleShin'ya Ueoka2017-09-302-0/+27
* move messages to contentShin'ya Ueoka2017-09-301-1/+1
* load keymaps from storageShin'ya Ueoka2017-09-302-1/+9
* clean operation definitionsShin'ya Ueoka2017-09-251-9/+9
* support t/T command and fix alter modeShin'ya Ueoka2017-09-251-1/+7
* completion for search enginesShin'ya Ueoka2017-09-181-15/+34
* search with enginesShin'ya Ueoka2017-09-181-4/+29
* complete histoly simplyShin'ya Ueoka2017-09-171-0/+23
* allow to open link in new tabShin'ya Ueoka2017-09-171-0/+9
* more strict lintShin'ya Ueoka2017-09-174-46/+57
* message constantsShin'ya Ueoka2017-09-161-1/+2
* consome as store/reducersShin'ya Ueoka2017-09-164-39/+77
* use input as store/reducerShin'ya Ueoka2017-09-141-6/+6
* content operationsShin'ya Ueoka2017-09-132-10/+4
* move background actions to operationsShin'ya Ueoka2017-09-132-8/+27
* add command actions testShin'ya Ueoka2017-09-111-1/+1
* command as action/reducerShin'ya Ueoka2017-09-112-0/+39
* key input sequence as action/reducerShin'ya Ueoka2017-09-102-0/+19
* content commands as action/reducerShin'ya Ueoka2017-09-101-1/+16
* background command from reducerShin'ya Ueoka2017-09-101-1/+10
* completion as action/reducerShin'ya Ueoka2017-09-102-1/+14
* console state as action/reducer in reduxShin'ya Ueoka2017-09-092-0/+34