piroor / suspendtab

Suspends background old tabs automatically to save memory usage.
55 stars 10 forks source link

Not working on firefox 26 #10

Open rayman89 opened 11 years ago

rayman89 commented 11 years ago

I've tested it in firefox 26 and it's not working at all either by time or manually it doesn't unload any tab.

orthoceros commented 10 years ago

I can confirm that. A quick hotfix is to edit suspendtab.js (line 699) in the addon's xpi file from "if(internalSS._collectTabData) {..." to "if(false && internalSS._collectTabData) {...". However, based on a comment in the source code this disables: "...we should use full tab state including sensitive data. Store it to the volatile storage instaed of the session data, for privacy"; so it is not an ideal solution, but tab unloading works again with FF26 after that change.

piroor commented 10 years ago

baa3e5ec3c0984d590ce3709f43fc437252fd593 should fix this. You can try the development version: http://piro.sakura.ne.jp/xul/xpi/nightly/

orthoceros commented 10 years ago

I can confirm that Suspend Tab (v18112013) works correctly now and keeps the favicons for suspended tabs (tested in FF26). Thanks! :)