aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Use jest API and fix some testsShin'ya Ueoka2021-09-2612-57/+53
|
* Use jsdom environment on html testShin'ya Ueoka2021-09-2610-0/+40
|
* Fix mismatched signatureShin'ya Ueoka2021-09-264-10/+8
|
* Remove unused fileShin'ya Ueoka2021-09-263-8/+0
|
* Discover frames on search by count of connectionsShin'ya Ueoka2021-09-252-7/+10
| | | | | | | | When a tab switches pages quickly, a disconnect event on top frame is sometime delivered after second connect event. In addition, `tabs.onUpdated()` event is independent on port connection event. Now the background script finds alive frames by only port connection.
* Sort frame IDsShin'ya Ueoka2021-09-251-1/+2
|
* Create find targets by port connectionsShin'ya Ueoka2021-09-255-32/+32
|
* Search a content from frames successfully loadedShin'ya Ueoka2021-09-235-12/+52
|
* Add tests to findShin'ya Ueoka2021-07-279-283/+532
|
* Add toggleReaderMode to MockTabPresenterShin'ya Ueoka2021-07-271-0/+4
|
* Implement FindNextOperatorShin'ya Ueoka2021-07-057-0/+411
|
* Remove legacy findShin'ya Ueoka2021-07-056-240/+0
|
* Implement missing method in mockShin'ya Ueoka2021-07-051-0/+4
|
* yarn lint:fixShin'ya Ueoka2021-07-043-3/+6
|
* Improve an error message on invalid settingsShin'ya Ueoka2021-05-091-1/+1
|
* Revert PrefetchAndCacheShin'ya Ueoka2021-04-122-102/+28
|
* Replace app state with Custom HooksShin'ya Ueoka2021-04-113-82/+99
|
* Replace completion state with Custom HooksShin'ya Ueoka2021-04-115-150/+168
|
* Separate Command and Completion reducerShin'ya Ueoka2021-04-054-128/+167
|
* Separate Message to InfoMessage and ErrorMessageShin'ya Ueoka2021-04-043-27/+34
|
* Make Completion as a React.FCShin'ya Ueoka2021-04-041-21/+40
|
* Inject iframe on top windowShin'ya Ueoka2021-03-211-0/+4
|
* Attach/detach console iframe on addon enabled/disabledShin'ya Ueoka2021-03-216-6/+47
|
* 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
|