Closed
Bug 1075941
Opened 10 years ago
Closed 10 years ago
Moving a tab with swapBrowsersAndCloseOther fails with e10s enabled
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 918634
Tracking | Status | |
---|---|---|
e10s | m3+ | --- |
People
(Reporter: pjs.nl, Assigned: handyman)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20141001030205
Steps to reproduce:
My extension Monitor Master makes use of the browser utility function "swapBrowsersAndCloseOther".
Actual results:
This function fails with e10s enabled.
Expected results:
The code in swapBrowsersAndCloseOther or a function it calls (swapFrameLoaders?) probably needs a minor change to become compatible to e10s.
Reporter | ||
Updated•10 years ago
|
tracking-e10s:
--- → ?
Comment 1•10 years ago
|
||
I think this will hopefully just end up being a dupe of bug 1029750, but I guess it's possible that a fix there won't fix this directly if they rename functions, so marking a dep for now.
Comment 2•10 years ago
|
||
It would be so nice if the awesomebar automatically removed bug links that were dupes from its list.
Updated•10 years ago
|
Assignee: nobody → davidp99
Comment 3•10 years ago
|
||
Bug 918634 is the root cause here I think.
Assignee | ||
Comment 4•10 years ago
|
||
The patch in bug 918634 handles this.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
I am still getting NS_ERROR_NOT_IMPLEMENTED browser.xml:1210 when calling swapBrowsersAndCloseOther with e10s enabled.
browser.xml:1210
--------------------
this.QueryInterface(Components.interfaces.nsIFrameLoaderOwner)
.swapFrameLoaders(aOtherBrowser);
Fx 46.0a2
Comment 6•9 years ago
|
||
(In reply to v.ovcacik from comment #5)
> I am still getting NS_ERROR_NOT_IMPLEMENTED browser.xml:1210 when calling
> swapBrowsersAndCloseOther with e10s enabled.
>
> browser.xml:1210
> --------------------
> this.QueryInterface(Components.interfaces.nsIFrameLoaderOwner)
> .swapFrameLoaders(aOtherBrowser);
>
> Fx 46.0a2
Please file a new bug with a minimal testcase, ideally something to run from the browser console or somesuch.
You need to log in
before you can comment on or make changes to this bug.
Description
•