aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Collapse)AuthorAgeFilesLines
* Enable @typescript-eslint/no-extra-non-null-assertionShin'ya Ueoka2020-08-115-18/+18
|
* Enable @typescript-eslint/no-namespaceShin'ya Ueoka2020-08-111-15/+0
|
* Enable @typescript-eslint/ban-types ruleShin'ya Ueoka2020-08-112-3/+23
|
* Allow to change colorscheme property by set commandShin'ya Ueoka2020-05-041-0/+13
|
* Fix message typeShin'ya Ueoka2020-05-041-2/+2
|
* Remove tab completion limitationShin'ya Ueoka2020-05-021-3/+0
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-1355-707/+757
|
* Fix bookmark completion on open commandShin'ya Ueoka2020-04-131-2/+2
|
* Prefetch completion items and store them to cacheShin'ya Ueoka2020-04-094-28/+170
|
* Clean unused codeShin'ya Ueoka2020-03-297-291/+0
|
* Complete properties on set commandShin'ya Ueoka2020-03-293-0/+25
|
* Complete tab by an index and a flagShin'ya Ueoka2020-03-293-11/+48
|
* Complete tabs by the completion packagesShin'ya Ueoka2020-03-2821-45/+175
|
* Separate repository's interface and its implementationShin'ya Ueoka2020-03-277-60/+71
|
* Query completions on open command by a completion sourceShin'ya Ueoka2020-03-263-0/+62
|
* Use new completion use-case on current use-case (aliased)Shin'ya Ueoka2020-03-266-59/+123
|
* Add SettingUseCase testsShin'ya Ueoka2020-02-0912-85/+108
|
* Synchronize settings via Firefox SyncShin'ya Ueoka2020-02-034-11/+46
|
* Rename setting repositories and refactorShin'ya Ueoka2020-02-037-23/+30
|
* Update typescriptShin'ya Ueoka2019-12-221-1/+2
|
* npm run lint:fixShin'ya Ueoka2019-12-2229-171/+171
|
* Rename count to repeatShin'ya Ueoka2019-12-212-5/+5
|
* Add numeric prefix to repeat a commandShin'ya Ueoka2019-12-212-85/+99
|
* Rename valueOf to fromJSONShin'ya UEOKA2019-10-071-1/+1
|
* Make Settings classShin'ya UEOKA2019-10-064-8/+6
|
* 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
|/