mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
129 lines
6.5 KiB
XML
129 lines
6.5 KiB
XML
<?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):
|
|
-->
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-debug.dtd" >
|
|
|
|
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
|
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[
|
|
_elementIDs = ["nglayoutDebugWindow",
|
|
"debugXULBoxes", "nglayoutDebugPaintFlashing", "nglayoutDebugPaintDumping",
|
|
"nglayoutDebugInvalidateDumping", "nglayoutDebugEventDumping", "nglayoutDebugMotionEventDumping",
|
|
"nglayoutDebugCrossingEventDumping", "nglayoutDebugDisableXULCache", "browserEnableCache",
|
|
"browserEnableDiskCache", "nglayoutDebugEnableXPCOMRefcntLog", "showAboutAsStupidModalWindow",
|
|
"browserEnableTBDnD"];
|
|
]]>
|
|
</script>
|
|
|
|
<box class="box-smallheader" title="&lHeader;"/>
|
|
|
|
<!-- nothing on this page has accesskeys because this is a temporary debug
|
|
panel and you can damn well click the widgets! -->
|
|
|
|
<box>
|
|
<!-- Event Debugging -->
|
|
<titledbox orient="vertical" autostretch="never" flex="1">
|
|
<title><text value="&debugEventDebugging.label;"/></title>
|
|
|
|
<checkbox id="nglayoutDebugPaintFlashing" value="&debugPaintFlashing.label;"
|
|
pref="true" preftype="bool" prefstring="nglayout.debug.paint_flashing"
|
|
prefattribute="checked"/>
|
|
<checkbox id="nglayoutDebugPaintDumping" value="&debugPaintDumping.label;"
|
|
pref="true" preftype="bool" prefstring="nglayout.debug.paint_dumping"
|
|
prefattribute="checked"/>
|
|
<checkbox id="nglayoutDebugInvalidateDumping" value="&debugInvalidateDumping.label;"
|
|
pref="true" preftype="bool" prefstring="nglayout.debug.invalidate_dumping"
|
|
prefattribute="checked"/>
|
|
<checkbox id="nglayoutDebugEventDumping" value="&debugEventDumping.label;"
|
|
pref="true" preftype="bool" prefstring="nglayout.debug.invalidate_dumping"
|
|
prefattribute="checked"/>
|
|
<checkbox id="nglayoutDebugMotionEventDumping" value="&debugMotionEventDumping.label;"
|
|
pref="true" preftype="bool" prefstring="nglayout.debug.motion_event_dumping"
|
|
prefattribute="checked"/>
|
|
<checkbox id="nglayoutDebugCrossingEventDumping" value="&debugCrossingEventDumping.label;"
|
|
pref="true" preftype="bool" prefstring="nglayout.debug.motion_event_dumping"
|
|
prefattribute="checked"/>
|
|
</titledbox>
|
|
<titledbox orient="vertical" autostretch="never" flex="1" valign="top">
|
|
<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>
|
|
</box>
|
|
|
|
<box>
|
|
<titledbox orient="vertical" autostretch="never" flex="1">
|
|
<title><text value="&debugNetworking.label;"/></title>
|
|
<checkbox id="browserEnableKeepAlive" value="&debugEnableKeepAlive.label;"
|
|
pref="true" preftype="bool" prefstring="network.http.keep-alive"
|
|
prefattribute="checked"/>
|
|
<checkbox id="browserEnablePipelining" value="&debugEnablePipelining.label;"
|
|
pref="true" preftype="bool" prefstring="network.http.pipelining"
|
|
prefattribute="checked"/>
|
|
<text class="label" value="&httpVersion.label;" for="httpVersionString"/>
|
|
<textfield id="httpVersionString" wsm_persist="true" maxlength="3" flex="0"
|
|
pref="true" preftype="string" prefstring="network.http.version"
|
|
prefattribute="value"/>
|
|
<text class="label" value="&acceptEncoding.label;" for="acceptEncodingString"/>
|
|
<textfield id="acceptEncodingString" flex="1" wsm_persist="true"
|
|
pref="true" preftype="string" prefstring="network.http.accept-encoding"
|
|
prefattribute="value"/>
|
|
</titledbox>
|
|
<titledbox orient="vertical" autostretch="never" flex="1">
|
|
<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>
|
|
</box>
|
|
|
|
</window>
|
|
|