Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | index reducer in background | Shin'ya Ueoka | 2017-10-14 | 3 | -12/+18 |
| | |||||
* | fix errors on tabs selection | Shin'ya Ueoka | 2017-10-10 | 1 | -2/+2 |
| | |||||
* | fix tab selection | Shin'ya Ueoka | 2017-10-10 | 1 | -2/+2 |
| | |||||
* | fix degrate | Shin'ya Ueoka | 2017-10-09 | 1 | -2/+2 |
| | |||||
* | parse json in settings | Shin'ya Ueoka | 2017-10-09 | 2 | -10/+2 |
| | |||||
* | use mode in console message | Shin'ya Ueoka | 2017-10-08 | 2 | -1/+1 |
| | |||||
* | support w/W command | Shin'ya Ueoka | 2017-10-08 | 1 | -0/+6 |
| | |||||
* | move store to shared | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 |
| | |||||
* | move background | Shin'ya Ueoka | 2017-10-08 | 5 | -2/+142 |
| | |||||
* | separate settings | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 |
| | |||||
* | move messages to shared | Shin'ya Ueoka | 2017-10-08 | 1 | -1/+1 |
| | |||||
* | store input keys in content script | Shin'ya Ueoka | 2017-10-07 | 1 | -3/+0 |
| | |||||
* | fix console errors | Shin'ya Ueoka | 2017-10-07 | 1 | -2/+5 |
| | |||||
* | [wip] remove STATE_UPDATE | Shin'ya Ueoka | 2017-10-06 | 1 | -9/+0 |
| | |||||
* | fix imports in src | Shin'ya Ueoka | 2017-10-05 | 1 | -7/+7 |
| | |||||
* | use createStore short-hand method | Shin'ya Ueoka | 2017-10-04 | 1 | -9/+9 |
| | |||||
* | BackgroundInputComponent | Shin'ya Ueoka | 2017-10-01 | 2 | -71/+4 |
| | |||||
* | BackgroundComponent | Shin'ya Ueoka | 2017-10-01 | 1 | -36/+5 |
| | |||||
* | search settings in store | Shin'ya Ueoka | 2017-10-01 | 1 | -21/+17 |
| | |||||
* | load default settings | Shin'ya Ueoka | 2017-10-01 | 2 | -40/+7 |
| | |||||
* | move messages to content | Shin'ya Ueoka | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | reload settings on settings changed | Shin'ya Ueoka | 2017-09-30 | 1 | -16/+11 |
| | |||||
* | Initialize default settings on background | Shin'ya Ueoka | 2017-09-30 | 2 | -2/+46 |
| | |||||
* | load keymaps from storage | Shin'ya Ueoka | 2017-09-30 | 2 | -43/+19 |
| | |||||
* | clean operation definitions | Shin'ya Ueoka | 2017-09-25 | 1 | -14/+14 |
| | |||||
* | support t/T command and fix alter mode | Shin'ya Ueoka | 2017-09-25 | 1 | -0/+2 |
| | |||||
* | filter closed path | Shin'ya Ueoka | 2017-09-18 | 1 | -0/+16 |
| | |||||
* | sory by url | Shin'ya Ueoka | 2017-09-18 | 1 | -0/+1 |
| | |||||
* | use shortest link on suggestion filter | Shin'ya Ueoka | 2017-09-18 | 1 | -3/+2 |
| | |||||
* | fix history range | Shin'ya Ueoka | 2017-09-18 | 1 | -1/+1 |
| | |||||
* | fix for lint | Shin'ya Ueoka | 2017-09-17 | 1 | -12/+13 |
| | |||||
* | filter empty title | Shin'ya Ueoka | 2017-09-17 | 1 | -2/+46 |
| | |||||
* | drop http history if https if in histories | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+14 |
| | |||||
* | complete histoly simply | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+10 |
| | |||||
* | allow to open link in new tab | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+8 |
| | |||||
* | implement go-root command | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+1 |
| | |||||
* | implement go-parent command | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+1 |
| | |||||
* | pagenate by prev/next links | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+2 |
| | |||||
* | rename history navigation | Shin'ya Ueoka | 2017-09-17 | 1 | -2/+2 |
| | |||||
* | more strict lint | Shin'ya Ueoka | 2017-09-17 | 3 | -34/+40 |
| | |||||
* | propagate sender object | Shin'ya Ueoka | 2017-09-16 | 1 | -31/+32 |
| | |||||
* | remove actions from content | Shin'ya Ueoka | 2017-09-16 | 1 | -10/+3 |
| | |||||
* | message constants | Shin'ya Ueoka | 2017-09-16 | 1 | -1/+1 |
| | |||||
* | consome as store/reducers | Shin'ya Ueoka | 2017-09-16 | 2 | -22/+47 |
| | |||||
* | use input as store/reducer | Shin'ya Ueoka | 2017-09-14 | 1 | -21/+24 |
| | |||||
* | improve store and reducers | Shin'ya Ueoka | 2017-09-14 | 1 | -5/+3 |
| | |||||
* | content operations | Shin'ya Ueoka | 2017-09-13 | 2 | -17/+17 |
| | |||||
* | move background actions to operations | Shin'ya Ueoka | 2017-09-13 | 2 | -9/+19 |
| | |||||
* | command as action/reducer | Shin'ya Ueoka | 2017-09-11 | 1 | -42/+6 |
| | |||||
* | key input sequence as action/reducer | Shin'ya Ueoka | 2017-09-10 | 3 | -68/+59 |
| |