aboutsummaryrefslogtreecommitdiff
path: root/src/background/repositories
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-252-5/+20
|
* Search a content from frames successfully loadedShin'ya Ueoka2021-09-231-0/+49
|
* Implement FindNextOperatorShin'ya Ueoka2021-07-051-0/+69
|
* Remove legacy findShin'ya Ueoka2021-07-051-22/+0
|
* Specific return typeShin'ya Ueoka2021-03-142-2/+2
|
* Make background operator as an operatorShin'ya Ueoka2020-12-092-2/+12
|
* Enable @typescript-eslint/no-namespaceShin'ya Ueoka2020-08-111-15/+0
|
* Enable @typescript-eslint/ban-types ruleShin'ya Ueoka2020-08-111-1/+1
|
* Allow to change colorscheme property by set commandShin'ya Ueoka2020-05-041-0/+13
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-137-51/+48
|
* Clean unused codeShin'ya Ueoka2020-03-291-16/+0
|
* Use new completion use-case on current use-case (aliased)Shin'ya Ueoka2020-03-261-24/+0
|
* Add SettingUseCase testsShin'ya Ueoka2020-02-094-55/+64
|
* Synchronize settings via Firefox SyncShin'ya Ueoka2020-02-032-2/+26
|
* Rename setting repositories and refactorShin'ya Ueoka2020-02-032-2/+13
|
* npm run lint:fixShin'ya Ueoka2019-12-226-12/+12
|
* Rename valueOf to fromJSONShin'ya UEOKA2019-10-071-1/+1
|
* Make Settings classShin'ya UEOKA2019-10-061-4/+3
|
* Make Properties classShin'ya UEOKA2019-10-061-2/+2
|
* Make Keymap classShin'ya UEOKA2019-10-061-3/+5
|
* Repeat last operationShin'ya Ueoka2019-05-251-0/+22
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-197-0/+16
|
* src/contentShin'ya Ueoka2019-05-071-1/+1
|
* src/contentShin'ya Ueoka2019-05-061-0/+16
|
* Declare setting typesShin'ya Ueoka2019-05-062-7/+33
|
* Types on src/backgroundShin'ya Ueoka2019-05-028-25/+29
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-028-0/+0
|
* Clean classes and repositoryShin'ya Ueoka2019-02-241-0/+8
|
* Remove unused methodsShin'ya Ueoka2019-02-241-4/+0
|
* Capitalize background scriptsShin'ya Ueoka2019-02-247-5/+5
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-121-2/+2
|
* Support global marks which select a tabShin'ya Ueoka2018-10-121-0/+33
|
* Fix error on keyword not foundShin'ya Ueoka2018-07-281-1/+2
|
* Implement set-commandShin'ya Ueoka2018-07-271-0/+6
|
* [wip] implement command usecasesShin'ya Ueoka2018-07-261-0/+13
|
* TabPresenterShin'ya Ueoka2018-07-221-5/+0
|
* Version as Clean ArchitectureShin'ya Ueoka2018-07-222-0/+15
|
* Find as clean architectureShin'ya Ueoka2018-07-221-0/+18
|
* Settings as clean architectureShin'ya Ueoka2018-07-222-0/+33
|
* Clean and tests for filters on open commandShin'ya Ueoka2018-07-211-79/+2
|
* Complete open histories and bookmarksShin'ya Ueoka2018-07-211-0/+97
|
* Buffer completion on Clean ArchitectureShin'ya Ueoka2018-07-211-0/+11