Jonathan Kingston
b784681eef
Adding an s://
2018-02-09 18:37:29 +00:00
Jonathan Kingston
66651d94c7
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
02ad95b86e
Bumping version to 6.0.0 to account for latest fixes
2018-02-09 18:33:54 +00:00
Jonathan Kingston
c9fc65a47b
Merge pull request #1107 from stoically/tests
...
Adding assignment feature tests
2018-02-09 18:07:20 +00:00
Jonathan Kingston
9a3202b13f
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
05dc1fb217
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
5082101aff
Allow webextensions with contextualIdentities permission to get assignment
...
Closes #1095
2018-02-09 18:00:26 +00:00
stoically
c061e869ba
Add management permission to manifest.json
...
Part of #1095
2018-02-09 18:00:26 +00:00
stoically
d5b469a873
Cancel requests with the same requestId
...
Prevents potential redirects from opening two tabs
Closes #1114
2018-02-09 17:59:23 +00:00
stoically
e867e0ab5b
Add test for issue #940
2018-02-09 12:02:41 +01:00
stoically
59b72290cc
Added assignment feature test
...
Part of #1107
2018-02-02 19:05:40 +01:00
luke crouch
a86ec308fe
Merge pull request #1106 from timendum/master
...
Fix for siteSettings is null
2018-01-30 14:03:06 -06:00
Timendum
4cbfa3a176
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
aed27aa976
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
4d12e208ad
Merge pull request #1097 from crenwick/fix-unwanted-shortcut-bug
...
Fixes #1084 .
2018-01-29 10:27:16 -06:00
Charles Renwick
be836436d4
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
973073072e
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
7353a9f9ac
id:@testpilot-containers to manifest.json; 5.0.1
2018-01-08 22:59:52 +00:00
Tiago Botelho
ab638a90aa
Fixes code markdown wrapping under Development in the README section
2018-01-08 20:37:35 +00:00
LoveIsGrief
5900b6a886
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
9e9d94f2bf
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
d61b4dd921
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
8a73d43643
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
04f42c84ba
update README & package.json to match web-ext flow
2017-12-05 19:06:13 +00:00
Jonathan Kingston
67c69c7e86
Move to a Web Extension only. Fixes #1005
2017-12-05 19:06:13 +00:00
luke crouch
96847e03d6
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
bcbdd3a185
Maintain the active state of the redirected tab
2017-12-02 15:25:32 +01:00
luke crouch
f5ca274485
Merge pull request #992 from crenwick/open-containers-shortcut
...
Adds shortcut to open containers.
2017-11-28 15:59:19 -06:00
Charles Renwick
6ed784c941
Removes shortcut for the tenth container.
2017-11-28 16:17:48 -05:00
Charles Renwick
39b5d797f9
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
c8d44bef27
fixes keyCodes
2017-11-21 10:51:29 -05:00
Charles Renwick
1fe1106a55
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
1a7ab28d4b
ignore all *.sw* files for jpm and git
2017-11-17 09:59:29 -06:00
luke crouch
c7d67feb67
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
aa2e6d0c66
bump version to 4.1.0
2017-11-16 09:47:18 -06:00
groovecoder
73f17182fc
ignore webextension/web-ext-artifacts
2017-11-16 15:38:34 +00:00
Jonathan Kingston
e85d37ff7c
Change (un)install changes to only work for >57. Fixes #858 and Fixes #900
2017-11-16 15:38:34 +00:00
groovecoder
92560e1172
when user reaches container tab count, show achievement panel
2017-11-16 15:30:02 +00:00
groovecoder
007af37d9e
start containerTabsOpened counter
2017-11-16 15:30:02 +00:00
baku
b6f46f4cd3
TextEncoder/TextDecoder from Cu.importGlobalProperties - #949
2017-11-14 19:36:34 +00:00
luke crouch
a74a57318c
Merge pull request #882 from mozilla/update-README-distribute-steps
...
add steps for signing, AMO, and GitHub to README
2017-09-29 14:21:22 -05:00
groovecoder
80bf8e3e4b
add steps for signing, AMO, and GitHub to README
2017-09-29 13:15:16 -05:00
groovecoder
7647c44d66
bump version to 4.0.3
2017-09-29 18:04:53 +01:00
luke crouch
60c613bd3f
Merge pull request #879 from jonathanKingston/fix-disable-notice
...
Clean up disabled Private Mode notice. Fixes #878
2017-09-29 11:24:24 -05:00
luke crouch
f1a5c3e788
Merge pull request #870 from jonathanKingston/delete-non-existent-container
...
Fix assignment of stale containers. Fixes #803
2017-09-29 11:06:03 -05:00
Jonathan Kingston
dc0ad78c8b
Clean up disabled Private Mode notice. Fixes #878
2017-09-29 16:59:51 +01:00
Jonathan Kingston
8fb3543a64
Fix assignment of stale containers. Fixes #803 Fixes #827
2017-09-27 13:51:40 +01:00
luke crouch
7314ca7e65
Merge pull request #859 from jonathanKingston/prevent-enter-handler-calling-click
...
Preventing default on enter handler as it seems to call click handler…
2017-09-26 10:46:53 -05:00
luke crouch
91b3a57f2c
Merge pull request #857 from jonathanKingston/change-wording
...
Change delete title to remove. Fixes #700
2017-09-26 10:38:57 -05:00
luke crouch
08f4215ccc
Merge pull request #853 from jonathanKingston/bump-version-and-min-ff-version
...
Add strict min version and extension id and bump version to 4.0.2. Fixes
2017-09-26 10:37:21 -05:00