Commit graph

29 commits

Author SHA1 Message Date
luke crouch
a75b1bc5f1 Merge branch 'master' into duplicated-tabs 2019-10-25 10:49:11 -05:00
Oksana Melnik
e1c2e47094 cleanup 2019-10-25 08:08:04 +02:00
Kendall Werts
80cf4d0860 Merge branch 'bookmark-context' of github.com:kendallcorner/multi-account-containers into bookmark-context 2019-10-24 16:46:54 -05:00
Kendall Werts
c29c0694fb updated testing setup to understand my api calls 2019-10-24 16:42:19 -05:00
Kendall Werts
328c926ddf added changes requested 2019-10-24 16:32:49 -05:00
Kendall Werts
74c8ca4efb added url checks for edge case urls 2019-10-24 16:16:02 -05:00
Maxx Crawford
963eb57e5e Merge branch 'master' into bookmark-context 2019-10-24 14:33:15 -05:00
Kendall Werts
015b266ab5 added bookmarks as optional_permission and added checkbox in preferences menu. 2019-10-24 14:14:30 -05:00
luke crouch
9fbb9fab98 Merge pull request #1541 from Karskaya/iss1041
Fix #1041- [Feature request] Open previously hidden tabs in the background
2019-10-24 08:17:33 -05:00
Kendall Werts
ed3a8f3784 menu updates when containers are changed, added, or deleted. Tests need to be updated 2019-10-23 15:48:43 -05:00
Kendall Werts
fabfe50d19 edits from input 2019-10-19 22:31:12 -05:00
Karskaja
59ebf4dc42 Fix issue #1041- [Feature request] Open previously hidden tabs in the background
Add 'noload' property to openNewTab options, add 'discarded' parameter to browser.tabs.create. New tabs opened from showTabs will be discarded.
2019-10-19 10:04:48 -04:00
Oksana Melnik
9423013d8b duplitated-tabs: don't unhide duplicates of already opened tab 2019-10-19 14:43:03 +02:00
Kendall Werts
8f24e20290 added ability to open folders as well. issue #323 2019-10-17 15:25:58 -05:00
Kendall Werts
dd61a45901 added bookmark context menu ref: issue #323 2019-10-17 14:15:45 -05:00
Roman Rodriguez
69ab5e4ebd Fix #930 - Disable extension in incognito mode 2019-10-16 13:07:59 -05:00
ctgardner
aac2f44bfd Refactor async anonymous functions into arrow functions
- fixes #972
2019-05-07 02:23:00 +01:00
shivangikakkar
2744c9cd37 exempting always open in functionality for non-standard ports 2019-01-19 02:02:27 +09:00
mingchia-andy-liu
21e10b6c76 Fix delete warning message #1051
- Include the number of tabs that will be closed when container is deleted
- Insert the warning message to the `span` tag that was originally there
2019-01-07 23:08:59 +00:00
aabbi
a29141dfa8 moved unhiding container to background logic 2018-10-22 20:05:03 -04:00
stoically
d5f11a7b86 Cancel redirects for the same requestIds and urls if originating from the same tabId
Fixes #940
2018-02-23 15:33:32 +01: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
d5b469a873 Cancel requests with the same requestId
Prevents potential redirects from opening two tabs
Closes #1114
2018-02-09 17:59:23 +00: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
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
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
Jonathan Kingston
67c69c7e86 Move to a Web Extension only. Fixes #1005 2017-12-05 19:06:13 +00:00