зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1356317: Support remote layer trees in popups. r=kmag
This commit is contained in:
Родитель
9f97858792
Коммит
0c56cc9a61
|
@ -421,6 +421,9 @@ class ViewPopup extends BasePopup {
|
|||
// be swapped with the browser in the real panel when it's ready.
|
||||
let panel = document.createElement("panel");
|
||||
panel.setAttribute("type", "arrow");
|
||||
if (extension.remote) {
|
||||
panel.setAttribute("remote", "true");
|
||||
}
|
||||
document.getElementById("mainPopupSet").appendChild(panel);
|
||||
|
||||
super(extension, panel, popupURL, browserStyle, fixedWidth, blockParser);
|
||||
|
|
Загрузка…
Ссылка в новой задаче