make standalone.xul have windowtype navigator:browser (not actually sure this is a good idea for a long-term solution)

This commit is contained in:
Simon Kornblith 2010-09-23 05:05:37 +00:00
parent 4fb708778a
commit 48017eb1b6

View file

@ -19,6 +19,7 @@
<window id="main-window"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="window.sizeToContent()"
windowtype="navigator:browser"
width="1100" height="700"
persist="screenX screenY width height sizemode">
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"/>