Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #783 from YoloClin/follow-js-click-last-ditch-effort | Shin'ya Ueoka | 2020-08-12 | 1 | -0/+1 | |
|\ \ | |/ |/| | When no href value exists on a link the user selects to follow, attempt pt to click() the link to blindly trigger any JS events bound to it | |||||
| * | When no href value exists on a link the user selects to follow, attempt to ↵ | yoloClin | 2020-08-02 | 1 | -0/+1 | |
| | | | | | | | | click() the link to blindly trigger any JS events bound to it | |||||
* | | Merge pull request #755 from MatiasStorm/improved_scrolling | Shin'ya Ueoka | 2020-08-10 | 1 | -11/+14 | |
|\ \ | | | | | | | Minor improvements to ScrollPresenter | |||||
| * | | Minor improvements to ScrollPresenter | MatiasStorm | 2020-05-11 | 1 | -11/+14 | |
| |/ | ||||||
* | | Remove discarded property | Shin'ya Ueoka | 2020-08-10 | 1 | -2/+0 | |
| | | ||||||
* | | Reverted change in getTargets | MatiasStorm | 2020-05-12 | 1 | -1/+1 | |
| | | ||||||
* | | Removed performance measurements | MatiasStorm | 2020-05-12 | 1 | -3/+0 | |
| | | ||||||
* | | Added elements with the 'onclick' attribute to allowed hints | MatiasStorm | 2020-05-12 | 2 | -2/+9 | |
|/ | ||||||
* | Allow to change colorscheme property by set command | Shin'ya Ueoka | 2020-05-04 | 1 | -0/+13 | |
| | ||||||
* | Allow to change color scheme by "colorscheme" property | Shin'ya Ueoka | 2020-05-04 | 8 | -10/+70 | |
| | ||||||
* | Fix message type | Shin'ya Ueoka | 2020-05-04 | 3 | -5/+5 | |
| | ||||||
* | Remove unused description in background script | Shin'ya Ueoka | 2020-05-04 | 1 | -5/+0 | |
| | ||||||
* | Add colorscheme property | Shin'ya Ueoka | 2020-05-04 | 5 | -2/+75 | |
| | ||||||
* | Define dark theme and specify a theme by an attribute | Shin'ya Ueoka | 2020-05-04 | 2 | -2/+18 | |
| | ||||||
* | Use CSS var() | Shin'ya Ueoka | 2020-05-04 | 1 | -28/+30 | |
| | ||||||
* | Replace console colors by a variable | Shin'ya Ueoka | 2020-05-04 | 1 | -15/+35 | |
| | ||||||
* | Fix set command completions | Shin'ya Ueoka | 2020-05-04 | 1 | -1/+1 | |
| | ||||||
* | Remove tab completion limitation | Shin'ya Ueoka | 2020-05-02 | 1 | -3/+0 | |
| | ||||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 158 | -2881/+3117 | |
| | ||||||
* | Fix bookmark completion on open command | Shin'ya Ueoka | 2020-04-13 | 1 | -2/+2 | |
| | ||||||
* | Prefetch completion items and store them to cache | Shin'ya Ueoka | 2020-04-09 | 4 | -28/+170 | |
| | ||||||
* | Clean unused code | Shin'ya Ueoka | 2020-03-29 | 10 | -319/+2 | |
| | ||||||
* | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 7 | -4/+94 | |
| | ||||||
* | Complete tab by an index and a flag | Shin'ya Ueoka | 2020-03-29 | 3 | -11/+48 | |
| | ||||||
* | Skip group on completion completions | Shin'ya Ueoka | 2020-03-28 | 1 | -29/+44 | |
| | ||||||
* | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 26 | -48/+258 | |
| | ||||||
* | Separate repository's interface and its implementation | Shin'ya Ueoka | 2020-03-27 | 9 | -85/+96 | |
| | ||||||
* | Query completions on open command by a completion source | Shin'ya Ueoka | 2020-03-26 | 11 | -8/+244 | |
| | ||||||
* | Use new completion use-case on current use-case (aliased) | Shin'ya Ueoka | 2020-03-26 | 6 | -59/+123 | |
| | ||||||
* | Complete commands on the console script | Shin'ya Ueoka | 2020-03-25 | 3 | -5/+81 | |
| | ||||||
* | Revert "Remove ! from commands" | Shin'ya Ueoka | 2020-03-25 | 2 | -2/+8 | |
| | | | | This reverts commit f7479c36ad0883455e511a86adf86e147ff4460a. | |||||
* | Remove ! from commands | Shin'ya Ueoka | 2020-03-25 | 2 | -8/+2 | |
| | ||||||
* | Use typed completions on console | Shin'ya Ueoka | 2020-03-25 | 3 | -3/+16 | |
| | ||||||
* | Add command-line parser on console scripts | Shin'ya Ueoka | 2020-03-25 | 3 | -0/+105 | |
| | ||||||
* | Merge pull request #708 from ueokande/sync-storage | Shin'ya Ueoka | 2020-02-09 | 14 | -110/+187 | |
|\ | | | | | Synchronize settings with Firefox Sync | |||||
| * | Add SettingUseCase tests | Shin'ya Ueoka | 2020-02-09 | 12 | -85/+108 | |
| | | ||||||
| * | Synchronize settings via Firefox Sync | Shin'ya Ueoka | 2020-02-03 | 6 | -18/+65 | |
| | | ||||||
| * | Rename setting repositories and refactor | Shin'ya Ueoka | 2020-02-03 | 7 | -23/+30 | |
| | | ||||||
* | | Treats digit keys with modifiers | Shin'ya Ueoka | 2020-02-09 | 1 | -1/+1 | |
| | | ||||||
* | | Clear keys on window blur | Shin'ya Ueoka | 2020-02-05 | 3 | -0/+15 | |
|/ | ||||||
* | Update typescript | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+2 | |
| | ||||||
* | Enable addon on blacklisted sites | Shin'ya Ueoka | 2019-12-22 | 3 | -10/+7 | |
| | ||||||
* | Fix lint rules | Shin'ya Ueoka | 2019-12-22 | 2 | -4/+2 | |
| | ||||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 85 | -423/+423 | |
| | ||||||
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 6 | -16/+16 | |
| | ||||||
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 7 | -137/+175 | |
| | ||||||
* | Repeat content operation with a numeric prefix | Shin'ya Ueoka | 2019-12-13 | 2 | -95/+103 | |
| | ||||||
* | Add prefix functions in KeySequence | Shin'ya Ueoka | 2019-12-13 | 3 | -3/+25 | |
| | ||||||
* | Identify the key is a digit | Shin'ya Ueoka | 2019-12-06 | 2 | -5/+32 | |
| | ||||||
* | Make engines required | Shin'ya Ueoka | 2019-12-03 | 3 | -4/+15 | |
| |