aboutsummaryrefslogtreecommitdiff
path: root/test/background/repositories
Commit message (Collapse)AuthorAgeFilesLines
* Do not use chai on unit testShin'ya Ueoka2021-09-263-20/+17
|
* Discover frames on search by count of connectionsShin'ya Ueoka2021-09-251-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 IDsShin'ya Ueoka2021-09-251-1/+2
|
* Create find targets by port connectionsShin'ya Ueoka2021-09-251-2/+2
|
* Search a content from frames successfully loadedShin'ya Ueoka2021-09-231-0/+25
|
* Add tests to findShin'ya Ueoka2021-07-271-1/+2
|
* Implement FindNextOperatorShin'ya Ueoka2021-07-051-0/+37
|
* Enable @typescript-eslint/no-extra-non-null-assertionShin'ya Ueoka2020-08-111-2/+2
|
* Fix types in testsShin'ya Ueoka2020-05-021-4/+5
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-131-8/+8
|
* Fix lint rules on testsShin'ya Ueoka2019-12-221-3/+2
|
* npm run lint:fixShin'ya Ueoka2019-12-221-1/+1
|
* Types on src/backgroundShin'ya Ueoka2019-05-022-36/+1
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-022-0/+0
|
* Capitalize background scriptsShin'ya Ueoka2019-02-242-3/+3
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-121-2/+5
|
* Support global marks which select a tabShin'ya Ueoka2018-10-121-0/+23
|
* Version as Clean ArchitectureShin'ya Ueoka2018-07-221-0/+34