| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create find targets by port connections | Shin'ya Ueoka | 2021-09-25 | 1 | -0/+23 |
| | | |||||
| * | Implement FindNextOperator | Shin'ya Ueoka | 2021-07-05 | 1 | -1/+5 |
| | | |||||
| * | Show caught error on message listener | Shin'ya Ueoka | 2021-07-05 | 1 | -0/+2 |
| | | |||||
| * | Remove legacy find | Shin'ya Ueoka | 2021-07-05 | 1 | -14/+0 |
| | | |||||
| * | yarn lint:fix | Shin'ya Ueoka | 2021-07-04 | 1 | -1/+1 |
| | | |||||
| * | Send resize message to the sender tab instead of the current tab. | Shin'ya Ueoka | 2021-03-28 | 1 | -3/+11 |
| | | | | | | | Sending resize message to the current table occurs an error, just after switching the tab by a `tabopen` command. The background script unable to connect the current (new tab) because it is in an initialization. | ||||
| * | Resize console dynamically | Shin'ya Ueoka | 2021-03-14 | 1 | -12/+18 |
| | | |||||
| * | Specific return type | Shin'ya Ueoka | 2021-03-14 | 2 | -19/+22 |
| | | |||||
| * | Make background operator as an operator | Shin'ya Ueoka | 2020-12-09 | 1 | -1/+13 |
| | | |||||
| * | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 4 | -83/+91 |
| | | |||||
| * | Clean unused code | Shin'ya Ueoka | 2020-03-29 | 1 | -8/+0 |
| | | |||||
| * | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 1 | -0/+2 |
| | | |||||
| * | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 1 | -0/+2 |
| | | |||||
| * | Query completions on open command by a completion source | Shin'ya Ueoka | 2020-03-26 | 1 | -0/+10 |
| | | |||||
| * | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 3 | -9/+9 |
| | | |||||
| * | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 1 | -1/+1 |
| | | |||||
| * | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 1 | -4/+5 |
| | | |||||
| * | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 1 | -2/+1 |
| | | |||||
| * | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 1 | -2/+3 |
| | | |||||
| * | Fix type checkings | Shin'ya UEOKA | 2019-08-29 | 1 | -4/+4 |
| | | |||||
| * | Use TSyringe on background script | Shin'ya Ueoka | 2019-05-19 | 3 | -23/+15 |
| | | |||||
| * | Make addon-enabled as a clean architecture | Shin'ya Ueoka | 2019-05-10 | 1 | -3/+3 |
| | | |||||
| * | Types src/content | Shin'ya Ueoka | 2019-05-05 | 3 | -4/+6 |
| | | |||||
| * | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 4 | -36/+70 |
| | | |||||
| * | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 4 | -0/+0 |
| | | |||||
| * | Relaod settings on local storage changed instead of message | Shin'ya Ueoka | 2019-04-14 | 1 | -6/+0 |
| | | |||||
| * | Use onInstalled event | Shin'ya Ueoka | 2019-02-25 | 1 | -23/+0 |
| | | |||||
| * | Ignore about: tabs on broadcast | Shin'ya Ueoka | 2019-02-24 | 1 | -0/+3 |
| | | |||||
| * | Capitalize background scripts | Shin'ya Ueoka | 2019-02-24 | 5 | -7/+44 |
| | | |||||
| * | Use webextension message to console | Shin'ya Ueoka | 2018-11-18 | 1 | -0/+22 |
| | | |||||
| * | Scroll on global mark and handle gone tab | Shin'ya Ueoka | 2018-10-12 | 1 | -0/+8 |
| | | |||||
| * | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 1 | -0/+14 |
| | | |||||
| * | Fix error on keyword not found | Shin'ya Ueoka | 2018-07-28 | 1 | -1/+5 |
| | | |||||
| * | Error on console | Shin'ya Ueoka | 2018-07-28 | 1 | -2/+9 |
| | | |||||
| * | Catch errors on background | Shin'ya Ueoka | 2018-07-28 | 1 | -4/+2 |
| | | |||||
| * | Fix last tab is undefined | Shin'ya Ueoka | 2018-07-28 | 1 | -1/+5 |
| | | |||||
| * | Deep-copy objects on MemoryStorage and add tests | Shin'ya Ueoka | 2018-07-28 | 1 | -2/+6 |
| | | |||||
| * | Background operation as Clean Architecture | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+8 |
| | | |||||
| * | [wip] implement command usecases | Shin'ya Ueoka | 2018-07-26 | 1 | -3/+10 |
| | | |||||
| * | Open link as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -1/+13 |
| | | |||||
| * | Indicator as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 2 | -0/+21 |
| | | |||||
| * | Version as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -0/+23 |
| | | |||||
| * | Find as clean architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -0/+14 |
| | | |||||
| * | Settings as clean architecture | Shin'ya Ueoka | 2018-07-22 | 3 | -4/+40 |
| | | |||||
| * | My First Clean Architecture | Shin'ya Ueoka | 2018-07-21 | 1 | -0/+34 |
