mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1b5bc83800
--HG-- rename : mobile/android/chrome/content/exceptions.js => mobile/android/modules/SSLExceptions.jsm
19 lines
713 B
XML
19 lines
713 B
XML
<?xml version="1.0"?>
|
|
<!-- 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/. -->
|
|
|
|
<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
|
|
|
|
<window id="main-window"
|
|
onload="BrowserApp.startup();"
|
|
windowtype="navigator:browser"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<script type="application/javascript" src="chrome://browser/content/browser.js"/>
|
|
<script type="application/javascript" src="chrome://browser/content/downloads.js"/>
|
|
|
|
<deck id="browsers" flex="1"/>
|
|
|
|
</window>
|