aboutsummaryrefslogtreecommitdiff
path: root/src/background/presenters
Commit message (Collapse)AuthorAgeFilesLines
* Search a content from frames successfully loadedShin'ya Ueoka2021-09-231-12/+0
|
* Implement FindNextOperatorShin'ya Ueoka2021-07-051-0/+12
|
* yarn lint:fixShin'ya Ueoka2021-07-041-14/+1
|
* Merge pull request #1146 from ueokande/improve-error-messageShin'ya Ueoka2021-05-091-4/+6
|\ | | | | Improve an error message on invalid settings
| * Improve an error message on invalid settingsShin'ya Ueoka2021-05-091-4/+6
| |
* | Support reader-modeShin'ya UEOKA2021-05-091-0/+6
|/
* Fix error grammarShin'ya Ueoka2020-12-101-2/+2
|
* Remove unused classesShin'ya Ueoka2020-12-091-0/+60
|
* Make WindowPresenter interfaceShin'ya Ueoka2020-12-091-5/+6
|
* Enable @typescript-eslint/ban-types ruleShin'ya Ueoka2020-08-111-2/+22
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-135-32/+35
|
* Complete tabs by the completion packagesShin'ya Ueoka2020-03-281-17/+48
|
* Add SettingUseCase testsShin'ya Ueoka2020-02-091-4/+7
|
* npm run lint:fixShin'ya Ueoka2019-12-223-16/+16
|
* Add :help command to open helpShin'ya UEOKA2019-10-011-0/+10
|
* Open options page on banner clickShin'ya Ueoka2019-08-201-1/+10
|
* Distinct notification IDsShin'ya Ueoka2019-08-011-19/+17
|
* Handle errors on loading settingsShin'ya Ueoka2019-07-301-1/+14
| | | | | | | The error on loading settings can occurs when the settings lose backward compatibility on version up, or the saved date is broken. The error is caught, then the script done fallback to default settings and notify it to user.
* NavigateUseCase TabPresenterShin'ya Ueoka2019-05-241-1/+3
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-241-1/+1
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-194-0/+11
|
* Fix failed CircleCIShin'ya Ueoka2019-05-191-5/+5
|
* Fix setIcon warning on Androidrobsmith112019-05-171-1/+7
|
* Types src/contentShin'ya Ueoka2019-05-051-3/+3
|
* Types on src/backgroundShin'ya Ueoka2019-05-024-24/+34
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-024-0/+0
|
* Use onInstalled eventShin'ya Ueoka2019-02-251-0/+23
|
* Capitalize background scriptsShin'ya Ueoka2019-02-244-37/+1
|
* Remove adjacenttabShin'ya Ueoka2018-10-131-12/+0
|
* Add buffer flags on buffer command and completionShin'ya Ueoka2018-07-291-12/+0
|
* Select last tab on presenterShin'ya Ueoka2018-07-291-0/+25
|
* Background operation as Clean ArchitectureShin'ya Ueoka2018-07-283-0/+55
|
* [wip] implement command usecasesShin'ya Ueoka2018-07-264-2/+64
|
* Open link as Clean ArchitectureShin'ya Ueoka2018-07-221-2/+18
|
* Indicator as Clean ArchitectureShin'ya Ueoka2018-07-222-0/+16
|
* TabPresenterShin'ya Ueoka2018-07-221-0/+5