Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use chai on unit test | Shin'ya Ueoka | 2021-09-26 | 32 | -173/+133 |
| | |||||
* | Use jest API and fix some tests | Shin'ya Ueoka | 2021-09-26 | 1 | -19/+17 |
| | |||||
* | Remove unused file | Shin'ya Ueoka | 2021-09-26 | 2 | -7/+0 |
| | |||||
* | Discover frames on search by count of connections | Shin'ya Ueoka | 2021-09-25 | 2 | -7/+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 | 5 | -32/+32 |
| | |||||
* | Search a content from frames successfully loaded | Shin'ya Ueoka | 2021-09-23 | 5 | -12/+52 |
| | |||||
* | Add tests to find | Shin'ya Ueoka | 2021-07-27 | 9 | -283/+532 |
| | |||||
* | Add toggleReaderMode to MockTabPresenter | Shin'ya Ueoka | 2021-07-27 | 1 | -0/+4 |
| | |||||
* | Implement FindNextOperator | Shin'ya Ueoka | 2021-07-05 | 7 | -0/+411 |
| | |||||
* | Implement missing method in mock | Shin'ya Ueoka | 2021-07-05 | 1 | -0/+4 |
| | |||||
* | yarn lint:fix | Shin'ya Ueoka | 2021-07-04 | 1 | -1/+2 |
| | |||||
* | Improve an error message on invalid settings | Shin'ya Ueoka | 2021-05-09 | 1 | -1/+1 |
| | |||||
* | Revert PrefetchAndCache | Shin'ya Ueoka | 2021-04-12 | 2 | -102/+28 |
| | |||||
* | Remove unused classes | Shin'ya Ueoka | 2020-12-09 | 2 | -186/+1 |
| | |||||
* | Add operator tests | Shin'ya Ueoka | 2020-12-09 | 47 | -0/+1583 |
| | |||||
* | Make background operator as an operator | Shin'ya Ueoka | 2020-12-09 | 1 | -2/+4 |
| | |||||
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 1 | -2/+2 |
| | |||||
* | Enable @typescript-eslint/ban-types rule | Shin'ya Ueoka | 2020-08-11 | 2 | -2/+2 |
| | |||||
* | Fix types in tests | Shin'ya Ueoka | 2020-05-02 | 3 | -9/+12 |
| | |||||
* | fix test | Shin'ya Ueoka | 2020-04-13 | 1 | -3/+3 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 10 | -311/+526 |
| | |||||
* | Prefetch completion items and store them to cache | Shin'ya Ueoka | 2020-04-09 | 2 | -28/+76 |
| | |||||
* | Complete by flags | Shin'ya Ueoka | 2020-03-29 | 1 | -2/+2 |
| | |||||
* | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 1 | -0/+15 |
| | |||||
* | Complete tab by an index and a flag | Shin'ya Ueoka | 2020-03-29 | 1 | -7/+46 |
| | |||||
* | Fix tests with TabPresenter | Shin'ya Ueoka | 2020-03-29 | 2 | -27/+106 |
| | |||||
* | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 2 | -4/+109 |
| | |||||
* | Separate repository's interface and its implementation | Shin'ya Ueoka | 2020-03-27 | 3 | -113/+245 |
| | |||||
* | Add SettingUseCase tests | Shin'ya Ueoka | 2020-02-09 | 1 | -0/+161 |
| | |||||
* | Fix lint rules on tests | Shin'ya Ueoka | 2019-12-22 | 1 | -3/+2 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 5 | -36/+36 |
| | |||||
* | Fix NavigateUseCase test | Shin'ya Ueoka | 2019-05-24 | 1 | -5/+5 |
| | |||||
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 1 | -0/+82 |
| | |||||
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 1 | -27/+14 |
| | |||||
* | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 3 | -47/+1 |
| | |||||
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 6 | -0/+0 |
| | |||||
* | Capitalize background scripts | Shin'ya Ueoka | 2019-02-24 | 4 | -5/+5 |
| | |||||
* | Scroll on global mark and handle gone tab | Shin'ya Ueoka | 2018-10-12 | 2 | -5/+9 |
| | |||||
* | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 3 | -2/+33 |
| | |||||
* | Search keywords on paste | Shin'ya Ueoka | 2018-07-28 | 1 | -26/+0 |
| | |||||
* | Fix last tab is undefined | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+5 |
| | |||||
* | Deep-copy objects on MemoryStorage and add tests | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+41 |
| | |||||
* | Clean old codes | Shin'ya Ueoka | 2018-07-28 | 7 | -187/+2 |
| | |||||
* | Implement set-command | Shin'ya Ueoka | 2018-07-27 | 1 | -0/+74 |
| | |||||
* | Version as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 2 | -46/+12 |
| | |||||
* | 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 | -0/+84 |
| | |||||
* | Move versions to background | Shin'ya Ueoka | 2018-07-11 | 2 | -0/+68 |
| | |||||
* | add tests | Shin'ya Ueoka | 2018-05-06 | 2 | -0/+35 |
| |