aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Collapse)AuthorAgeFilesLines
...
* Make Properties classShin'ya UEOKA2019-10-063-6/+6
|
* Make Keymap classShin'ya UEOKA2019-10-062-5/+8
|
* Add :help command to open helpShin'ya UEOKA2019-10-014-1/+21
|
* Fix type checkingsShin'ya UEOKA2019-08-291-4/+4
|
* Fix undefined checking on operation parameterShin'ya Ueoka2019-08-281-4/+14
|
* Open options page on banner clickShin'ya Ueoka2019-08-202-2/+13
|
* Merge pull request #622 from ueokande/fallback-default-settingsShin'ya Ueoka2019-08-053-15/+32
|\ | | | | Handle errors on loading settings
| * Distinct notification IDsShin'ya Ueoka2019-08-012-20/+18
| |
| * Handle errors on loading settingsShin'ya Ueoka2019-07-303-6/+25
| | | | | | | | | | | | | | 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.
* | tabs.close: rename selectLeft (boolean) -> select ("left" | "right")chocolateboy2019-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") }
* | Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-282-2/+6
|/ | | | | | | | | | | | | | 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-254-0/+36
|
* Repeat last operationShin'ya Ueoka2019-05-253-1/+89
|
* NavigateUseCase TabPresenterShin'ya Ueoka2019-05-242-3/+5
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-243-5/+26
|
* Move some navigation operations to backgroundShin'ya Ueoka2019-05-233-0/+79
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-223-3/+0
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-1936-200/+208
|
* Fix failed CircleCIShin'ya Ueoka2019-05-193-11/+18
|
* Merge pull request #587 from ueokande/refactor-contentShin'ya Ueoka2019-05-191-3/+3
|\ | | | | Refactor content scripts
| * Make addon-enabled as a clean architectureShin'ya Ueoka2019-05-101-3/+3
| |
* | Fix openerTabId warning on Androidrobsmith112019-05-171-3/+4
| |
* | Fix history and bookmarks warnings on Androidrobsmith112019-05-171-2/+4
| |
* | Fix setIcon warning on Androidrobsmith112019-05-171-1/+7
|/
* src/contentShin'ya Ueoka2019-05-071-1/+1
|
* src/contentShin'ya Ueoka2019-05-064-12/+29
|
* Declare setting typesShin'ya Ueoka2019-05-069-106/+74
|
* Types src/contentShin'ya Ueoka2019-05-058-17/+27
|
* Types on src/consoleShin'ya Ueoka2019-05-021-5/+7
|
* Types on src/backgroundShin'ya Ueoka2019-05-0244-374/+445
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-0246-0/+0
|
* Fix webpackShin'ya Ueoka2019-04-301-3/+3
|
* Relaod settings on local storage changed instead of messageShin'ya Ueoka2019-04-142-7/+10
|
* Show popup when installed or updatedShin'ya Ueoka2019-02-251-1/+4
|
* Use onInstalled eventShin'ya Ueoka2019-02-255-26/+27
|
* Ignore about: tabs on broadcastShin'ya Ueoka2019-02-241-0/+3
|
* Clean classes and repositoryShin'ya Ueoka2019-02-248-237/+278
|
* Remove unused methodsShin'ya Ueoka2019-02-242-8/+0
|
* Capitalize background scriptsShin'ya Ueoka2019-02-2446-240/+242
|
* 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-272-0/+14
|
* Add gh/gH to open home pageShin'ya Ueoka2018-12-093-1/+16
|
* Use webextension message to consoleShin'ya Ueoka2018-11-181-0/+22
|
* Set default complete property valueShin'ya Ueoka2018-10-181-1/+2
|
* Remove adjacenttabShin'ya Ueoka2018-10-132-20/+1
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-124-6/+29
|