Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with

<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake


git-svn-id: svn://10.0.0.236/trunk@228487 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com
2007-06-21 19:44:49 +00:00
parent fcb3269c1c
commit 92aa6e8c25
3 changed files with 17 additions and 17 deletions

View File

@@ -40,9 +40,9 @@
]]>
</script>
<box class="box-smallheader" title="&lHeader;"/>
<hbox class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical" autostretch="never">
<groupbox orient="vertical" autostretch="never">
<label value="&widgetRendering.label;"/>
<checkbox id="nglayoutDebugWindow" label="&debugWindow.label;"
pref="true" preftype="bool" prefstring="nglayout.widget.debugWindow"
@@ -50,11 +50,11 @@
<checkbox id="debugXULBoxes" label="&debugXULBox.label;"
pref="true" preftype="bool" prefstring="xul.debug.box"
prefattribute="checked"/>
</titledbox>
</groupbox>
<!-- nothing on this page has accesskeys because this is a temporary debug
panel and you can damn well click the widgets! -->
<titledbox orient="vertical" autostretch="never">
<groupbox orient="vertical" autostretch="never">
<label value="&debugMiscellaneous.label;"/>
<checkbox id="nglayoutDebugUseXBLForms" label="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"
@@ -68,10 +68,10 @@
<checkbox id="showAboutAsStupidModalWindow" label="&debugShowAboutAsStupidModalWindow.label;"
pref="true" preftype="bool" prefstring="browser.show_about_as_stupid_modal_window"
prefattribute="checked"/>
</titledbox>
</groupbox>
<titledbox orient="vertical">
<groupbox orient="vertical">
<label value="&accelerators.label;"/>
<label value="&acceleratorsBlurb.label;"/>
@@ -95,7 +95,7 @@
</rows>
</grid>
</titledbox>
</groupbox>
</window>

View File

@@ -41,13 +41,13 @@
]]>
</script>
<box class="box-smallheader" title="&lHeader;"/>
<hbox 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! -->
<!-- Event Debugging -->
<titledbox orient="vertical">
<groupbox orient="vertical">
<label value="&debugEventDebugging.label;"/>
<vbox autostretch="never">
<checkbox id="nglayoutDebugPaintFlashing" label="&debugPaintFlashing.label;"
@@ -69,10 +69,10 @@
pref="true" preftype="bool" prefstring="nglayout.debug.motion_event_dumping"
prefattribute="checked"/>
</vbox>
</titledbox>
</groupbox>
<!-- Reflow events -->
<titledbox orient="vertical">
<groupbox orient="vertical">
<label value="&debugReflowEvents.label;"/>
<vbox autostretch="never">
<checkbox id="layoutReflowShowFrameCounts" label="&debugReflowShowFrameCounts.label;"
@@ -85,7 +85,7 @@
pref="true" preftype="bool" prefstring="layout.reflow.dumpframebyframecounts"
prefattribute="checked"/>
</vbox>
</titledbox>
</groupbox>
</window>

View File

@@ -39,12 +39,12 @@
]]>
</script>
<box class="box-smallheader" title="&lHeader;"/>
<hbox 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! -->
<titledbox orient="vertical">
<groupbox orient="vertical">
<label value="&debugNetworking.label;"/>
<vbox autostretch="never">
<checkbox id="browserEnableKeepAlive" label="&debugEnableKeepAlive.label;"
@@ -65,9 +65,9 @@
<textbox id="acceptEncodingString" flex="1" wsm_persist="true"
pref="true" preftype="string" prefstring="network.http.accept-encoding"
prefattribute="value"/>
</titledbox>
</groupbox>
<titledbox orient="vertical">
<groupbox orient="vertical">
<label value="&debugCache.label;"/>
<vbox autostretch="never">
<checkbox id="nglayoutDebugDisableXULCache" label="&debugDisableXULCache.label;"
@@ -81,7 +81,7 @@
prefattribute="checked"/>
</vbox>
</titledbox>
</groupbox>
</window>