Samuel Crypto
66cde07135
Created Utils.DEFAULT_PROXY and referenced it everywhere
2019-10-04 11:31:31 -04: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
e3531fb7b5
Fixed lint JS errors
2019-10-04 11:31:30 -04:00
Samuel Crypto
790a9273f9
Integrated proxy.onRequest functionality
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
shivangikakkar
42b0312790
exempting always open in functionality for non-standard ports
2019-01-19 02:02:27 +09: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
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
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
7dceaf6679
Cancel requests with the same requestId
...
Prevents potential redirects from opening two tabs
Closes #1114
2018-02-09 17:59:23 +00: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
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
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