зеркало из https://github.com/mozilla/gecko-dev.git
Bug 836654 - Part 8: Inform the mozbrowser embedder when we're opening a frame that we expect to send a system message to. r=cjones
This commit is contained in:
Родитель
fb22e05f5c
Коммит
de4bb013a1
|
@ -526,7 +526,8 @@ var shell = {
|
||||||
url: msg.uri,
|
url: msg.uri,
|
||||||
manifestURL: msg.manifest,
|
manifestURL: msg.manifest,
|
||||||
isActivity: (msg.type == 'activity'),
|
isActivity: (msg.type == 'activity'),
|
||||||
target: msg.target
|
target: msg.target,
|
||||||
|
expectingSystemMessage: true
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче