Commit Graph

  • 4e94695c75 add key utils Shin'ya Ueoka 2017-11-04 23:55:09 +0900
  • 0630c8f566
    Merge pull request #142 from ueokande/find-mode Shin'ya Ueoka 2017-11-11 11:18:01 +0000
  • fe8a928317 remove unused actions and fix test Shin'ya Ueoka 2017-11-11 18:45:10 +0900
  • e3409b3aae fix on unfocus Shin'ya Ueoka 2017-11-11 18:34:57 +0900
  • 12db4943ee show error on find and wrap search Shin'ya Ueoka 2017-11-11 15:53:46 +0900
  • 6db2458929 prevent Shin'ya Ueoka 2017-11-10 21:31:40 +0900
  • e021504356 first find implementation Shin'ya Ueoka 2017-11-09 21:05:02 +0900
  • 956dd937d3 console as redux architecture Shin'ya Ueoka 2017-11-07 21:20:22 +0900
  • e1c70769ea add find action and reducer Shin'ya Ueoka 2017-11-06 22:03:53 +0900
  • be37c42d28 show find in console Shin'ya Ueoka 2017-11-06 20:13:15 +0900
  • cb4b26e03f flexible prompt Shin'ya Ueoka 2017-11-06 19:47:58 +0900
  • 5538ea2ff3 support about blank Shin'ya Ueoka 2017-11-10 19:58:48 +0900
  • 86b534b1e1
    Merge pull request #131 from usk/duplicating-current-tab Shin'ya Ueoka 2017-11-06 21:45:02 +0000
  • c4de9ec451 add support for duplicating current tab usk 2017-11-04 07:38:51 +0900
  • 256820f78d
    Merge pull request #124 from JiaboHou/pin-tab Shin'ya Ueoka 2017-11-05 23:41:38 +0000
  • 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 Jiabo Hou 2017-11-05 17:59:46 -0500
  • c2d2f895a5 added support for pinning/unpinning tabs Jiabo Hou 2017-10-31 19:37:27 -0400
  • b3b017a123
    Merge pull request #113 from alx741/tabs Shin'ya Ueoka 2017-11-05 13:17:40 +0000
  • 7cdbe310c1
    Merge pull request #136 from ueokande/release-0.4 Shin'ya Ueoka 2017-11-05 03:21:53 +0000
  • 58efb40bd9 Release 0.4 Shin'ya Ueoka 2017-11-05 12:06:29 +0900
  • 7f890701c1
    Merge pull request #135 from ueokande/qa-0.4 Shin'ya Ueoka 2017-11-05 02:54:55 +0000
  • 7e6b8262b5 fix settings reload on content Shin'ya Ueoka 2017-11-05 11:48:11 +0900
  • 5851287b4c
    Merge pull request #134 from ueokande/qa-0.4 Shin'ya Ueoka 2017-11-05 02:43:53 +0000
  • 64236aaad0 Add 0.4 tests Shin'ya Ueoka 2017-11-05 11:15:40 +0900
  • 764d7a34bd add support for following some buttons on mobile.twitter.com usk 2017-11-05 10:06:26 +0900
  • 3a83d2f4d5 clean QA Shin'ya Ueoka 2017-11-05 10:25:36 +0900
  • 516a701ebb
    Merge pull request #129 from ueokande/retry-setting-load Shin'ya Ueoka 2017-11-04 22:52:17 +0000
  • 387524a407 fix plugin load Shin'ya Ueoka 2017-11-03 14:54:13 +0900
  • e1fdba6935
    Merge pull request #117 from gliptak/patch-1 Shin'ya Ueoka 2017-11-04 13:23:45 +0000
  • e4ff3a78fb
    Merge pull request #126 from ueokande/69-fix-completion-navigate Shin'ya Ueoka 2017-11-02 23:07:06 +0000
  • 774a960a83 remove comparison with previous value Shin'ya Ueoka 2017-11-02 21:04:13 +0900
  • 9f1a18352f
    Merge pull request #123 from ueokande/64-follow-area-tags Shin'ya Ueoka 2017-11-02 11:41:11 +0000
  • 14241ca842 support following area tags Shin'ya Ueoka 2017-10-31 21:37:53 +0900
  • 2c600786c8 rename to follow-controller Shin'ya Ueoka 2017-10-29 10:46:34 +0900
  • 24c7369451 Remove update propagation Shin'ya Ueoka 2017-10-28 14:10:46 +0900
  • c4996ef5d8
    Merge pull request #120 from cozywigwam/master Shin'ya Ueoka 2017-10-30 21:59:36 +0000
  • cacdce7398 Minor adjustments in readme for clarification Grant Surratt 2017-10-30 09:24:08 -0700
  • 15cd0c6d63
    Bring Firefox current inTravis Gábor Lipták 2017-10-30 08:43:23 -0400
  • 3a1940a0c3 fix completion navigate Shin'ya Ueoka 2017-10-30 20:49:18 +0900
  • 12f960fe35 Document first and last tab operations Daniel Campoverde 2017-10-29 22:28:48 -0500
  • ef98e196ab Add TAB_LAST operation Daniel Campoverde 2017-10-29 22:26:08 -0500
  • d0df1a05a1 Clean up TAB_FIRST operation Daniel Campoverde 2017-10-29 22:03:46 -0500
  • 2c97f8a4f3 Fix selectFirstTab Daniel Campoverde 2017-10-29 22:01:12 -0500
  • 026fee32d6 Default TAB_FIRST mapping Daniel Campoverde 2017-10-29 21:56:59 -0500
  • a2651f617f Add TAB_FIRST operation Daniel Campoverde 2017-10-29 20:48:22 -0500
  • aeebdcd3ef
    Merge pull request #112 from alx741/readme Shin'ya Ueoka 2017-10-29 22:05:36 +0000
  • b07d4f847c Console commands clarification Daniel Campoverde 2017-10-29 16:03:54 -0500
  • 84e5a966ae Fix typo Daniel Campoverde 2017-10-29 16:02:01 -0500
  • 860eb63942 Fix typo Daniel Campoverde 2017-10-29 15:59:35 -0500
  • 43dfa066c7
    Merge pull request #110 from ueokande/107-scroll-window-and-body Shin'ya Ueoka 2017-10-29 13:30:11 +0000
  • 9c277d0b04 scroll html and body preferentially Shin'ya Ueoka 2017-10-29 22:20:41 +0900
  • 8314bcba62
    Merge pull request #104 from ueokande/83-run-on-document-loaded Shin'ya Ueoka 2017-10-28 23:46:51 +0000
  • 1a873ce9c3 run at document end and run in all urls Shin'ya Ueoka 2017-10-28 23:32:13 +0900
  • b793731bfb Merge pull request #97 from ueokande/blacklist-readme Shin'ya Ueoka 2017-10-26 23:12:29 +0000
  • 24f026469f blacklist in README Shin'ya Ueoka 2017-10-26 22:09:19 +0900
  • ce4232e880 Merge pull request #95 from ueokande/release-0.3 Shin'ya Ueoka 2017-10-26 12:08:13 +0000
  • a40459bd98 Bump a version Shin'ya Ueoka 2017-10-25 21:28:37 +0900
  • 20318b5670 Merge pull request #96 from ueokande/QA Shin'ya Ueoka 2017-10-26 11:56:46 +0000
  • 73b4bc380d update QA Shin'ya Ueoka 2017-10-26 20:29:08 +0900
  • d1f456dca0 fix page scroll Shin'ya Ueoka 2017-10-25 21:57:02 +0900
  • 0bd0456592 Update QA Shin'ya Ueoka 2017-10-25 21:54:15 +0900
  • 40a33adf52 Merge pull request #94 from ueokande/target-blank Shin'ya Ueoka 2017-10-25 12:16:31 +0000
  • fda4c95b89 allow to open target='_blank' link Shin'ya Ueoka 2017-10-25 21:05:28 +0900
  • c6f380135d Merge pull request #93 from ueokande/improve-for-certain-pages Shin'ya Ueoka 2017-10-25 11:48:08 +0000
  • a4b86bf3a0 scroll first scrollable elment Shin'ya Ueoka 2017-10-24 21:12:51 +0900
  • 6b60d09ae2 follow [tabindex] Shin'ya Ueoka 2017-10-23 20:40:09 +0900
  • a57cdbd5b5 dom helper Shin'ya Ueoka 2017-10-23 20:10:05 +0900
  • ccc81312a1 Merge pull request #90 from ueokande/11-url-blacklist Shin'ya Ueoka 2017-10-23 10:43:33 +0000
  • b9f2668cea add blacklist setting Shin'ya Ueoka 2017-10-22 22:17:00 +0900
  • c6eb5553d0 add setting actions in content Shin'ya Ueoka 2017-10-22 17:45:16 +0900
  • 7639e99b75 Merge pull request #86 from ueokande/10-disable-temporary Shin'ya Ueoka 2017-10-21 21:17:27 +0900
  • 6ad143d294 change default keymap Shin'ya Ueoka 2017-10-21 19:41:55 +0900
  • dc6d93c1da enable/disable addon by keys Shin'ya Ueoka 2017-10-21 19:40:22 +0900
  • 59f7ef205d add addon actions Shin'ya Ueoka 2017-10-21 13:26:36 +0900
  • cd6f7e7788 support shift modifier Shin'ya Ueoka 2017-10-21 12:42:30 +0900
  • 214a5103f3 emit mapped keys from input-component Shin'ya Ueoka 2017-10-21 11:06:58 +0900
  • c2a663a64d clean Shin'ya Ueoka 2017-10-21 10:13:20 +0900
  • 941073404b Merge pull request #85 from ueokande/use-kbd-tags Shin'ya Ueoka 2017-10-21 08:36:41 +0900
  • b13b00fd85 use kbd tags in QA Shin'ya Ueoka 2017-10-21 07:31:28 +0900
  • 6ede8a8c05 use kbd tags in README Shin'ya Ueoka 2017-10-21 07:22:02 +0900
  • c47a2075bc Merge pull request #84 from ueokande/14-lose-console-focus Shin'ya Ueoka 2017-10-19 21:46:51 +0900
  • 71d35005b4 force console focus Shin'ya Ueoka 2017-10-19 20:31:16 +0900
  • 903c9c78b7 remove message propagation Shin'ya Ueoka 2017-10-18 22:04:30 +0900
  • 86431e82f7 Merge pull request #71 from ueokande/release-0.2 Shin'ya Ueoka 2017-10-18 18:53:31 +0900
  • 15184adac8 bump a version Shin'ya Ueoka 2017-10-17 20:28:08 +0900
  • a73dd19bc1 Merge pull request #75 from ueokande/qa Shin'ya Ueoka 2017-10-17 22:35:02 +0900
  • 8c68088482 Merge pull request #73 from ueokande/fix-for-release Shin'ya Ueoka 2017-10-17 22:15:46 +0900
  • d31799bd4f Update QA Shin'ya Ueoka 2017-10-17 21:24:56 +0900
  • 74c53b9040 fix settings reload Shin'ya Ueoka 2017-10-17 22:01:01 +0900
  • c69cb944ac Merge pull request #72 from ueokande/65-fix-empty-suggestions Shin'ya Ueoka 2017-10-17 21:25:14 +0900
  • c143cf070e reset prevValue on console on shown Shin'ya Ueoka 2017-10-17 21:07:41 +0900
  • 33a97a0e8c Merge pull request #61 from ueokande/multi-frame-following Shin'ya Ueoka 2017-10-16 21:48:41 +0900
  • cf3a1eaf16 fix .eslintrc for Travis CI Shin'ya Ueoka 2017-10-15 22:06:07 +0900
  • 45b3b0510f follow links for multi-frames in viewport Shin'ya Ueoka 2017-10-15 21:59:37 +0900
  • ac5354020e support multi-frame following Shin'ya Ueoka 2017-10-15 12:34:26 +0900
  • 4c9d0433a6 make top-content component and frame-content component Shin'ya Ueoka 2017-10-15 09:02:09 +0900
  • 042aa94936 console only top window Shin'ya Ueoka 2017-10-15 07:37:42 +0900
  • 157ebaef9c index reducer in background Shin'ya Ueoka 2017-10-14 22:11:54 +0900
  • fc90f78e26 load content script all_frames and click link Shin'ya Ueoka 2017-10-14 13:18:46 +0900
  • bebf8e2327 get hints from window Shin'ya Ueoka 2017-10-14 06:46:31 +0900