aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make Properties classShin'ya UEOKA2019-10-066-73/+43
* Make Search classShin'ya UEOKA2019-10-065-77/+89
* Make Keymap classShin'ya UEOKA2019-10-064-56/+109
* Make KeySequence classShin'ya UEOKA2019-10-062-33/+32
* Make key classShin'ya UEOKA2019-10-064-106/+111
* Fix settings parsingShin'ya Ueoka2019-05-261-0/+4
* Fix ClipboardUseCase.testShin'ya Ueoka2019-05-261-48/+35
* Fix NavigateUseCase testShin'ya Ueoka2019-05-241-5/+5
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-242-9/+82
* Use TSyringe on content scriptShin'ya Ueoka2019-05-215-7/+18
* Use TSyringe on background scriptShin'ya Ueoka2019-05-191-2/+4
* Add HintKeyProducerShin'ya Ueoka2019-05-191-2/+3
* Add NavigationPresenterShin'ya Ueoka2019-05-196-17/+201
* Remove unused componentsShin'ya Ueoka2019-05-198-223/+0
* Follow as a clean architectureShin'ya Ueoka2019-05-191-1/+1
* Define Key and KeySequenceShin'ya Ueoka2019-05-182-48/+93
* Keymaps as a clean architecture [WIP]Shin'ya Ueoka2019-05-182-72/+129
* Hints as a classesShin'ya Ueoka2019-05-173-57/+158
* Clipbaord as a clean architectureShin'ya Ueoka2019-05-111-0/+76
* Mark set/jump as a clean architectureShin'ya Ueoka2019-05-117-44/+194
* findShin'ya Ueoka2019-05-111-3/+3
* Make find as a clean architectureShin'ya Ueoka2019-05-113-22/+199
* Make settings as a clean architectureShin'ya Ueoka2019-05-114-74/+101
* Make addon-enabled as a clean architectureShin'ya Ueoka2019-05-103-17/+105
* src/contentShin'ya Ueoka2019-05-061-1/+0
* Declare setting typesShin'ya Ueoka2019-05-0612-315/+608
* Types src/contentShin'ya Ueoka2019-05-0512-16/+59
* Types src/settingsShin'ya Ueoka2019-05-021-1/+1
* Types on src/consoleShin'ya Ueoka2019-05-022-2/+2
* Types on src/backgroundShin'ya Ueoka2019-05-023-47/+1
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-0237-0/+0
* Fix React Component testsShin'ya Ueoka2019-04-3011-480/+606
* Move to reactShin'ya Ueoka2019-04-296-6/+6
* Support blacklist with portShin'ya Ueoka2019-04-171-0/+7
* Merge pull request #538 from ueokande/scroll-consoleShin'ya Ueoka2019-02-252-23/+153
|\
| * Fix Completion interface and add testShin'ya Ueoka2019-02-151-0/+138