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

Re open tabs in container after Firefox crash #263

Closed
rominail opened this issue May 30, 2019 · 5 comments
Closed

Re open tabs in container after Firefox crash #263

rominail opened this issue May 30, 2019 · 5 comments

Comments

@rominail
Copy link

When firefox crash (ie:power interruption) and you re open firefox, depending on firefox personnal settings, it asks to restore opened tabs when firefox crashed
If containers were opened, firefox re open the link but without the container (neither all the belonging cookies/sessions)
I don't know if I'm clear
This feature might be handy if possible

@stoically
Copy link
Owner

stoically commented May 30, 2019

TC removes containers on startup that no longer have open tabs. It might be possible to check whether an about:sessionrestore tab is open, and in that case delay the removing of containers.

@rominail
Copy link
Author

Good
Do i close the issue?

@stoically
Copy link
Owner

Since that's something that could be implemented at some point (hence the enhancement label), it would make sense to leave the issue open.

@stoically
Copy link
Owner

With just published version 0.102 TC will now no longer remove containers as long as a about:sessionrestore tab is open.

@stoically
Copy link
Owner

stoically commented Nov 28, 2019

Starting with version 1.6 the check for about:sessionrestore tabs will only run once on the first container cleanup when the browser starts. The checks after that will not take about:sessionrestore tabs into account, like the first interval after 10 minutes. That's to prevent not cleaning up containers because there's a about:sessionrestore tab open somewhere. If you run into problems with that or feel like 10 minutes is not enough, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants