mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 796218. Mark initial social panels' docshells as inactive on creation. r=jaws
This commit is contained in:
parent
aa5da72564
commit
08db36b705
@ -711,6 +711,7 @@ var SocialToolbar = {
|
||||
|
||||
for (let frame of createdFrames) {
|
||||
if (frame.docShell) {
|
||||
frame.docShell.isActive = false;
|
||||
frame.docShell.QueryInterface(Ci.nsIInterfaceRequestor)
|
||||
.getInterface(Ci.nsIWebProgress)
|
||||
.addProgressListener(new SocialErrorListener("notification-panel"),
|
||||
|
Loading…
Reference in New Issue
Block a user