зеркало из https://github.com/mozilla/gecko-dev.git
Bug 796218. Mark initial social panels' docshells as inactive on creation. r=jaws
This commit is contained in:
Родитель
424b7e7989
Коммит
eb42fc2eed
|
@ -711,6 +711,7 @@ var SocialToolbar = {
|
||||||
|
|
||||||
for (let frame of createdFrames) {
|
for (let frame of createdFrames) {
|
||||||
if (frame.docShell) {
|
if (frame.docShell) {
|
||||||
|
frame.docShell.isActive = false;
|
||||||
frame.docShell.QueryInterface(Ci.nsIInterfaceRequestor)
|
frame.docShell.QueryInterface(Ci.nsIInterfaceRequestor)
|
||||||
.getInterface(Ci.nsIWebProgress)
|
.getInterface(Ci.nsIWebProgress)
|
||||||
.addProgressListener(new SocialErrorListener("notification-panel"),
|
.addProgressListener(new SocialErrorListener("notification-panel"),
|
||||||
|
|
Загрузка…
Ссылка в новой задаче