aboutsummaryrefslogtreecommitdiff
path: root/src/background/usecases
Commit message (Collapse)AuthorAgeFilesLines
* Distinct notification IDsShin'ya Ueoka2019-08-011-1/+1
|
* Handle errors on loading settingsShin'ya Ueoka2019-07-302-5/+11
| | | | | | | 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.
* Fix completion orderShin'ya UEOKA2019-05-261-1/+4
|
* Repeat open, tabopen and winopen commandShin'ya Ueoka2019-05-253-0/+33
|
* Repeat last operationShin'ya Ueoka2019-05-251-0/+49
|
* NavigateUseCase TabPresenterShin'ya Ueoka2019-05-241-2/+2
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-241-4/+21
|
* Move some navigation operations to backgroundShin'ya Ueoka2019-05-231-0/+40
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-1912-106/+80
|
* Fix failed CircleCIShin'ya Ueoka2019-05-192-6/+13
|
* Fix openerTabId warning on Androidrobsmith112019-05-171-3/+4
|
* Fix history and bookmarks warnings on Androidrobsmith112019-05-171-2/+4
|
* src/contentShin'ya Ueoka2019-05-063-12/+13
|
* Declare setting typesShin'ya Ueoka2019-05-064-38/+37
|
* Types src/contentShin'ya Ueoka2019-05-051-1/+1
|
* Types on src/consoleShin'ya Ueoka2019-05-021-5/+7
|
* Types on src/backgroundShin'ya Ueoka2019-05-0214-168/+243
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-0214-0/+0
|
* Use onInstalled eventShin'ya Ueoka2019-02-251-22/+7
|
* Clean classes and repositoryShin'ya Ueoka2019-02-246-208/+233
|
* Remove unused methodsShin'ya Ueoka2019-02-241-4/+0
|
* Capitalize background scriptsShin'ya Ueoka2019-02-249-58/+59
|
* Correct spelling of WebExtensionsElliot2019-02-061-1/+1
| | | Spelling as per https://wiki.mozilla.org/WebExtensions
* Show alert on opening about:homeShin'ya Ueoka2019-02-041-0/+4
|
* Remove openerTabId on gHShin'ya Ueoka2019-02-041-1/+1
|
* Close only unpinned tabs;Shin'ya Ueoka2018-12-271-1/+4
|
* Add close tabs to the right commandShin'ya Ueoka2018-12-271-0/+12
|
* Add gh/gH to open home pageShin'ya Ueoka2018-12-092-1/+14
|
* Set default complete property valueShin'ya Ueoka2018-10-181-1/+2
|
* Remove adjacenttabShin'ya Ueoka2018-10-131-8/+1
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-121-3/+13
|
* Support global marks which select a tabShin'ya Ueoka2018-10-121-0/+29
|
* Add complete propertyShin'ya Ueoka2018-09-171-11/+22
|
* Limit bookmark items on completionShin'ya Ueoka2018-08-121-5/+6
|
* Use adjacent tabShin'ya Ueoka2018-08-051-1/+1
|
* Add buffer flags on buffer command and completionShin'ya Ueoka2018-07-292-3/+61
|
* Select last tab on presenterShin'ya Ueoka2018-07-291-17/+1
|
* Search keywords on pasteShin'ya Ueoka2018-07-282-26/+3
|
* Fix error on keyword not foundShin'ya Ueoka2018-07-282-5/+4
|
* Fix indicate return valuesShin'ya Ueoka2018-07-281-1/+1
|
* Fix quitall commandShin'ya Ueoka2018-07-281-2/+2
|
* Empty buf completionShin'ya Ueoka2018-07-281-0/+3
|
* Fix last tab is undefinedShin'ya Ueoka2018-07-281-1/+3
|
* Use replace instead of trimStartShin'ya Ueoka2018-07-281-2/+7
|
* Clean old codesShin'ya Ueoka2018-07-281-1/+1
|
* Background operation as Clean ArchitectureShin'ya Ueoka2018-07-281-0/+190
|
* Complete set propertiesShin'ya Ueoka2018-07-271-2/+35
|
* Implement set-commandShin'ya Ueoka2018-07-272-21/+65
|
* [wip] implement command usecasesShin'ya Ueoka2018-07-262-1/+115
|
* Open link as Clean ArchitectureShin'ya Ueoka2018-07-221-0/+27
|