aboutsummaryrefslogtreecommitdiff
path: root/src/background/repositories/ReadyFrameRepository.ts
Commit message (Collapse)AuthorAgeFilesLines
* Discover frames on search by count of connectionsShin'ya Ueoka2021-09-251-16/+21
| | | | | | | | 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/+1
|
* Create find targets by port connectionsShin'ya Ueoka2021-09-251-3/+19
|
* Search a content from frames successfully loadedShin'ya Ueoka2021-09-231-0/+49