Commit graph

105 commits

Author SHA1 Message Date
Shin'ya Ueoka
85e9b9da37
Merge pull request #432 from Mange/follow-details-summary
Allow following <summary> elements
2018-07-29 13:25:47 +09:00
Shin'ya Ueoka
09c5247dba Search keywords on paste 2018-07-28 23:47:26 +09:00
Shin'ya Ueoka
691e9ca8f2 Fix last tab is undefined 2018-07-28 17:10:08 +09:00
Shin'ya Ueoka
b5b6ba0c74 Deep-copy objects on MemoryStorage and add tests 2018-07-28 14:20:29 +09:00
Shin'ya Ueoka
ccdb0a2428 Clean old codes 2018-07-28 14:20:29 +09:00
Shin'ya Ueoka
86c4841964 Implement set-command 2018-07-27 21:14:57 +09:00
Shin'ya Ueoka
87ed1f43a9 Version as Clean Architecture 2018-07-22 09:30:01 +09:00
Shin'ya Ueoka
0652131de8 Clean and tests for filters on open command 2018-07-21 16:26:54 +09:00
Shin'ya Ueoka
4d4aaa2c4b Move commands to background/shared 2018-07-21 16:15:07 +09:00
Magnus Bergmark
b45ffea6a4
Allow following <summary> elements 2018-07-16 13:04:26 +02:00
Shin'ya Ueoka
067da88d06 Move versions to background 2018-07-11 21:01:48 +09:00
Shin'ya Ueoka
df890379ca Clean setting 2018-07-08 17:27:30 +09:00
Shin'ya Ueoka
96649fef63 See you my redux 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
efa1cb3967 Use official redux on content 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
cf0dcf2522 blacklist as an util 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
85b4bd5b07 Use pure redux on console 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
88238005ab Rewrite tests with async/await 2018-06-17 17:50:42 +09:00
Shin'ya Ueoka
1f51f3260d add tests 2018-05-06 21:11:26 +09:00
Shin'ya Ueoka
88e216d49b Notify when updated 2018-05-05 17:43:42 +09:00
Shin'ya Ueoka
a63311bd34 mock browser 2018-05-05 15:08:01 +09:00
Shin'ya Ueoka
fc8a12faa6 global expect 2018-05-05 13:56:52 +09:00
Shin'ya Ueoka
92f8365be7 set find keyword from background 2018-03-07 21:05:52 +09:00
Shin'ya Ueoka
24e72aa6e0 add global find keyword 2018-03-07 20:57:52 +09:00
Shin'ya Ueoka
90b83d7b7b hide console on <Esc> and <C-{> 2018-03-04 18:41:23 +09:00
Shin'ya Ueoka
37410b874f add hide action for console 2018-03-04 17:57:56 +09:00
Shin'ya Ueoka
befcff973a fix property parser 2018-01-11 20:14:56 +09:00
Shin'ya Ueoka
dda4e7475c move commands to background action 2018-01-11 20:07:25 +09:00
Shin'ya Ueoka
22c34a0a6f add set property action in background 2018-01-10 21:34:40 +09:00
Shin'ya Ueoka
6083e70ea0 separate setting actions and reducers 2018-01-08 22:04:33 +09:00
Shin'ya Ueoka
3dbdcdba07 property parser 2018-01-08 18:37:29 +09:00
Shin'ya Ueoka
86df54067f Add PropertiesForm 2018-01-05 22:55:25 +09:00
Shin'ya Ueoka
e19f89f162 add property to settings 2018-01-05 22:55:25 +09:00
Shin'ya Ueoka
fbdec04786 move settings validator 2018-01-05 22:55:25 +09:00
Shin'ya Ueoka
b18674de73
Merge pull request #240 from chocolateboy/pagination-tweaks
Pagination tweaks and fixes
2017-11-30 19:48:46 +09:00
Shin'ya Ueoka
e1060f9bb2 remove default form settings 2017-11-28 20:45:22 +09:00
Shin'ya Ueoka
705c47bc63 add KeymapsForm test 2017-11-26 12:34:49 +09:00
Shin'ya Ueoka
0967304ebe add SearchForm test 2017-11-26 12:18:12 +09:00
Shin'ya Ueoka
7e2c2476ef add BlacklistForm test 2017-11-26 12:01:48 +09:00
Shin'ya Ueoka
e90cf895ad add input test 2017-11-26 11:45:32 +09:00
Shin'ya Ueoka
d15de42a75 settings helpers 2017-11-26 11:45:05 +09:00
chocolateboy
ee3cd3faab pagination tweaks and fixes:
- 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
2017-11-23 16:39:45 +00:00
chocolateboy
4a44679321 improve #linkPrev and #linkNext:
- add support for <link> elements
- match if there's more than one rel e.g. <a rel="nofollow next">...</a>
- more tests
2017-11-17 23:17:32 +00:00
Shin'ya Ueoka
c202ab0529 fix hot-reload settings 2017-11-13 19:44:19 +09:00
Shin'ya Ueoka
ccf3c7b421 fix for symbol keys 2017-11-12 18:21:28 +09:00
Shin'ya Ueoka
036ede3379 support mutliple modifiers for key bindings 2017-11-11 20:34:31 +09:00
Shin'ya Ueoka
4e94695c75 add key utils 2017-11-11 20:24:41 +09:00
Shin'ya Ueoka
fe8a928317 remove unused actions and fix test 2017-11-11 18:51:32 +09:00
Shin'ya Ueoka
956dd937d3 console as redux architecture 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
e1c70769ea add find action and reducer 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
be37c42d28 show find in console 2017-11-11 16:16:01 +09:00