aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix imports in srcShin'ya Ueoka2017-10-0524-65/+65
* move operationsShin'ya Ueoka2017-10-044-3/+3
* single reducerShin'ya Ueoka2017-10-046-9/+14
* use createStore short-hand methodShin'ya Ueoka2017-10-044-26/+26
* fix key-repeat does not workShin'ya Ueoka2017-10-041-6/+9
* capture keys on both keypress and keydownShin'ya Ueoka2017-10-031-6/+19
* remove deprecated property in KeyboardEventShin'ya Ueoka2017-10-037-38/+17
* comtent input as compoentsShin'ya UEOKA2017-10-032-16/+33
* follow as reduxShin'ya Ueoka2017-10-026-202/+291
* clsoe #13Shin'ya Ueoka2017-10-021-1/+7
* BackgroundInputComponentShin'ya Ueoka2017-10-013-50/+59
* BackgroundComponentShin'ya Ueoka2017-10-012-36/+64
* search engine validationShin'ya Ueoka2017-10-011-0/+28
* search settings in storeShin'ya Ueoka2017-10-017-61/+47
* load default settingsShin'ya Ueoka2017-10-013-4/+16
* use validation on settingsShin'ya Ueoka2017-10-011-0/+14
* add setting validatorShin'ya Ueoka2017-10-011-0/+33
* setting as reduxShin'ya Ueoka2017-10-015-19/+90
* clean console.jsShin'ya Ueoka2017-10-012-15/+7
* 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-011-2/+9
* redux in consoleShin'ya Ueoka2017-09-306-118/+172
* 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