1999-09-07 19:36:48 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
|
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
|
|
Rights Reserved.
|
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
-->
|
2000-04-21 09:40:38 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2000-03-14 11:31:54 +00:00
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
1999-12-06 09:21:10 +00:00
|
|
|
|
2000-04-19 21:42:30 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-debug.dtd" >
|
2000-01-07 06:52:11 +00:00
|
|
|
|
2000-06-15 09:54:41 +00:00
|
|
|
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
2000-04-25 02:17:38 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
class="color-dialog"
|
|
|
|
orient="vertical"
|
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-debug.xul');">
|
|
|
|
|
|
|
|
<script language="JavaScript">
|
|
|
|
<![CDATA[
|
2000-07-27 23:03:22 +00:00
|
|
|
_elementIDs = ["nglayoutDebugWindow",
|
2000-08-17 00:51:18 +00:00
|
|
|
"debugXULBoxes", "nglayoutDebugDisableXULCache", "browserEnableCache",
|
2000-07-05 23:55:39 +00:00
|
|
|
"browserEnableDiskCache", "nglayoutDebugEnableXPCOMRefcntLog", "showAboutAsStupidModalWindow",
|
|
|
|
"browserEnableTBDnD"];
|
2000-04-25 02:17:38 +00:00
|
|
|
]]>
|
|
|
|
</script>
|
|
|
|
|
2000-04-30 02:47:45 +00:00
|
|
|
<box class="box-smallheader" title="&lHeader;"/>
|
2000-03-14 11:31:54 +00:00
|
|
|
|
2000-04-25 02:17:38 +00:00
|
|
|
<!-- nothing on this page has accesskeys because this is a temporary debug
|
|
|
|
panel and you can damn well click the widgets! -->
|
2000-08-17 00:51:18 +00:00
|
|
|
<titledbox orient="vertical">
|
2000-07-08 00:18:31 +00:00
|
|
|
<title><text value="&debugMiscellaneous.label;"/></title>
|
|
|
|
|
|
|
|
<checkbox id="nglayoutDebugDisableXULCache" value="&debugDisableXULCache.label;"
|
|
|
|
pref="true" preftype="bool" prefstring="nglayout.debug.disable_xul_cache"
|
|
|
|
prefattribute="checked"/>
|
|
|
|
<checkbox id="browserEnableCache" value="&debugEnableMemCache.label;"
|
|
|
|
pref="true" preftype="bool" prefstring="browser.enable.cache"
|
|
|
|
prefattribute="checked"/>
|
|
|
|
<checkbox id="browserEnableTBDnD" value="&debugEnableTBDnD.label;"
|
|
|
|
pref="true" preftype="bool" prefstring="browser.enable.tb_dnd"
|
|
|
|
prefattribute="checked"/>
|
|
|
|
<checkbox id="browserEnableDiskCache" value="&debugEnableDiskCache.label;"
|
|
|
|
pref="true" preftype="bool" prefstring="browser.cache.disk.enable"
|
|
|
|
prefattribute="checked"/>
|
|
|
|
<checkbox id="nglayoutDebugEnableXPCOMRefcntLog" value="&debugEnableXPCOMRefcntLog.label;"
|
|
|
|
pref="true" preftype="bool" prefstring="nglayout.debug.enable_xpcom_refcnt_log"
|
|
|
|
prefattribute="checked"/>
|
|
|
|
<checkbox id="showAboutAsStupidModalWindow" value="&debugShowAboutAsStupidModalWindow.label;"
|
|
|
|
pref="true" preftype="bool" prefstring="browser.show_about_as_stupid_modal_window"
|
|
|
|
prefattribute="checked"/>
|
|
|
|
</titledbox>
|
2000-08-17 00:51:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
<titledbox orient="vertical">
|
|
|
|
<title><text value="&widgetRendering.label;"/></title>
|
|
|
|
<checkbox id="nglayoutDebugWindow" value="&debugWindow.label;"
|
|
|
|
pref="true" preftype="bool" prefstring="nglayout.widget.debugWindow"
|
|
|
|
prefattribute="checked"/>
|
|
|
|
<checkbox id="debugXULBoxes" value="&debugXULBox.label;"
|
|
|
|
pref="true" preftype="bool" prefstring="xul.debug.box"
|
|
|
|
prefattribute="checked"/>
|
|
|
|
</titledbox>
|
|
|
|
|
|
|
|
|
|
|
|
|
2000-07-08 00:18:31 +00:00
|
|
|
|
1999-12-14 07:37:03 +00:00
|
|
|
</window>
|
2000-01-07 06:52:11 +00:00
|
|
|
|