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

Need to research the influence by removing window.__SS_* #42

Closed
tetsuharuohzeki opened this issue May 6, 2013 · 5 comments
Closed

Need to research the influence by removing window.__SS_* #42

tetsuharuohzeki opened this issue May 6, 2013 · 5 comments

Comments

@piroor
Copy link
Owner

piroor commented May 7, 2013

./content/multipletab/multipletab.js:588:       delete aTab.linkedBrowser.__SS_data;
./content/multipletab/multipletab.js:589:       delete aTab.__SS_extdata;
./content/multipletab/multipletab.js:599:       aTab.linkedBrowser.__SS_data = {
./content/multipletab/multipletab.js:622:       if (aTab.linkedBrowser.__SS_restoreState == 1 ||
./content/multipletab/multipletab.js:3999:      var data = aTab.linkedBrowser.__SS_data;
./content/multipletab/multipletab.js:4003:          aTab.linkedBrowser.__SS_restoreState != 1)

@piroor
Copy link
Owner

piroor commented May 7, 2013

./content/multipletab/multipletab.js:588:       delete aTab.linkedBrowser.__SS_data;
./content/multipletab/multipletab.js:599:       aTab.linkedBrowser.__SS_data = {

They are fixed by the commit 5e34d61.

@piroor
Copy link
Owner

piroor commented May 7, 2013

./content/multipletab/multipletab.js:589:       delete aTab.__SS_extdata;
./content/multipletab/multipletab.js:622:       if (aTab.linkedBrowser.__SS_restoreState == 1 ||

They are still there. MTH must be updated on these points if they are replaced to weakmaps.

@piroor
Copy link
Owner

piroor commented May 7, 2013

./content/multipletab/multipletab.js:3999:      var data = aTab.linkedBrowser.__SS_data;
./content/multipletab/multipletab.js:4003:          aTab.linkedBrowser.__SS_restoreState != 1)

They are obsolete on Firefox 23 and later. (See piroor/treestyletab#508 (comment) )

@piroor
Copy link
Owner

piroor commented Mar 5, 2020

Outdated.

@piroor piroor closed this as completed Mar 5, 2020
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

No branches or pull requests

2 participants