Lesley Norton
1c0f2d8c5c
MozillaVPN Integration
2021-10-20 12:52:41 -05:00
luke crouch
8a8f5572fc
Merge branch 'master' into proxy-support
2021-09-28 17:07:21 -05:00
Carlos Marin
4e4ed390e0
Replace deprecated method
...
Close #2047
2021-05-18 14:36:29 -03:00
luke crouch
63996ce416
Merge branch 'master' into proxy-support
2020-11-11 17:14:07 -06:00
Kendall Werts
ef66bee929
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
707cec56c5
keyboard shortcuts working
2020-02-28 15:47:43 -06:00
Kendall Werts
807435ca4b
code review and feedback changes
2020-02-28 15:47:43 -06:00
Kendall Werts
db46e71516
linting issues
2020-02-28 15:47:43 -06:00
Kendall Werts
486072bef8
keyboard shortcuts
2020-02-28 15:47:43 -06:00
Kendall Werts
a33e358de8
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
fbba6beee2
testing keyboard shortcuts
2020-02-28 15:47:43 -06:00
Kendall Werts
9e12014c07
Fix for #1632 : Pinned tabs cannot be loaded as 'discarded'
2020-02-13 16:54:18 -06:00
Kendall Werts
85c403bef5
made some suggested changes
2020-01-23 13:47:45 -06:00
luke crouch
da24febe6e
Merge branch 'master' into duplicated-tabs
2019-10-25 10:49:11 -05:00
Oksana Melnik
c3da573722
cleanup
2019-10-25 08:08:04 +02:00
Kendall Werts
7c08cf3190
Merge branch 'bookmark-context' of github.com:kendallcorner/multi-account-containers into bookmark-context
2019-10-24 16:46:54 -05:00
Kendall Werts
87a2aa5f1e
added url checks for edge case urls
2019-10-24 16:16:02 -05:00
Maxx Crawford
dda5c9eeff
Merge branch 'master' into bookmark-context
2019-10-24 14:33:15 -05:00
Kendall Werts
e7824f367b
added bookmarks as optional_permission and added checkbox in preferences menu.
2019-10-24 14:14:30 -05:00
Karskaja
9ff1a14e0e
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
384ac486d9
duplitated-tabs: don't unhide duplicates of already opened tab
2019-10-19 14:43:03 +02:00
Samuel Crypto
f47b4c8f6c
Added clean up of proxy association after container deletion
2019-10-04 11:31:31 -04:00
Samuel Crypto
3a0af38900
Replaced window with global and modified eslintrc
2019-10-04 11:31:30 -04:00
Samuel Crypto
70511e2722
Added space after // everywhere where relevant
2019-10-04 11:31:30 -04:00
Samuel Crypto
7f252c75b8
Final lint fixes
2019-10-04 11:31:30 -04:00
Samuel Crypto
34bde83067
Fixed problem where creating a new container did not correctly associate the proxy entered with it
2019-10-04 11:31:30 -04:00
Samuel Crypto
067843c4b9
Integrated the proxified-containers.js logic into relevant files without direct proxifying yet
2019-10-04 11:31:30 -04:00
ctgardner
639399925c
Refactor async anonymous functions into arrow functions
...
- fixes #972
2019-05-07 02:23:00 +01:00
mingchia-andy-liu
66a9116524
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
b6dd32f683
moved unhiding container to background logic
2018-10-22 20:05:03 -04: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
Jonathan Kingston
d944116e3e
Move to a Web Extension only. Fixes #1005
2017-12-05 19:06:13 +00:00