Commit graph

22 commits

Author SHA1 Message Date
Kendall Werts
dd4087dc9a Implemented site isolation
Added feature to isolate (lock) assigned sites: When you are in
a container with site isolation enabled, navigating to a site
outside of the assignments will open that site in a new default
container tab.

Co-authored-by: Francis McKenzie <francis.mckenzie@gmail.com>
2020-02-28 15:47:43 -06:00
Kendall Werts
e8dc621e41 keyboard shortcuts working 2020-02-28 15:47:43 -06:00
Kendall Werts
0a90a77125 code review and feedback changes 2020-02-28 15:47:43 -06:00
Kendall Werts
0b5e111545 linting issues 2020-02-28 15:47:43 -06:00
Kendall Werts
6330eca2d3 keyboard shortcuts 2020-02-28 15:47:43 -06:00
Kendall Werts
db8af0bd17 Now can reopen in default container. Added an 'OK' button to new container panel. Fixed some css 2020-02-28 15:47:43 -06:00
Kendall Werts
97c132384c testing keyboard shortcuts 2020-02-28 15:47:43 -06:00
Kendall Werts
19b79b781b Fix for #1632: Pinned tabs cannot be loaded as 'discarded' 2020-02-13 16:54:18 -06:00
Kendall Werts
7700873582 made some suggested changes 2020-01-23 13:47:45 -06:00
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
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
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
ctgardner
aac2f44bfd Refactor async anonymous functions into arrow functions
- fixes #972
2019-05-07 02:23:00 +01: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
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
Renamed from webextension/js/background/backgroundLogic.js (Browse further)