Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #89 endless loop between container and no container since 3.4.0 #90

Merged
merged 2 commits into from Sep 11, 2019
Merged

Fix #89 endless loop between container and no container since 3.4.0 #90

merged 2 commits into from Sep 11, 2019

Conversation

ghost
Copy link

@ghost ghost commented Sep 5, 2019

Passes openerTabId only for new tabs in a container

Passing the openerTabId without a cookieStoreId creates a tab in the same container as the opener. This isn't what we want when the tab is supposed to be opened without a container.
We would try to create a new tab without a container, fail and retry ad infinitum.

In this case we simply attempt to update the tab with the openerId after creation without passing it at creation time

Closes #89

LoveIsGrief added 2 commits September 5, 2019 15:14
Passing the openerTabId without a cookieStoreId creates a tab in
 the same container as the opener. This isn't what we want when the tab
 is supposed to be opened without a container.

In the latter case we simply attempt to update the tab after creation.

 #89  - Endless loop between container and no container since 3.4.0
 #89  - Endless loop between container and no container since 3.4.0
@ghost ghost requested a review from kintesh September 5, 2019 13:22
@kintesh kintesh merged commit 86500a1 into kintesh:master Sep 11, 2019
@ghost ghost deleted the _#89_-_endless_loop_between_container_and_no_container_since_3.4.0_ branch March 6, 2021 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Endless loop between container and no container since 3.4.0
1 participant