shivangikakkar
abc4e0cdcf
review changes
2018-10-23 15:13:41 +05:30
shivangikakkar
c15eee22c6
implemented remove individual tabs just for visible state
2018-10-21 23:24:18 +05:30
shivangikakkar
1ea04587d9
resolves lint errors
2018-09-25 17:47:17 +05:30
shivangikakkar
bfdbd8199f
fixes-168, added ability to close a tab individually
2018-09-25 00:21:46 +05:30
stoically
99db192792
Merge pull request #1170 from real-or-random/master
...
Update GitHub URLs
2018-03-31 00:04:37 +02:00
stoically
fcbee854d0
Merge pull request #1172 from stoically/add-issue-template
...
Add ISSUE_TEMPLATE
2018-03-30 16:46:22 +02:00
stoically
fae1336467
Add ISSUE_TEMPLATE
2018-03-30 16:43:24 +02:00
Tim Ruffing
655d8f3791
Update GitHub URLs
2018-03-29 13:45:05 +02:00
luke crouch
dcc852bf17
Merge pull request #1120 from stoically/cancel-redirects-tabid-url
...
Cancel redirects for the same requestIds and urls if originating from the same tabId
2018-03-01 14:23:29 -06:00
stoically
dab3005c6f
Cancel redirects for the same requestIds and urls if originating from the same tabId
...
Fixes #940
2018-02-23 15:33:32 +01:00
luke crouch
ee6a54ffa2
Merge pull request #1116 from mozilla/testing-6.0.0
...
Version 6.0.0
2018-02-22 14:44:12 -06:00
Jonathan Kingston
601056406a
Merge pull request #1118 from stoically/tests-6.0.0
...
Add and fix tests for 6.0.0
2018-02-22 16:57:08 +00:00
stoically
fd72ce12b4
Fix assignment test to check for the new openerTabId property
2018-02-10 00:51:13 +01:00
stoically
6e45532f58
Add tests for external webextensions feature
2018-02-10 00:50:29 +01:00
Jonathan Kingston
61da6b5e99
Merge pull request #1117 from mozilla/jonathanKingston-patch-1
...
Adding an s://
2018-02-09 18:37:45 +00:00
Jonathan Kingston
e0156388e8
Adding an s://
2018-02-09 18:37:29 +00:00
Jonathan Kingston
16f1d47bf2
Merge pull request #1115 from jonathanKingston/6.0.0
...
Bumping version to 6.0.0 to account for latest fixes
2018-02-09 18:34:54 +00:00
Jonathan Kingston
ee647344a1
Bumping version to 6.0.0 to account for latest fixes
2018-02-09 18:33:54 +00:00
Jonathan Kingston
40426ca936
Merge pull request #1107 from stoically/tests
...
Adding assignment feature tests
2018-02-09 18:07:20 +00:00
Jonathan Kingston
d1e9c2d1e3
Merge pull request #1066 from LoveIsGrief/1065_-_Feature_Request]_Pass_openerTabId_when_creating_tabs_in_order_to_know_the_parent
...
Pass opener tab id when creating tabs in order to know the parent
2018-02-09 18:06:56 +00:00
Jonathan Kingston
3bd33cda99
Merge branch 'testing-6.0.0' into 1065_-_Feature_Request]_Pass_openerTabId_when_creating_tabs_in_order_to_know_the_parent
2018-02-09 18:04:58 +00:00
stoically
609f62ac7a
Allow webextensions with contextualIdentities permission to get assignment
...
Closes #1095
2018-02-09 18:00:26 +00:00
stoically
ce84665e3a
Add management permission to manifest.json
...
Part of #1095
2018-02-09 18:00:26 +00:00
stoically
7dceaf6679
Cancel requests with the same requestId
...
Prevents potential redirects from opening two tabs
Closes #1114
2018-02-09 17:59:23 +00:00
stoically
b6bcd99dc8
Add test for issue #940
2018-02-09 12:02:41 +01:00
stoically
9bc9509316
Added assignment feature test
...
Part of #1107
2018-02-02 19:05:40 +01:00
luke crouch
22ec01d565
Merge pull request #1106 from timendum/master
...
Fix for siteSettings is null
2018-01-30 14:03:06 -06:00
Timendum
a16cae0342
Fix for siteSettings is null
...
siteSettings can be null, with this change we can avoid an exception.
2018-01-30 10:51:38 +01:00
luke crouch
f17ff7168f
Merge pull request #1055 from ericlathrop/fix-moving-pinned-tabs-to-new-window
...
Fix #1053 .
2018-01-29 11:02:14 -06:00
luke crouch
d3b22faf65
Merge pull request #1097 from crenwick/fix-unwanted-shortcut-bug
...
Fixes #1084 .
2018-01-29 10:27:16 -06:00
Charles Renwick
30e5a27eb4
Fixes #1084 .
...
Before opening a container with the `1-9` shortcut, it ensures that the current pannel is the "containersList"
2018-01-26 13:44:46 -05:00
luke crouch
0f720ec11d
Merge pull request #1073 from tiagonbotelho/tb-fix-readme-code-wrapping
...
Fixes code markdown wrapping under Development in the README section
2018-01-18 14:19:57 -06:00
groovecoder
0ddee7f9d0
id:@testpilot-containers to manifest.json; 5.0.1
2018-01-08 22:59:52 +00:00
Tiago Botelho
1e16e203dc
Fixes code markdown wrapping under Development in the README section
2018-01-08 20:37:35 +00:00
LoveIsGrief
af986e8880
Set the openerTabId to a tab that won't be removed/closed
...
The tab might be removed before we can create the tab making the parent
invalid.
#1065 - [Feature Request] Pass openerTabId when creating tabs in order to know the parent
2018-01-05 13:51:47 +01:00
LoveIsGrief
7e04c46070
Pass the openerTabId when automatically opening tabs in containers
...
the `openerTabId` can also be seen as the tab's parent.
This is useful for extensions like https://github.com/piroor/treestyletab
#1065 - [Feature Request] Pass openerTabId when creating tabs in order to know the parent
2018-01-05 13:05:32 +01:00
LoveIsGrief
166420dd86
Ignore JetBrains IDE files
...
#1065 - [Feature Request] Pass openerTabId when creating tabs in order to know the parent
2018-01-05 13:01:43 +01:00
Eric Lathrop
d7a2b43b07
Fix #1053 .
...
Create the new window with the default tab rather than an existing tab,
then pin the default tab. This allows any pinned tabs to be moved to the
new window because they're not allowed to be moved after a un-pinned
tab. The default tab is automatically closed later in `moveTabsToWindow`
because it's not a part of the container.
2017-12-22 11:51:11 -05:00
groovecoder
bea201a389
update README & package.json to match web-ext flow
2017-12-05 19:06:13 +00:00
Jonathan Kingston
d944116e3e
Move to a Web Extension only. Fixes #1005
2017-12-05 19:06:13 +00:00
luke crouch
4a1597c87f
Merge pull request #1021 from gaborluk/maintain-tab-active-state
...
Maintain the active state of the redirected tab
2017-12-04 09:20:02 -06:00
Gabor Luk
f87bf2a861
Maintain the active state of the redirected tab
2017-12-02 15:25:32 +01:00
luke crouch
ef45cde290
Merge pull request #992 from crenwick/open-containers-shortcut
...
Adds shortcut to open containers.
2017-11-28 15:59:19 -06:00
Charles Renwick
752b1c3b27
Removes shortcut for the tenth container.
2017-11-28 16:17:48 -05:00
Charles Renwick
cf26d8547a
Consolidates switch pattern for shortcut keys.
...
Applies @groovecoder suggestions to consolidate a long switch statement.
2017-11-28 11:40:10 -05:00
Charles Renwick
1d78febafc
fixes keyCodes
2017-11-21 10:51:29 -05:00
Charles Renwick
f483119a40
Adds shortcut to open containers.
...
Makes it more effective to open the first ten containers in the
containers list. Keys 1-0 will open containers 1-10, if that container
exists.
Note: the plugin's popup panel does not autofocus when opened. This
requires the user to focus on the panel by either clicking or pressing
TAB before using shortcut keys. This behavior is consistent with the previous shortcuts for
this addon.
2017-11-21 10:26:30 -05:00
groovecoder
abd2b73fca
ignore all *.sw* files for jpm and git
2017-11-17 09:59:29 -06:00
luke crouch
31ac365e6d
Merge pull request #974 from mozilla/bump-version-to-4.1.0
...
bump version to 4.1.0
2017-11-16 09:50:59 -06:00
groovecoder
df8471a4dd
bump version to 4.1.0
2017-11-16 09:47:18 -06:00