aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* follow links for multi-frames in viewportShin'ya Ueoka2017-10-151-1/+4
|
* make top-content component and frame-content componentShin'ya Ueoka2017-10-154-4/+4
|
* get hints from windowShin'ya Ueoka2017-10-141-1/+1
|
* move hint componentShin'ya Ueoka2017-10-142-2/+2
|
* fix follow for contenteditableShin'ya Ueoka2017-10-122-3/+9
|
* parse json in settingsShin'ya Ueoka2017-10-091-6/+6
|
* Show info on yankedShin'ya Ueoka2017-10-082-0/+15
|
* use mode in console messageShin'ya Ueoka2017-10-082-16/+15
|
* move store to sharedShin'ya Ueoka2017-10-081-1/+1
|
* separate contentShin'ya Ueoka2017-10-086-10/+10
|
* move backgroundShin'ya Ueoka2017-10-081-0/+22
|
* separate settingsShin'ya Ueoka2017-10-081-22/+0
|
* separate consoleShin'ya Ueoka2017-10-082-17/+17
|
* reset follow on enabledShin'ya Ueoka2017-10-081-0/+1
|
* use key instead of keyCode in followShin'ya Ueoka2017-10-082-20/+10
|
* remove completion actions/reducerShin'ya Ueoka2017-10-074-131/+103
|
* fix imports in testShin'ya Ueoka2017-10-0515-24/+24
|
* remove deprecated property in KeyboardEventShin'ya Ueoka2017-10-033-49/+15
|
* add follow action and reducers testShin'ya Ueoka2017-10-022-0/+82
|
* follow as reduxShin'ya Ueoka2017-10-022-6/+6
|
* BackgroundInputComponentShin'ya Ueoka2017-10-011-1/+1
|
* search engine validationShin'ya Ueoka2017-10-011-0/+57
|
* add setting validatorShin'ya Ueoka2017-10-011-0/+25
|
* setting as reduxShin'ya Ueoka2017-10-011-0/+22
|
* add tests for completion and fixShin'ya Ueoka2017-10-012-0/+117
|
* redux in consoleShin'ya Ueoka2017-09-301-48/+0
|
* move messages to contentShin'ya Ueoka2017-09-301-1/+1
|
* implement go-parent commandShin'ya Ueoka2017-09-171-3/+9
|
* pagenate by prev/next linksShin'ya Ueoka2017-09-171-0/+50
|
* add store test and fix storeShin'ya Ueoka2017-09-161-0/+111
|
* consome as store/reducersShin'ya Ueoka2017-09-162-65/+0
|
* fix input actions testShin'ya Ueoka2017-09-111-6/+10
|
* add command actions testShin'ya Ueoka2017-09-111-0/+51
|
* add tests for input action/reducerShin'ya Ueoka2017-09-102-0/+51
|
* key input sequence as action/reducerShin'ya Ueoka2017-09-102-50/+31
|
* completion as action/reducerShin'ya Ueoka2017-09-101-0/+14
|
* add console actions/reducer tests and fix targetsShin'ya Ueoka2017-09-092-0/+80
|
* remove messagesShin'ya Ueoka2017-09-091-25/+0
|
* remove keysShin'ya Ueoka2017-09-091-55/+0
|
* add Completion classShin'ya Ueoka2017-09-051-0/+48
|
* message passing by helper functionsShin'ya Ueoka2017-09-011-0/+25
|
* use char-code in KeyQueueShin'ya Ueoka2017-08-271-24/+27
|
* add Hint testsShin'ya Ueoka2017-08-212-0/+59
|
* add follow testsShin'ya Ueoka2017-08-212-0/+20
|
* add Follow testShin'ya Ueoka2017-08-201-0/+14
|
* add HintKeyProducerShin'ya Ueoka2017-08-171-0/+25
|
* add keys testShin'ya Ueoka2017-08-151-0/+55
|
* add key-queue testShin'ya Ueoka2017-08-151-0/+47