aboutsummaryrefslogtreecommitdiff
path: root/src/background/Application.ts
Commit message (Collapse)AuthorAgeFilesLines
* Discover frames on search by count of connectionsShin'ya Ueoka2021-09-251-1/+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-14/+27
|
* Search a content from frames successfully loadedShin'ya Ueoka2021-09-231-1/+19
|
* Implement FindNextOperatorShin'ya Ueoka2021-07-051-1/+9
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-131-8/+8
|
* Add SettingUseCase testsShin'ya Ueoka2020-02-091-3/+3
|
* Synchronize settings via Firefox SyncShin'ya Ueoka2020-02-031-3/+3
|
* Rename setting repositories and refactorShin'ya Ueoka2020-02-031-7/+4
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-191-0/+35