aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Move versions to backgroundShin'ya Ueoka2018-07-112-3/+3
|
* Clean settingShin'ya Ueoka2018-07-081-4/+38
|
* See you my reduxShin'ya Ueoka2018-07-081-110/+0
|
* Use official redux on contentShin'ya Ueoka2018-07-082-47/+2
|
* blacklist as an utilShin'ya Ueoka2018-07-081-0/+42
|
* Use pure redux on consoleShin'ya Ueoka2018-07-081-17/+8
|
* Rewrite tests with async/awaitShin'ya Ueoka2018-06-172-53/+27
|
* add testsShin'ya Ueoka2018-05-062-0/+35
|
* Notify when updatedShin'ya Ueoka2018-05-052-0/+94
|
* mock browserShin'ya Ueoka2018-05-051-0/+4
|
* global expectShin'ya Ueoka2018-05-0532-31/+2
|
* set find keyword from backgroundShin'ya Ueoka2018-03-071-1/+1
|
* add global find keywordShin'ya Ueoka2018-03-072-0/+32
|
* hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-042-1/+2
|
* add hide action for consoleShin'ya Ueoka2018-03-042-0/+12
|
* fix property parserShin'ya Ueoka2018-01-111-0/+7
|
* move commands to background actionShin'ya Ueoka2018-01-112-41/+78
|
* add set property action in backgroundShin'ya Ueoka2018-01-101-0/+18
|
* separate setting actions and reducersShin'ya Ueoka2018-01-081-0/+19
|
* property parserShin'ya Ueoka2018-01-081-0/+41
|
* Add PropertiesFormShin'ya Ueoka2018-01-051-0/+86
|
* add property to settingsShin'ya Ueoka2018-01-051-2/+27
|
* move settings validatorShin'ya Ueoka2018-01-051-1/+1
|
* Merge pull request #240 from chocolateboy/pagination-tweaksShin'ya Ueoka2017-11-301-3/+3
|\ | | | | Pagination tweaks and fixes
| * 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
* | remove default form settingsShin'ya Ueoka2017-11-281-1/+3
| |
* | add KeymapsForm testShin'ya Ueoka2017-11-261-0/+53
| |
* | add SearchForm testShin'ya Ueoka2017-11-261-0/+104
| |
* | add BlacklistForm testShin'ya Ueoka2017-11-261-0/+82
| |
* | add input testShin'ya Ueoka2017-11-261-0/+83
| |
* | settings helpersShin'ya Ueoka2017-11-261-0/+112
|/
* 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
|
* fix for symbol keysShin'ya Ueoka2017-11-121-0/+12
|
* support mutliple modifiers for key bindingsShin'ya Ueoka2017-11-114-44/+34
|
* add key utilsShin'ya Ueoka2017-11-112-0/+133
|
* remove unused actions and fix testShin'ya Ueoka2017-11-112-42/+10
|
* console as redux architectureShin'ya Ueoka2017-11-112-3/+21
|
* add find action and reducerShin'ya Ueoka2017-11-112-0/+55
|
* show find in consoleShin'ya Ueoka2017-11-112-2/+9
|
* fix plugin loadShin'ya Ueoka2017-11-051-1/+1
|
* rename to follow-controllerShin'ya Ueoka2017-10-314-83/+83
|
* add blacklist settingShin'ya Ueoka2017-10-221-0/+20
|
* 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
|