aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22 from ueokande/separate-domainsShin'ya Ueoka2017-10-0845-140/+147
|\
| * rename background end-point script nameShin'ya Ueoka2017-10-082-2/+2
| * move store to sharedShin'ya Ueoka2017-10-086-5/+5
| * separate contentShin'ya Ueoka2017-10-0817-24/+24
| * move backgroundShin'ya Ueoka2017-10-087-56/+82
| * separate settingsShin'ya Ueoka2017-10-0813-34/+17
| * separate consoleShin'ya Ueoka2017-10-0813-40/+38
| * move messages to sharedShin'ya Ueoka2017-10-089-8/+8
|/
* Merge pull request #20 from ueokande/prevent-page-keymapsShin'ya Ueoka2017-10-0812-197/+188
|\
| * reset follow on enabledShin'ya Ueoka2017-10-082-0/+2
| * disable follow after activateShin'ya Ueoka2017-10-081-1/+1
| * follow from content-inputShin'ya Ueoka2017-10-083-9/+9
| * make content-input more simpleShin'ya Ueoka2017-10-083-37/+59
| * use key instead of keyCode in followShin'ya Ueoka2017-10-084-72/+26
| * prevent keymaps in the pageShin'ya Ueoka2017-10-082-25/+37
| * load settings from contentShin'ya Ueoka2017-10-074-22/+25
| * store input keys in content scriptShin'ya Ueoka2017-10-077-119/+92
| * reload settings on contentShin'ya Ueoka2017-10-073-0/+25
|/
* Merge pull request #19 from ueokande/content-and-background-redux-completelyShin'ya Ueoka2017-10-0744-404/+360
|\
| * fix console errorsShin'ya Ueoka2017-10-073-8/+19
| * remove completion actions/reducerShin'ya Ueoka2017-10-0713-259/+204
| * [wip] remove STATE_UPDATEShin'ya Ueoka2017-10-066-32/+31
| * console command actions without storeShin'ya Ueoka2017-10-065-17/+12
| * fix imports in srcShin'ya Ueoka2017-10-0525-66/+66
| * fix imports in testShin'ya Ueoka2017-10-0515-24/+24
| * set import root for webpackShin'ya Ueoka2017-10-051-1/+2
| * 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
|/
* Merge pull request #18 from ueokande/fix-17-key-repeat-does-not-workShin'ya Ueoka2017-10-041-6/+9
|\
| * fix key-repeat does not workShin'ya Ueoka2017-10-041-6/+9
|/
* Merge pull request #16 from ueokande/enable-keysShin'ya Ueoka2017-10-0310-102/+77
|\
| * capture keys on both keypress and keydownShin'ya Ueoka2017-10-031-6/+19
| * remove deprecated property in KeyboardEventShin'ya Ueoka2017-10-0310-87/+32
| * comtent input as compoentsShin'ya UEOKA2017-10-032-16/+33
|/
* Merge branch 'more-redux'Shin'ya Ueoka2017-10-0210-208/+379
|\
| * add follow action and reducers testShin'ya Ueoka2017-10-022-0/+82
| * follow as reduxShin'ya Ueoka2017-10-028-208/+297
|/
* Merge branch 'fix-fast-typing'Shin'ya Ueoka2017-10-021-1/+7
|\
| * clsoe #13Shin'ya Ueoka2017-10-021-1/+7
|/
* Merge branch 'more-components'Shin'ya Ueoka2017-10-015-85/+122
|\
| * BackgroundInputComponentShin'ya Ueoka2017-10-014-51/+60
| * BackgroundComponentShin'ya Ueoka2017-10-012-36/+64
|/
* update READMEShin'ya Ueoka2017-10-011-1/+1
* search engine validationShin'ya Ueoka2017-10-012-0/+85
* search settings in storeShin'ya Ueoka2017-10-017-61/+47
* load default settingsShin'ya Ueoka2017-10-013-4/+16
* update TODOsShin'ya Ueoka2017-10-011-2/+2
* Merge branch 'settings-validation'Shin'ya Ueoka2017-10-018-19/+184
|\
| * use validation on settingsShin'ya Ueoka2017-10-011-0/+14