Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scroll first scrollable elment | Shin'ya Ueoka | 2017-10-24 | 1 | -27/+92 |
| | |||||
* | follow [tabindex] | Shin'ya Ueoka | 2017-10-23 | 1 | -1/+3 |
| | | | | the [tabindex] elements are used in gmail | ||||
* | dom helper | Shin'ya Ueoka | 2017-10-23 | 2 | -6/+10 |
| | |||||
* | add blacklist setting | Shin'ya Ueoka | 2017-10-22 | 1 | -1/+25 |
| | |||||
* | add setting actions in content | Shin'ya Ueoka | 2017-10-22 | 8 | -25/+43 |
| | |||||
* | enable/disable addon by keys | Shin'ya Ueoka | 2017-10-21 | 3 | -0/+22 |
| | |||||
* | add addon actions | Shin'ya Ueoka | 2017-10-21 | 3 | -0/+43 |
| | |||||
* | support shift modifier | Shin'ya Ueoka | 2017-10-21 | 1 | -1/+12 |
| | |||||
* | emit mapped keys from input-component | Shin'ya Ueoka | 2017-10-21 | 4 | -14/+16 |
| | |||||
* | clean | Shin'ya Ueoka | 2017-10-21 | 1 | -6/+3 |
| | |||||
* | remove message propagation | Shin'ya Ueoka | 2017-10-18 | 7 | -22/+10 |
| | |||||
* | fix settings reload | Shin'ya Ueoka | 2017-10-17 | 1 | -1/+1 |
| | |||||
* | follow links for multi-frames in viewport | Shin'ya Ueoka | 2017-10-15 | 2 | -12/+37 |
| | |||||
* | support multi-frame following | Shin'ya Ueoka | 2017-10-15 | 9 | -93/+223 |
| | |||||
* | make top-content component and frame-content component | Shin'ya Ueoka | 2017-10-15 | 9 | -72/+98 |
| | |||||
* | console only top window | Shin'ya Ueoka | 2017-10-15 | 1 | -14/+38 |
| | |||||
* | load content script all_frames and click link | Shin'ya Ueoka | 2017-10-14 | 1 | -24/+20 |
| | |||||
* | get hints from window | Shin'ya Ueoka | 2017-10-14 | 2 | -12/+12 |
| | |||||
* | move hint component | Shin'ya Ueoka | 2017-10-14 | 3 | -1/+1 |
| | |||||
* | fix follow for contenteditable | Shin'ya Ueoka | 2017-10-12 | 1 | -1/+8 |
| | |||||
* | ignore events from contenteditable | Shin'ya Ueoka | 2017-10-12 | 1 | -1/+5 |
| | |||||
* | follow link in new tab | Shin'ya Ueoka | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | ignore meta keys on input | Shin'ya Ueoka | 2017-10-10 | 1 | -1/+2 |
| | |||||
* | fix method name | Shin'ya Ueoka | 2017-10-09 | 2 | -5/+5 |
| | |||||
* | scroll horizonally | Shin'ya Ueoka | 2017-10-09 | 2 | -6/+16 |
| | |||||
* | parse json in settings | Shin'ya Ueoka | 2017-10-09 | 1 | -2/+1 |
| | |||||
* | save keymap in input store in content | Shin'ya Ueoka | 2017-10-09 | 6 | -24/+19 |
| | |||||
* | Show info on yanked | Shin'ya Ueoka | 2017-10-08 | 2 | -2/+12 |
| | |||||
* | use mode in console message | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 |
| | |||||
* | yank a URL | Shin'ya Ueoka | 2017-10-08 | 2 | -0/+18 |
| | |||||
* | move store to shared | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 |
| | |||||
* | separate content | Shin'ya Ueoka | 2017-10-08 | 11 | -4/+467 |
| | |||||
* | separate settings | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 |
| | |||||
* | move messages to shared | Shin'ya Ueoka | 2017-10-08 | 2 | -17/+1 |
| | |||||
* | follow from content-input | Shin'ya Ueoka | 2017-10-08 | 1 | -0/+3 |
| | |||||
* | make content-input more simple | Shin'ya Ueoka | 2017-10-08 | 1 | -0/+5 |
| | |||||
* | prevent keymaps in the page | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+2 |
| | |||||
* | load settings from content | Shin'ya Ueoka | 2017-10-07 | 2 | -4/+14 |
| | |||||
* | store input keys in content script | Shin'ya Ueoka | 2017-10-07 | 2 | -43/+3 |
| | |||||
* | reload settings on content | Shin'ya Ueoka | 2017-10-07 | 2 | -0/+5 |
| | |||||
* | [wip] remove STATE_UPDATE | Shin'ya Ueoka | 2017-10-06 | 2 | -10/+7 |
| | |||||
* | console command actions without store | Shin'ya Ueoka | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | fix imports in src | Shin'ya Ueoka | 2017-10-05 | 1 | -8/+8 |
| | |||||
* | move operations | Shin'ya Ueoka | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | single reducer | Shin'ya Ueoka | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | use createStore short-hand method | Shin'ya Ueoka | 2017-10-04 | 1 | -5/+5 |
| | |||||
* | remove deprecated property in KeyboardEvent | Shin'ya Ueoka | 2017-10-03 | 1 | -0/+1 |
| | |||||
* | comtent input as compoents | Shin'ya UEOKA | 2017-10-03 | 1 | -16/+2 |
| | |||||
* | follow as redux | Shin'ya Ueoka | 2017-10-02 | 2 | -202/+15 |
| | |||||
* | move messages to content | Shin'ya Ueoka | 2017-09-30 | 4 | -3/+47 |
| |