Closed
Bug 1279094
Opened 8 years ago
Closed 7 years ago
Private tab addon and e10s causes hung window in Firefox Nightly
Categories
(Firefox :: Extension Compatibility, defect, P4)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: lola_j22, Unassigned)
References
Details
(Whiteboard: triaged)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; x64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20160608030219
Steps to reproduce:
- Turn on e10s on the latest Firefox Nightly on Windows.
- Install Private tab preview addon from http://infocatcher.ucoz.net/temp/pt/private_tab-0.1.9.2pre2-fx-sm.xpi
( This addon allows you mixed use of both private and non private tabs within the same window and to convert from one to the other ).
- Create a new tab then right click the tab to make private (or Ctrl+Alt+T).
( This can optionally be done by the keystroke Ctrl+Alt+P ).
- Drag this new private tab out of the window to put it into a new window.
- Attempt to close this new window or load any link in that tab.
Actual results:
The result is a window that cannot be closed and does not respond, the only way to exit Firefox fully now is to kill the process. If Firefox is left running with the window open eventually it crashes.
Expected results:
The tab should have peeled off the window and created a new working window.
tracking-e10s:
--- → ?
Updated•8 years ago
|
Blocks: e10s-addons
Comment 1•8 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20160612030220
I'm seeing the same behavior regardless if the e10s is enabled or disabled.
When I install the Private Tab add-on 0.1.9.1 (installed it from: https://addons.mozilla.org/en-US/firefox/addon/private-tab/?src=search), the private detached tab is not usable and Firefox can't be closed until the process is killed from the Windows task manager.
Component: Untriaged → Extension Compatibility
Comment 2•8 years ago
|
||
Hi there,
it looks like the latest version of this add-on has an issue (with and without e10s). Have you seen this? troubleshot it?
Comment 3•8 years ago
|
||
Looks like I can reproduce this even without Private Tab.
Simple script for Scratchpad or something else:
var script = "data:application/javascript," + encodeURIComponent(
"docShell.QueryInterface(Components.interfaces.nsILoadContext).usePrivateBrowsing = true;"
);
gBrowser.selectedBrowser.messageManager.loadFrameScript(script, true);
Will turn on "usePrivateBrowsing" for current/selected tab.
Then try to drag that tab outside from window (just repeat STR from original report).
Comment 4•8 years ago
|
||
Also for me affected only tabs with about:newtab inside.
Updated•8 years ago
|
Flags: needinfo?(infocatcher.bugs)
Comment 5•7 years ago
|
||
With Firefox 57 only WebExtensions are permitted and are, by default, e10s compatible.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•