-
Notifications
You must be signed in to change notification settings - Fork 280
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
Accept group tabs from another session #1762
Comments
This is caused by the UUID part in the URL which is generated for each installation. Currently it is impossible to provide custom |
@piroor Couldn't you redirect the page when they are loaded to the correct page by parsing their URL? |
Does "parsing their URL" mean that conversion from an UUID-based URL (like |
Ah, now I have another idea. Detecting group tab based on session information stored by |
@piroor That would be a good workaround. When tabs are copied using MTH could you change group-tab URLs to about:treestyletab-group URLs since they can be used by different sessions? |
@piroor Conversion from an UUID-based URL to another was what I had in mind to begin with. Your right that another extension could have the same address but it seems quite unlikely especially if there is the |
The idea #1762 (comment) has been implemented by f7b67af. |
After some more fixes I've confirmed that group tabs are correctly migrated when sessionstore.jsonlz4 is imported. |
And there are some more things I've realized:
|
I test TST 2.4.9 and group tabs are now migrated when a sessionstore file is copied to a new Firefox profile folder. Thank you for fixing this! |
Short description
When a session file is restored in a different Firefox Profile then it was made with all the group tabs have the wrong address and while their title is loaded correctly they still show the default icon and their page doesn't load so you can't change their title or change their
temporary
status. This is a problem since it makes it harder to migrate sessions and to restore backup sessions.Steps to reproduce
about:treestyletab-group
or open new tabs quickly (holdctrl+t
).sessionstore.jsonlz4
.sessionstore.jsonlz4
file to the new profile's directory.Expected result
The group tabs should load correctly in the new Firefox profile.
Actual result
The group tabs that were migrated from a different Firefox profile doesn't have the same address as new group tabs and therefore don't load the correct page. They also don't show their icons correctly.
Environment
The text was updated successfully, but these errors were encountered: