aboutsummaryrefslogtreecommitdiff
path: root/test/background
Commit message (Expand)AuthorAgeFilesLines
* 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-273-113/+245
* Add SettingUseCase testsShin'ya Ueoka2020-02-091-0/+161
* Fix lint rules on testsShin'ya Ueoka2019-12-221-3/+2
* npm run lint:fixShin'ya Ueoka2019-12-225-36/+36
* Fix NavigateUseCase testShin'ya Ueoka2019-05-241-5/+5
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-241-0/+82
* Declare setting typesShin'ya Ueoka2019-05-061-27/+14
* Types on src/backgroundShin'ya Ueoka2019-05-023-47/+1
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-026-0/+0
* Capitalize background scriptsShin'ya Ueoka2019-02-244-5/+5
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-122-5/+9
* Support global marks which select a tabShin'ya Ueoka2018-10-123-2/+33
* Search keywords on pasteShin'ya Ueoka2018-07-281-26/+0
* Fix last tab is undefinedShin'ya Ueoka2018-07-281-0/+5
* Deep-copy objects on MemoryStorage and add testsShin'ya Ueoka2018-07-281-0/+41
* Clean old codesShin'ya Ueoka2018-07-287-187/+2
* Implement set-commandShin'ya Ueoka2018-07-271-0/+74
* Version as Clean ArchitectureShin'ya Ueoka2018-07-222-46/+12
* Clean and tests for filters on open commandShin'ya Ueoka2018-07-211-0/+113
* Move commands to background/sharedShin'ya Ueoka2018-07-211-0/+84
* Move versions to backgroundShin'ya Ueoka2018-07-112-0/+68
* add testsShin'ya Ueoka2018-05-062-0/+35
* global expectShin'ya Ueoka2018-05-053-3/+0
* add global find keywordShin'ya Ueoka2018-03-072-0/+32
* hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-041-1/+0
* add set property action in backgroundShin'ya Ueoka2018-01-101-0/+18
* separate setting actions and reducersShin'ya Ueoka2018-01-081-0/+19
* BackgroundInputComponentShin'ya Ueoka2017-10-011-31/+0
* key input sequence as action/reducerShin'ya Ueoka2017-09-102-50/+31
* remove keysShin'ya Ueoka2017-09-091-55/+0
* use char-code in KeyQueueShin'ya Ueoka2017-08-271-24/+27
* add keys testShin'ya Ueoka2017-08-151-0/+55
* add key-queue testShin'ya Ueoka2017-08-151-0/+47