aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * configure eslintShin'ya Ueoka2017-10-092-3/+8
| |
| * configure webpackShin'ya Ueoka2017-10-091-3/+3
| |
| * install reactShin'ya Ueoka2017-10-092-9/+366
| |
| * parse json in settingsShin'ya Ueoka2017-10-097-28/+24
| |
| * save keymap in input store in contentShin'ya Ueoka2017-10-096-24/+19
|/
* Merge pull request #25 from ueokande/githubShin'ya Ueoka2017-10-083-0/+103
|\ | | | | Add GitHub meta files
| * add CODE_OF_CONDUCTShin'ya Ueoka2017-10-081-0/+47
| |
| * add CONTRIBUTINGShin'ya Ueoka2017-10-081-0/+30
| |
| * add ISSUE_TEMPLATEShin'ya Ueoka2017-10-081-0/+26
|/
* Merge pull request #24 from ueokande/yank-urlShin'ya Ueoka2017-10-0818-69/+137
|\ | | | | Yank url
| * Show info on yankedShin'ya Ueoka2017-10-0812-30/+83
| |
| * use mode in console messageShin'ya Ueoka2017-10-0811-43/+36
| |
| * yank a URLShin'ya Ueoka2017-10-084-1/+23
|/
* Merge pull request #23 from ueokande/winopen-commandShin'ya Ueoka2017-10-084-1/+18
|\ | | | | winopen command
| * support w/W commandShin'ya Ueoka2017-10-083-0/+9
| |
| * support winopen commandShin'ya Ueoka2017-10-081-1/+9
|/
* Merge pull request #22 from ueokande/separate-domainsShin'ya Ueoka2017-10-0845-140/+147
|\ | | | | Refactor: Separate domains
| * 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
|\ | | | | Prevent page keymaps
| * 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
|\ | | | | Refactor: full redux on content and background
| * 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 work
| * 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
|\ | | | | Enable keys on github.com
| * capture keys on both keypress and keydownShin'ya Ueoka2017-10-031-6/+19
| |
| * remove deprecated property in KeyboardEventShin'ya Ueoka2017-10-0310-87/+32
| |