| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 1 | -2/+3 |
| | | |||||
| * | use mode in console message | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 |
| | | |||||
| * | move store to shared | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 |
| | | |||||
| * | separate content | Shin'ya Ueoka | 2017-10-08 | 1 | -4/+4 |
| | | |||||
| * | separate settings | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 |
| | | |||||
| * | move messages to shared | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+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 | 1 | -3/+12 |
| | | |||||
| * | store input keys in content script | Shin'ya Ueoka | 2017-10-07 | 1 | -40/+2 |
| | | |||||
| * | reload settings on content | Shin'ya Ueoka | 2017-10-07 | 1 | -0/+4 |
| | | |||||
| * | [wip] remove STATE_UPDATE | Shin'ya Ueoka | 2017-10-06 | 1 | -9/+4 |
| | | |||||
| * | 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 | 1 | -53/+15 |
| | | |||||
| * | move messages to content | Shin'ya Ueoka | 2017-09-30 | 1 | -3/+3 |
| | | |||||
| * | clean operation definitions | Shin'ya Ueoka | 2017-09-25 | 1 | -2/+2 |
| | | |||||
| * | blur on input elements when Esc pressed | Shin'ya Ueoka | 2017-09-25 | 1 | -0/+3 |
| | | |||||
| * | fix miss function cal | Shin'ya Ueoka | 2017-09-20 | 1 | -1/+1 |
| | | |||||
| * | open cross-origin links by background | Shin'ya Ueoka | 2017-09-20 | 1 | -0/+9 |
| | | |||||
| * | ignore keypress for another elements | Shin'ya Ueoka | 2017-09-20 | 1 | -1/+3 |
| | | |||||
| * | click link and avoid invalid links | Shin'ya Ueoka | 2017-09-19 | 1 | -6/+16 |
| | | |||||
| * | focus form items by following | Shin'ya Ueoka | 2017-09-17 | 1 | -5/+26 |
| | | |||||
| * | allow to open link in new tab | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+5 |
| | | |||||
| * | open link on content index | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+8 |
| | | |||||
| * | implement go-root command | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+2 |
| | | |||||
| * | implement go-parent command | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+2 |
| | | |||||
| * | fix ctrl modifier | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+1 |
| | | |||||
| * | pagenate by prev/next links | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+4 |
| | | |||||
| * | rename history navigation | Shin'ya Ueoka | 2017-09-17 | 1 | -5/+5 |
| | | |||||
| * | more strict lint | Shin'ya Ueoka | 2017-09-17 | 1 | -4/+4 |
| | | |||||
| * | remove actions from content | Shin'ya Ueoka | 2017-09-16 | 1 | -6/+5 |
| | | |||||
| * | message constants | Shin'ya Ueoka | 2017-09-16 | 1 | -2/+3 |
| | | |||||
| * | consome as store/reducers | Shin'ya Ueoka | 2017-09-16 | 1 | -10/+9 |
| | | |||||
| * | remove unused message | Shin'ya Ueoka | 2017-09-14 | 1 | -8/+0 |
| | | |||||
| * | content operations | Shin'ya Ueoka | 2017-09-13 | 1 | -0/+30 |
| | | |||||
| * | key input sequence as action/reducer | Shin'ya Ueoka | 2017-09-10 | 1 | -8/+2 |
| | | |||||
| * | content commands as action/reducer | Shin'ya Ueoka | 2017-09-10 | 1 | -46/+4 |
| | | |||||
| * | blur as action/reducer | Shin'ya Ueoka | 2017-09-10 | 1 | -13/+13 |
| | | |||||
| * | completion as action/reducer | Shin'ya Ueoka | 2017-09-10 | 1 | -19/+0 |
| | | |||||
| * | console state as action/reducer in redux | Shin'ya Ueoka | 2017-09-09 | 1 | -1/+0 |
| | | |||||
| * | more broadcast message | Shin'ya Ueoka | 2017-09-09 | 1 | -10/+8 |
| | | |||||
| * | broadcast an action | Shin'ya Ueoka | 2017-09-09 | 1 | -7/+4 |
| | | |||||
| * | send message to content instead of response | Shin'ya Ueoka | 2017-09-09 | 1 | -15/+4 |
| | | |||||
