Closed
Bug 921905
Opened 11 years ago
Closed 11 years ago
[e10s] tabbrowser's pinTab() doesn't work in e10s
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 961868
People
(Reporter: markh, Unassigned)
References
(Blocks 1 open bug)
Details
pinTab/unpinTab fails in e10s due to:
this.getBrowserForTab(aTab).docShell.isAppTab = true;
We probably need to set this via a message.
Comment 1•11 years ago
|
||
markh: I can manually pin and unpin tabs in an e10s window. Is this bug about a more specific JS use case for pinTab()?
Blocks: e10s-it2
Flags: needinfo?(mhammond)
Comment 2•11 years ago
|
||
Oh, this was a dupe! Fixed by bug 961868
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(mhammond)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•