modify wording for XBL form control pref & relocate box debugging preferences so they
are accessible when in box debugging mode. a=ben@netscape.com git-svn-id: svn://10.0.0.236/trunk@197069 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -42,11 +42,21 @@
|
||||
|
||||
<box class="box-smallheader" title="&lHeader;"/>
|
||||
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
<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>
|
||||
|
||||
<!-- nothing on this page has accesskeys because this is a temporary debug
|
||||
panel and you can damn well click the widgets! -->
|
||||
<titledbox orient="vertical">
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
<title><text value="&debugMiscellaneous.label;"/></title>
|
||||
<checkbox id="nglayoutDebugUseXBLForms" value="Use XBL-based form controls."
|
||||
<checkbox id="nglayoutDebugUseXBLForms" value="Use XBL-based form controls (takes effect after restart). Don't file bugs on these controls; they are still under construction."
|
||||
pref="true" preftype="bool" prefstring="nglayout.debug.enable_xbl_forms"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="nglayoutDebugDisableXULCache" value="&debugDisableXULCache.label;"
|
||||
@@ -70,18 +80,5 @@
|
||||
</titledbox>
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
</window>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user