aboutsummaryrefslogtreecommitdiff
path: root/test/content
Commit message (Collapse)AuthorAgeFilesLines
* Move Key to settingsShin'ya UEOKA2019-10-074-214/+50
|
* Make Settings classShin'ya UEOKA2019-10-062-8/+7
|
* Make Search classShin'ya UEOKA2019-10-061-2/+3
|
* Make Keymap classShin'ya UEOKA2019-10-061-3/+3
|
* Make KeySequence classShin'ya UEOKA2019-10-062-33/+32
|
* Make key classShin'ya UEOKA2019-10-064-106/+111
|
* Fix ClipboardUseCase.testShin'ya Ueoka2019-05-261-48/+35
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-241-9/+0
|
* Use TSyringe on content scriptShin'ya Ueoka2019-05-215-7/+18
|
* 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-0/+209
|
* 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-062-22/+45
|
* Types src/contentShin'ya Ueoka2019-05-0511-16/+18
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-0215-0/+0
|
* Store x position into marksShin'ya Ueoka2018-10-112-4/+7
|
* Rename mode acton and reducerShin'ya Ueoka2018-10-111-8/+8
|
* Add mark action and reducerShin'ya Ueoka2018-10-112-0/+73
|
* Allow following <summary> elementsMagnus Bergmark2018-07-162-2/+12
|
* Use official redux on contentShin'ya Ueoka2018-07-082-47/+2
|
* global expectShin'ya Ueoka2018-05-0514-14/+0
|
* set find keyword from backgroundShin'ya Ueoka2018-03-071-1/+1
|
* 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
|