зеркало из https://github.com/mozilla/pjs.git
Updated to work with jrgm's winopen stuff
This commit is contained in:
Родитель
595a15edf7
Коммит
4809efd1a9
|
@ -3,9 +3,13 @@
|
|||
<!DOCTYPE window>
|
||||
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="
|
||||
dump( 'miniXul window.arguments[0]=' + window.arguments[0] + '\n' );
|
||||
if ( window.arguments[0] ) browser.loadURI( window.arguments[0] );
|
||||
"
|
||||
title="Minimal Navigator">
|
||||
<browser id="content"
|
||||
type="content-primary"
|
||||
style="-moz-binding:none;"
|
||||
src="chrome://navigator/content/quit.html"/>
|
||||
src="about:blank"/>
|
||||
</window>
|
||||
|
|
Загрузка…
Ссылка в новой задаче