Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use chai on unit test | Shin'ya Ueoka | 2021-09-26 | 3 | -20/+17 |
| | |||||
* | Discover frames on search by count of connections | Shin'ya Ueoka | 2021-09-25 | 1 | -3/+10 |
| | | | | | | | | When a tab switches pages quickly, a disconnect event on top frame is sometime delivered after second connect event. In addition, `tabs.onUpdated()` event is independent on port connection event. Now the background script finds alive frames by only port connection. | ||||
* | Sort frame IDs | Shin'ya Ueoka | 2021-09-25 | 1 | -1/+2 |
| | |||||
* | Create find targets by port connections | Shin'ya Ueoka | 2021-09-25 | 1 | -2/+2 |
| | |||||
* | Search a content from frames successfully loaded | Shin'ya Ueoka | 2021-09-23 | 1 | -0/+25 |
| | |||||
* | Add tests to find | Shin'ya Ueoka | 2021-07-27 | 1 | -1/+2 |
| | |||||
* | Implement FindNextOperator | Shin'ya Ueoka | 2021-07-05 | 1 | -0/+37 |
| | |||||
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 1 | -2/+2 |
| | |||||
* | Fix types in tests | Shin'ya Ueoka | 2020-05-02 | 1 | -4/+5 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 1 | -8/+8 |
| | |||||
* | Fix lint rules on tests | Shin'ya Ueoka | 2019-12-22 | 1 | -3/+2 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+1 |
| | |||||
* | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 2 | -36/+1 |
| | |||||
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 2 | -0/+0 |
| | |||||
* | Capitalize background scripts | Shin'ya Ueoka | 2019-02-24 | 2 | -3/+3 |
| | |||||
* | Scroll on global mark and handle gone tab | Shin'ya Ueoka | 2018-10-12 | 1 | -2/+5 |
| | |||||
* | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 1 | -0/+23 |
| | |||||
* | Version as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -0/+34 |