aboutsummaryrefslogtreecommitdiff
path: root/src/background/usecases
Commit message (Collapse)AuthorAgeFilesLines
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-1314-188/+198
|
* Clean unused codeShin'ya Ueoka2020-03-291-205/+0
|
* Complete tabs by the completion packagesShin'ya Ueoka2020-03-2812-24/+24
|
* Use new completion use-case on current use-case (aliased)Shin'ya Ueoka2020-03-262-111/+20
|
* Add SettingUseCase testsShin'ya Ueoka2020-02-094-23/+22
|
* Synchronize settings via Firefox SyncShin'ya Ueoka2020-02-031-6/+17
|
* Rename setting repositories and refactorShin'ya Ueoka2020-02-033-13/+12
|
* Update typescriptShin'ya Ueoka2019-12-221-1/+2
|
* npm run lint:fixShin'ya Ueoka2019-12-2214-124/+124
|
* Make Settings classShin'ya UEOKA2019-10-061-1/+1
|
* Make Properties classShin'ya UEOKA2019-10-062-4/+4
|
* Add :help command to open helpShin'ya UEOKA2019-10-011-1/+7
|
* Fix undefined checking on operation parameterShin'ya Ueoka2019-08-281-4/+14
|
* Open options page on banner clickShin'ya Ueoka2019-08-201-1/+3
|
* Merge pull request #622 from ueokande/fallback-default-settingsShin'ya Ueoka2019-08-052-5/+11
|\ | | | | Handle errors on loading settings
| * 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.
* | Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-281-1/+5
|/ | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy
* 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
|