зеркало из https://github.com/mozilla/pjs.git
Fix test-ipcbrowser bug, as part of bug 593310 why not. a=b
This commit is contained in:
Родитель
b45caa21d5
Коммит
9326035618
|
@ -9,10 +9,12 @@ function browser() {
|
||||||
return document.getElementById("content");
|
return document.getElementById("content");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function frameLoader() {
|
||||||
|
return browser().QueryInterface(Components.interfaces.nsIFrameLoaderOwner).frameLoader;
|
||||||
|
}
|
||||||
|
|
||||||
function viewManager() {
|
function viewManager() {
|
||||||
return browser().QueryInterface(Components.interfaces.nsIFrameLoaderOwner)
|
return frameLoader().QueryInterface(Components.interfaces.nsIContentViewManager);
|
||||||
.frameLoader
|
|
||||||
.QueryInterface(Components.interfaces.nsIContentViewManager);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function rootView() {
|
function rootView() {
|
||||||
|
|
|
@ -69,6 +69,6 @@
|
||||||
label="setViewportScale"/>
|
label="setViewportScale"/>
|
||||||
</toolbar>
|
</toolbar>
|
||||||
|
|
||||||
<browser type="content" src="http://people.mozilla.com/~cjones/anim.html" flex="1" id="content"
|
<browser type="content" src="http://www.google.com/" flex="1" id="content"
|
||||||
remote="true"/>
|
remote="true"/>
|
||||||
</window>
|
</window>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче