http://bugzilla.mozilla.org/show_bug.cgi?id=214259 Firebird Download System Upgrades. components/prefwindow/content/nsPrefWindow.js components/prefwindow/content/pref.xul - Update PrefWindow to handle Queued tags better so it does not display until properly loaded. git-svn-id: svn://10.0.0.236/trunk@145563 18797224-902f-48f8-a5cc-f745e15eee43
40 lines
1.4 KiB
XML
40 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/"?>
|
|
<?xml-stylesheet href="chrome://browser/skin/pref/pref.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://browser/locale/pref/plugins.dtd">
|
|
|
|
<dialog id="plugins" title="&plugins.title;"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onload="init();" ondialogaccept="onAccept();" style="width: 30em;"
|
|
persist="screenX screenY">
|
|
|
|
<script type="application/x-javascript" src="chrome://browser/content/pref/plugins.js"/>
|
|
|
|
<description>&pluginInfo.label;</description>
|
|
<separator class="thin"/>
|
|
<tree id="pluginTypesList" flex="1" hidecolumnpicker="true" rows="10" seltype="single">
|
|
<treecols>
|
|
<treecol id="fileExtension"
|
|
class="sortDirectionIndicator pluginsList" persist="width"
|
|
label="&extensionsHeader.label;" />
|
|
<treecol id="fileType" flex="1"
|
|
class="sortDirectionIndicator" persist="width"
|
|
label="&typeHeader.label;"/>
|
|
<splitter class="tree-splitter" />
|
|
<treecol id="pluginEnabled" cycler="true"
|
|
class="sortDirectionIndicator" persist="width"
|
|
label="&enabledHeader.label;"/>
|
|
</treecols>
|
|
|
|
<treechildren class="pluginTypesChildren"/>
|
|
</tree>
|
|
<separator class="thin"/>
|
|
<description>&pluginInfo2.label;</description>
|
|
|
|
<separator/>
|
|
|
|
</dialog>
|
|
|
|
|