Commit graph

248 commits

Author SHA1 Message Date
Shin'ya Ueoka
e3409b3aae fix on unfocus 2017-11-11 18:34:57 +09:00
Shin'ya Ueoka
12db4943ee show error on find and wrap search 2017-11-11 16:16:10 +09:00
Shin'ya Ueoka
6db2458929 prevent 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
e021504356 first find implementation 2017-11-11 16:16:01 +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
Shin'ya Ueoka
cb4b26e03f flexible prompt 2017-11-11 16:16:01 +09:00
usk
c4de9ec451 add support for duplicating current tab 2017-11-07 03:22:18 +09:00
Jiabo Hou
87b8280d4b code review
* change default keybinding for pin/unpin tab from 'p' to 'zp'
 * use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned
2017-11-05 18:09:02 -05:00
Jiabo Hou
c2d2f895a5 added support for pinning/unpinning tabs
features:
 * pin tab
 * unpin tab
 * toggle pin/unpin tab
2017-11-05 17:28:26 -05:00
Shin'ya Ueoka
b3b017a123
Merge pull request #113 from alx741/tabs
Add Tabs first/last selectors
2017-11-05 13:17:40 +00:00
Shin'ya Ueoka
7e6b8262b5 fix settings reload on content 2017-11-05 11:48:11 +09:00
Shin'ya Ueoka
387524a407 fix plugin load 2017-11-05 07:47:05 +09:00
Shin'ya Ueoka
e4ff3a78fb
Merge pull request #126 from ueokande/69-fix-completion-navigate
fix completion navigate
2017-11-02 23:07:06 +00:00
Shin'ya Ueoka
774a960a83 remove comparison with previous value 2017-11-02 21:04:13 +09:00
Shin'ya Ueoka
14241ca842 support following area tags 2017-10-31 21:37:53 +09:00
Shin'ya Ueoka
2c600786c8 rename to follow-controller 2017-10-31 19:34:32 +09:00
Shin'ya Ueoka
24c7369451 Remove update propagation 2017-10-31 19:34:32 +09:00
Shin'ya Ueoka
3a1940a0c3 fix completion navigate 2017-10-30 20:49:18 +09:00
Daniel Campoverde
ef98e196ab Add TAB_LAST operation 2017-10-29 22:26:08 -05:00
Daniel Campoverde
d0df1a05a1 Clean up TAB_FIRST operation 2017-10-29 22:03:46 -05:00
Daniel Campoverde
2c97f8a4f3 Fix selectFirstTab 2017-10-29 22:01:12 -05:00
Daniel Campoverde
026fee32d6 Default TAB_FIRST mapping 2017-10-29 21:56:59 -05:00
Daniel Campoverde
a2651f617f Add TAB_FIRST operation 2017-10-29 20:48:22 -05:00
Shin'ya Ueoka
9c277d0b04 scroll html and body preferentially 2017-10-29 22:21:18 +09:00
Shin'ya Ueoka
d1f456dca0 fix page scroll 2017-10-25 22:00:08 +09:00
Shin'ya Ueoka
fda4c95b89 allow to open target='_blank' link 2017-10-25 21:05:28 +09:00
Shin'ya Ueoka
a4b86bf3a0 scroll first scrollable elment 2017-10-24 21:55:50 +09:00
Shin'ya Ueoka
6b60d09ae2 follow [tabindex]
the [tabindex] elements are used in gmail
2017-10-23 20:40:09 +09:00
Shin'ya Ueoka
a57cdbd5b5 dom helper 2017-10-23 20:10:05 +09:00
Shin'ya Ueoka
b9f2668cea add blacklist setting 2017-10-22 22:17:00 +09:00
Shin'ya Ueoka
c6eb5553d0 add setting actions in content 2017-10-22 20:14:38 +09:00
Shin'ya Ueoka
6ad143d294 change default keymap 2017-10-21 19:41:55 +09:00
Shin'ya Ueoka
dc6d93c1da enable/disable addon by keys 2017-10-21 19:40:22 +09:00
Shin'ya Ueoka
59f7ef205d add addon actions 2017-10-21 13:26:36 +09:00
Shin'ya Ueoka
cd6f7e7788 support shift modifier 2017-10-21 12:50:53 +09:00
Shin'ya Ueoka
214a5103f3 emit mapped keys from input-component 2017-10-21 12:47:44 +09:00
Shin'ya Ueoka
c2a663a64d clean 2017-10-21 10:13:20 +09:00
Shin'ya Ueoka
71d35005b4 force console focus 2017-10-19 20:31:16 +09:00
Shin'ya Ueoka
903c9c78b7 remove message propagation 2017-10-18 22:04:30 +09:00
Shin'ya Ueoka
74c53b9040 fix settings reload 2017-10-17 22:01:01 +09:00
Shin'ya Ueoka
c143cf070e reset prevValue on console on shown 2017-10-17 21:07:41 +09:00
Shin'ya Ueoka
45b3b0510f follow links for multi-frames in viewport 2017-10-15 21:59:37 +09:00
Shin'ya Ueoka
ac5354020e support multi-frame following 2017-10-15 17:42:17 +09:00
Shin'ya Ueoka
4c9d0433a6 make top-content component and frame-content component 2017-10-15 09:04:00 +09:00
Shin'ya Ueoka
042aa94936 console only top window 2017-10-15 07:37:42 +09:00
Shin'ya Ueoka
157ebaef9c index reducer in background 2017-10-14 22:11:54 +09:00
Shin'ya Ueoka
fc90f78e26 load content script all_frames and click link 2017-10-14 13:18:46 +09:00
Shin'ya Ueoka
bebf8e2327 get hints from window 2017-10-14 06:46:31 +09:00