aboutsummaryrefslogtreecommitdiff
path: root/test/background/mock
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused fileShin'ya Ueoka2021-09-261-7/+0
|
* Discover frames on search by count of connectionsShin'ya Ueoka2021-09-251-4/+0
| | | | | | | | 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.
* Create find targets by port connectionsShin'ya Ueoka2021-09-251-0/+4
|
* Search a content from frames successfully loadedShin'ya Ueoka2021-09-231-0/+15
|
* Add tests to findShin'ya Ueoka2021-07-273-12/+23
|
* Implement FindNextOperatorShin'ya Ueoka2021-07-052-0/+50
|
* Implement missing method in mockShin'ya Ueoka2021-07-051-0/+4
|
* yarn lint:fixShin'ya Ueoka2021-07-041-1/+2
|
* Remove unused classesShin'ya Ueoka2020-12-091-1/+1
|
* Add operator testsShin'ya Ueoka2020-12-097-0/+267