gecko/toolkit/crashreporter/content/oopcrashdialog.xul
Benjamin Smedberg ba61a42882 Bug 539048 - Hacky temporary UI for sending plugin-process crash reports, r=ted
--HG--
extra : rebase_source : e66e568a174ba975c42006becb6397d55032c3e2
2010-01-11 15:13:12 -05:00

34 lines
1.1 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="oopCrashDialog"
buttons="accept,cancel"
buttonlabelaccept="Send"
ondialogaccept="return onSubmit()"
onload="collectData()">
<style xmlns="http://www.w3.org/1999/xhtml" type="text/css">
#iframe-holder {
visibility: hidden;
height: 1px;
overflow: hidden;
}
</style>
<script type="application/javascript;version=1.8" src="chrome://global/content/crashes.js"/>
<script type="application/javascript;version=1.8" src="chrome://global/content/oopcrashdialog.js"/>
<dialogheader title="A Plugin Crashed" />
<hbox align="center">
<description>A plugin crashed while Firefox was running. Please choose to send a crash report
to Mozilla. Reloading should cause your plugin to restart.</description>
<image width="16" height="16" id="throbber" />
</hbox>
<hbox id="iframe-holder" height="1"/>
</dialog>