Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create find targets by port connections | Shin'ya Ueoka | 2021-09-25 | 1 | -1/+15 |
| | |||||
* | Implement FindNextOperator | Shin'ya Ueoka | 2021-07-05 | 1 | -1/+9 |
| | |||||
* | Return a value to background script | Shin'ya Ueoka | 2021-07-05 | 1 | -10/+9 |
| | | | | | | This change makes the content script able to return a value to the background script by the following steps: 1) receive messages in a single listener, 2) return value with Promise in `onMessage`. | ||||
* | Remove legacy find | Shin'ya Ueoka | 2021-07-05 | 1 | -8/+0 |
| | |||||
* | change bootstrap order | Shin'ya Ueoka | 2021-03-21 | 1 | -4/+4 |
| | |||||
* | Resize console dynamically | Shin'ya Ueoka | 2021-03-14 | 1 | -0/+2 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 1 | -64/+62 |
| | |||||
* | Clear keys on window blur | Shin'ya Ueoka | 2020-02-05 | 1 | -0/+7 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+1 |
| | |||||
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 1 | -0/+10 |
| | |||||
* | Use TSyringe on content script | Shin'ya Ueoka | 2019-05-21 | 1 | -0/+111 |