aboutsummaryrefslogtreecommitdiff
path: root/test/content
Commit message (Collapse)AuthorAgeFilesLines
...
* hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-041-0/+2
|
* pagination tweaks and fixes:chocolateboy2017-11-231-3/+3
| | | | | | | | - fallback links: - select the last matching link rather than the first - use `innerText` rather than `textContent` - use a single regex for each pattern rather than an array - fix markup typo in test
* improve #linkPrev and #linkNext:chocolateboy2017-11-171-37/+119
| | | | | | - add support for <link> elements - match if there's more than one rel e.g. <a rel="nofollow next">...</a> - more tests
* fix hot-reload settingsShin'ya Ueoka2017-11-131-2/+2
|
* support mutliple modifiers for key bindingsShin'ya Ueoka2017-11-114-44/+34
|
* remove unused actions and fix testShin'ya Ueoka2017-11-112-42/+10
|
* add find action and reducerShin'ya Ueoka2017-11-112-0/+55
|
* fix plugin loadShin'ya Ueoka2017-11-051-1/+1
|
* rename to follow-controllerShin'ya Ueoka2017-10-314-83/+83
|
* add setting actions in contentShin'ya Ueoka2017-10-222-0/+31
|
* add addon actionsShin'ya Ueoka2017-10-212-0/+64
|
* support shift modifierShin'ya Ueoka2017-10-211-0/+24
|
* emit mapped keys from input-componentShin'ya Ueoka2017-10-212-7/+79
|
* 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
|
* separate contentShin'ya Ueoka2017-10-086-0/+159
|
* fix imports in testShin'ya Ueoka2017-10-053-3/+3
|
* follow as reduxShin'ya Ueoka2017-10-022-34/+0
|
* implement go-parent commandShin'ya Ueoka2017-09-171-3/+9
|
* pagenate by prev/next linksShin'ya Ueoka2017-09-171-0/+50
|
* 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