2008-04-18 06:41:49 -07:00
|
|
|
<?xml version="1.0"?>
|
2012-05-21 04:12:37 -07:00
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
|
2013-07-12 21:34:38 -07:00
|
|
|
<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
|
2008-04-18 06:41:49 -07:00
|
|
|
|
2008-07-25 16:38:17 -07:00
|
|
|
<window id="main-window"
|
2011-10-13 13:06:41 -07:00
|
|
|
onload="BrowserApp.startup();"
|
2008-07-03 09:55:34 -07:00
|
|
|
windowtype="navigator:browser"
|
2011-10-13 13:06:41 -07:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
2008-04-18 06:41:49 -07:00
|
|
|
|
2011-10-12 14:31:04 -07:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/browser.js"/>
|
2011-10-19 11:17:00 -07:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/downloads.js"/>
|
2011-10-27 21:55:12 -07:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/exceptions.js"/>
|
2011-09-22 17:04:15 -07:00
|
|
|
|
2011-11-21 15:15:29 -08:00
|
|
|
<deck id="browsers" flex="1"/>
|
2011-09-22 17:04:15 -07:00
|
|
|
|
2008-04-18 06:41:49 -07:00
|
|
|
</window>
|