mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
ba61a42882
--HG-- extra : rebase_source : e66e568a174ba975c42006becb6397d55032c3e2
34 lines
1.1 KiB
XML
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>
|