Private_Tab icon indicating copy to clipboard operation
Private_Tab copied to clipboard

Tabs lost starting with Firefox nightly April 21 build, if e10s disabled, due to bug 1345090

Open C4rb0n opened this issue 8 years ago • 6 comments

If Private Tab extension is enabled on a Firefox nightly build that contains bug 1345090 (landed on April 21), and e10s is also disabled on the browser, sessionrestore loses tabs. The only remedy is to either disable Private Tab or enable e10s.

A fix would be appreciated. Thanks.

C4rb0n avatar Apr 27 '17 14:04 C4rb0n

May be something was already corrected in latest Nightly... Looks like all fine for me at least after restarts. Can you provide some steps to reproduce this bug?

Infocatcher avatar Apr 30 '17 21:04 Infocatcher

Bug definitely still exists. Did you make sure to disable multi-process before testing? Here are steps:

  1. Grab the latest Firefox nightly build (I'm using the 64-bit Windows build).
  2. Launch Firefox and go to: Options --> General.
  3. Under "Startup," for When Nightly starts, choose "Show your windows and tabs from last time"
  4. Again, under "Startup," uncheck "Enable multi-process Nightly" and restart the browser
  5. Install Private Tab extension
  6. Browse and open up about 30 tabs to various websites on the Internet.
  7. Restart Firefox. You should find that most of your tabs permanently show up as "about:blank"

C4rb0n avatar May 01 '17 17:05 C4rb0n

confirm this bug with firefox ESR v52.1.1

disable/enable fix it temporary

jedie avatar May 15 '17 09:05 jedie

This was also reported on TabGroups GitHub; @C4rb0n Are you also using TabGroups?

B00ze64 avatar May 30 '17 02:05 B00ze64

Nope. Don't use TabGroups.

C4rb0n avatar May 30 '17 02:05 C4rb0n

@jedie Are you sure this bug affects ESR 52.1.1? I'm about to update to 52 from 45 and worried, so I went ahead and read the whole bug 1345090 and it clearly states this is not uplifted to 52, and landed in FF55 only. For safety I added this to my user.js: user_pref("browser.sessionstore.restore_tabs_lazily", false);

B00ze64 avatar Sep 10 '17 01:09 B00ze64