Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Clean and tests for filters on open command | Shin'ya Ueoka | 2018-07-21 | 1 | -0/+113 | |
| | | ||||||
* | | Move commands to background/shared | Shin'ya Ueoka | 2018-07-21 | 1 | -1/+1 | |
|/ | ||||||
* | Move versions to background | Shin'ya Ueoka | 2018-07-11 | 2 | -3/+3 | |
| | ||||||
* | Clean setting | Shin'ya Ueoka | 2018-07-08 | 1 | -4/+38 | |
| | ||||||
* | See you my redux | Shin'ya Ueoka | 2018-07-08 | 1 | -110/+0 | |
| | ||||||
* | Use official redux on content | Shin'ya Ueoka | 2018-07-08 | 2 | -47/+2 | |
| | ||||||
* | blacklist as an util | Shin'ya Ueoka | 2018-07-08 | 1 | -0/+42 | |
| | ||||||
* | Use pure redux on console | Shin'ya Ueoka | 2018-07-08 | 1 | -17/+8 | |
| | ||||||
* | Rewrite tests with async/await | Shin'ya Ueoka | 2018-06-17 | 2 | -53/+27 | |
| | ||||||
* | add tests | Shin'ya Ueoka | 2018-05-06 | 2 | -0/+35 | |
| | ||||||
* | Notify when updated | Shin'ya Ueoka | 2018-05-05 | 2 | -0/+94 | |
| | ||||||
* | mock browser | Shin'ya Ueoka | 2018-05-05 | 1 | -0/+4 | |
| | ||||||
* | global expect | Shin'ya Ueoka | 2018-05-05 | 32 | -31/+2 | |
| | ||||||
* | set find keyword from background | Shin'ya Ueoka | 2018-03-07 | 1 | -1/+1 | |
| | ||||||
* | add global find keyword | Shin'ya Ueoka | 2018-03-07 | 2 | -0/+32 | |
| | ||||||
* | hide console on <Esc> and <C-{> | Shin'ya Ueoka | 2018-03-04 | 2 | -1/+2 | |
| | ||||||
* | add hide action for console | Shin'ya Ueoka | 2018-03-04 | 2 | -0/+12 | |
| | ||||||
* | fix property parser | Shin'ya Ueoka | 2018-01-11 | 1 | -0/+7 | |
| | ||||||
* | move commands to background action | Shin'ya Ueoka | 2018-01-11 | 2 | -41/+78 | |
| | ||||||
* | add set property action in background | Shin'ya Ueoka | 2018-01-10 | 1 | -0/+18 | |
| | ||||||
* | separate setting actions and reducers | Shin'ya Ueoka | 2018-01-08 | 1 | -0/+19 | |
| | ||||||
* | property parser | Shin'ya Ueoka | 2018-01-08 | 1 | -0/+41 | |
| | ||||||
* | Add PropertiesForm | Shin'ya Ueoka | 2018-01-05 | 1 | -0/+86 | |
| | ||||||
* | add property to settings | Shin'ya Ueoka | 2018-01-05 | 1 | -2/+27 | |
| | ||||||
* | move settings validator | Shin'ya Ueoka | 2018-01-05 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #240 from chocolateboy/pagination-tweaks | Shin'ya Ueoka | 2017-11-30 | 1 | -3/+3 | |
|\ | | | | | Pagination tweaks and fixes | |||||
| * | pagination tweaks and fixes: | chocolateboy | 2017-11-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | - fallback links: - select the last matching link rather than the first - use `innerText` rather than `textContent` - use a single regex for each pattern rather than an array - fix markup typo in test | |||||
* | | remove default form settings | Shin'ya Ueoka | 2017-11-28 | 1 | -1/+3 | |
| | | ||||||
* | | add KeymapsForm test | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+53 | |
| | | ||||||
* | | add SearchForm test | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+104 | |
| | | ||||||
* | | add BlacklistForm test | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+82 | |
| | | ||||||
* | | add input test | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+83 | |
| | | ||||||
* | | settings helpers | Shin'ya Ueoka | 2017-11-26 | 1 | -0/+112 | |
|/ | ||||||
* | improve #linkPrev and #linkNext: | chocolateboy | 2017-11-17 | 1 | -37/+119 | |
| | | | | | | - add support for <link> elements - match if there's more than one rel e.g. <a rel="nofollow next">...</a> - more tests | |||||
* | fix hot-reload settings | Shin'ya Ueoka | 2017-11-13 | 1 | -2/+2 | |
| | ||||||
* | fix for symbol keys | Shin'ya Ueoka | 2017-11-12 | 1 | -0/+12 | |
| | ||||||
* | support mutliple modifiers for key bindings | Shin'ya Ueoka | 2017-11-11 | 4 | -44/+34 | |
| | ||||||
* | add key utils | Shin'ya Ueoka | 2017-11-11 | 2 | -0/+133 | |
| | ||||||
* | remove unused actions and fix test | Shin'ya Ueoka | 2017-11-11 | 2 | -42/+10 | |
| | ||||||
* | console as redux architecture | Shin'ya Ueoka | 2017-11-11 | 2 | -3/+21 | |
| | ||||||
* | add find action and reducer | Shin'ya Ueoka | 2017-11-11 | 2 | -0/+55 | |
| | ||||||
* | show find in console | Shin'ya Ueoka | 2017-11-11 | 2 | -2/+9 | |
| | ||||||
* | fix plugin load | Shin'ya Ueoka | 2017-11-05 | 1 | -1/+1 | |
| | ||||||
* | rename to follow-controller | Shin'ya Ueoka | 2017-10-31 | 4 | -83/+83 | |
| | ||||||
* | add blacklist setting | Shin'ya Ueoka | 2017-10-22 | 1 | -0/+20 | |
| | ||||||
* | add setting actions in content | Shin'ya Ueoka | 2017-10-22 | 2 | -0/+31 | |
| | ||||||
* | add addon actions | Shin'ya Ueoka | 2017-10-21 | 2 | -0/+64 | |
| | ||||||
* | support shift modifier | Shin'ya Ueoka | 2017-10-21 | 1 | -0/+24 | |
| | ||||||
* | emit mapped keys from input-component | Shin'ya Ueoka | 2017-10-21 | 2 | -7/+79 | |
| | ||||||
* | follow links for multi-frames in viewport | Shin'ya Ueoka | 2017-10-15 | 1 | -1/+4 | |
| |