Commit graph

110 commits

Author SHA1 Message Date
Daniel Campoverde
6fc5d06205 Previous selected tab based on tab events only 2017-11-26 13:26:27 -05:00
Daniel Campoverde
3acd921d52 Use tab-change event handler 2017-11-26 13:19:40 -05:00
Daniel Campoverde
e9a7f679c4 Keep current en previous tabs id 2017-11-26 12:39:09 -05:00
Daniel Campoverde
9c1bc5552a Format lines to 80 chars 2017-11-26 12:39:09 -05:00
Daniel Campoverde
94dedbd0e9 Clean selectPrevSelTab 2017-11-26 12:39:09 -05:00
Daniel Campoverde
92a1e170e1 Keep previous selected tab 2017-11-26 12:39:08 -05:00
Daniel Campoverde
50cc126e08 Dummy selectPrevSelTab implementation 2017-11-26 12:39:08 -05:00
Shin'ya Ueoka
e021504356 first find implementation 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
be37c42d28 show find in console 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
24c7369451 Remove update propagation 2017-10-31 19:34:32 +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
157ebaef9c index reducer in background 2017-10-14 22:11:54 +09:00
Shin'ya Ueoka
142c7d45f4 fix errors on tabs selection 2017-10-10 22:11:19 +09:00
Shin'ya Ueoka
053a6f0948 fix tab selection 2017-10-10 21:45:54 +09:00
Shin'ya Ueoka
0f9bcbd395 fix degrate 2017-10-09 20:44:14 +09:00
Shin'ya Ueoka
c913dcdec7 parse json in settings 2017-10-09 15:30:05 +09:00
Shin'ya Ueoka
b0d2b53281 use mode in console message 2017-10-08 19:09:25 +09:00
Shin'ya Ueoka
d262fd1a2f support w/W command 2017-10-08 15:29:37 +09:00
Shin'ya Ueoka
2faf44af74 move store to shared 2017-10-08 15:11:09 +09:00
Shin'ya Ueoka
d886d7de29 move background 2017-10-08 14:57:27 +09:00
Shin'ya Ueoka
58123210ab separate settings 2017-10-08 14:44:21 +09:00
Shin'ya Ueoka
22db12f2a3 move messages to shared 2017-10-08 13:58:01 +09:00
Shin'ya Ueoka
8ff302a1f2 store input keys in content script 2017-10-07 18:50:43 +09:00
Shin'ya Ueoka
9fb7bf96be fix console errors 2017-10-07 11:44:19 +09:00
Shin'ya Ueoka
4cb17031d1 [wip] remove STATE_UPDATE 2017-10-06 23:55:52 +09:00
Shin'ya Ueoka
32168a94e0 fix imports in src 2017-10-05 20:14:58 +09:00
Shin'ya Ueoka
6594841b1d use createStore short-hand method 2017-10-04 21:30:57 +09:00
Shin'ya Ueoka
a74a8b537e BackgroundInputComponent 2017-10-01 17:18:26 +09:00
Shin'ya Ueoka
825bb63476 BackgroundComponent 2017-10-01 17:17:47 +09:00
Shin'ya Ueoka
27aa739caf search settings in store 2017-10-01 15:04:23 +09:00
Shin'ya Ueoka
7a85b203ac load default settings 2017-10-01 13:46:15 +09:00
Shin'ya Ueoka
6551420e1a move messages to content 2017-09-30 20:36:17 +09:00
Shin'ya Ueoka
c5efeda78c reload settings on settings changed 2017-09-30 13:42:04 +09:00
Shin'ya Ueoka
e3f95f9ecf Initialize default settings on background 2017-09-30 13:32:54 +09:00
Shin'ya Ueoka
e97ffafea3 load keymaps from storage 2017-09-30 13:32:34 +09:00
Shin'ya Ueoka
4edb0331a1 clean operation definitions 2017-09-25 21:45:03 +09:00
Shin'ya Ueoka
6c01283973 support t/T command and fix alter mode 2017-09-25 19:50:11 +09:00
Shin'ya Ueoka
a5af174db5 filter closed path 2017-09-18 00:53:11 +09:00
Shin'ya Ueoka
44d9123bc4 sory by url 2017-09-18 00:27:39 +09:00
Shin'ya Ueoka
5d13818fb4 use shortest link on suggestion filter 2017-09-18 00:17:26 +09:00
Shin'ya Ueoka
43cf68b65b fix history range 2017-09-18 00:02:03 +09:00
Shin'ya Ueoka
bf8470e131 fix for lint 2017-09-17 23:59:30 +09:00