aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1146 from ueokande/improve-error-messageShin'ya Ueoka2021-05-092-5/+7
|\ | | | | Improve an error message on invalid settings
| * Improve an error message on invalid settingsShin'ya Ueoka2021-05-092-5/+7
| |
* | Support reader-modeShin'ya UEOKA2021-05-093-0/+20
|/
* Revert PrefetchAndCacheShin'ya Ueoka2021-04-124-188/+23
|
* update releases URL to match new versioning schemeCihan Demirci2021-03-281-1/+1
|
* Send resize message to the sender tab instead of the current tab.Shin'ya Ueoka2021-03-283-13/+14
| | | | | | Sending resize message to the current table occurs an error, just after switching the tab by a `tabopen` command. The background script unable to connect the current (new tab) because it is in an initialization.
* Move classes to a correct directoryShin'ya Ueoka2021-03-284-3/+3
|
* Resize console dynamicallyShin'ya Ueoka2021-03-145-12/+67
|
* Specific return typeShin'ya Ueoka2021-03-1414-44/+47
|
* Fix error grammarShin'ya Ueoka2020-12-101-2/+2
|
* Use useClass for a classShin'ya Ueoka2020-12-101-1/+1
|
* Remove unused classesShin'ya Ueoka2020-12-0914-352/+9
|
* Make WindowPresenter interfaceShin'ya Ueoka2020-12-095-6/+12
|
* Fix select next/prevShin'ya Ueoka2020-12-093-13/+7
|
* Make background operator as an operatorShin'ya Ueoka2020-12-0922-47/+173
|
* Make background operations as a operatorShin'ya Ueoka2020-12-0946-108/+892
|
* 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.