aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Stabilize NavigationPresenterImpl testShin'ya UEOKA2020-12-271-1/+3
|
* Remove unused classesShin'ya Ueoka2020-12-092-186/+1
|
* Add operator testsShin'ya Ueoka2020-12-0947-0/+1583
|
* Make background operator as an operatorShin'ya Ueoka2020-12-091-2/+4
|
* Remove unused usecasesShin'ya Ueoka2020-12-091-95/+0
|
* Add operators' testShin'ya Ueoka2020-12-0937-3/+799
|
* Make HintKeyRepositoryShin'ya Ueoka2020-12-091-10/+23
|
* Fix component testShin'ya Ueoka2020-09-213-14/+18
|
* Separate input componentShin'ya Ueoka2020-09-214-146/+174
|
* Improve a11y on Message componentShin'ya Ueoka2020-09-211-0/+27
|
* Fix Completion.testShin'ya Ueoka2020-09-213-70/+225
|
* Enable @typescript-eslint/no-extra-non-null-assertionShin'ya Ueoka2020-08-114-19/+19
|
* Enable @typescript-eslint/ban-types ruleShin'ya Ueoka2020-08-112-2/+2
|
* Update eslint ant pluginsShin'ya Ueoka2020-08-111-2/+0
|
* Allow to change color scheme by "colorscheme" propertyShin'ya Ueoka2020-05-043-2/+16
|
* Fix types in testsShin'ya Ueoka2020-05-0218-148/+221
|
* fix testShin'ya Ueoka2020-04-131-3/+3
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-1353-1906/+2480
|
* Prefetch completion items and store them to cacheShin'ya Ueoka2020-04-092-28/+76
|
* Complete by flagsShin'ya Ueoka2020-03-291-2/+2
|
* Complete properties on set commandShin'ya Ueoka2020-03-291-0/+15
|
* Complete tab by an index and a flagShin'ya Ueoka2020-03-291-7/+46
|
* Fix tests with TabPresenterShin'ya Ueoka2020-03-292-27/+106
|
* Complete tabs by the completion packagesShin'ya Ueoka2020-03-282-4/+109
|
* Separate repository's interface and its implementationShin'ya Ueoka2020-03-274-117/+250
|
* Revert "Remove ! from commands"Shin'ya Ueoka2020-03-251-1/+1
| | | | This reverts commit f7479c36ad0883455e511a86adf86e147ff4460a.
* Remove ! from commandsShin'ya Ueoka2020-03-251-1/+1
|
* Add command-line parser on console scriptsShin'ya Ueoka2020-03-252-0/+44
|
* Merge pull request #708 from ueokande/sync-storageShin'ya Ueoka2020-02-091-0/+161
|\ | | | | Synchronize settings with Firefox Sync
| * Add SettingUseCase testsShin'ya Ueoka2020-02-091-0/+161
| |
* | Treats digit keys with modifiersShin'ya Ueoka2020-02-091-1/+1
|/
* Enable addon on blacklisted sitesShin'ya Ueoka2019-12-221-1/+1
|
* Fix lint rules on testsShin'ya Ueoka2019-12-228-24/+30
|
* npm run lint:fixShin'ya Ueoka2019-12-2235-253/+253
|
* Rename count to repeatShin'ya Ueoka2019-12-211-16/+16
|
* Fix KeymapUseCase testShin'ya Ueoka2019-12-211-44/+44
|
* Repeat content operation with a numeric prefixShin'ya Ueoka2019-12-131-49/+155
|
* Add prefix functions in KeySequenceShin'ya Ueoka2019-12-131-1/+64
|
* Identify the key is a digitShin'ya Ueoka2019-12-062-10/+54
|
* Validate on top-level settings and use pre-compiled ajvShin'ya Ueoka2019-12-033-32/+0
|
* handle localhost urls with pathchenchao2019-11-071-3/+5
|
* more localhost use caseschenchao2019-11-061-1/+13
|
* Add partial blacklist formShin'ya UEOKA2019-10-082-18/+24
|
* Ignore keys on partial blacklistShin'ya UEOKA2019-10-081-0/+133
|
* Add partial blacklist itemShin'ya UEOKA2019-10-071-50/+128
|
* Use Settings.toJSON on testShin'ya UEOKA2019-10-071-18/+3
|
* Rename valueOf to fromJSONShin'ya UEOKA2019-10-073-12/+12
|
* Move Key to settingsShin'ya UEOKA2019-10-074-54/+54
|
* Make Settings classShin'ya UEOKA2019-10-064-34/+30
|
* Make Blacklist classShin'ya UEOKA2019-10-065-101/+85
|