blob: 866bdf288b62c7232b55e03080fcb387f591c6a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0"?>
<overlay
id="autorecovery"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://browser/content/autorecovery.js"/>
<!-- This is an empty overlay to allow separation of the script into its
own context (needed for locale issues preventing browser start) -->
</overlay>
|