Disabling autostretch where necessary (42406). r=gemal a=ben
git-svn-id: svn://10.0.0.236/trunk@228475 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6d4b209c58
commit
314ee828b8
@ -26,12 +26,12 @@
|
||||
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-debug1.dtd" >
|
||||
|
||||
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="color-dialog"
|
||||
orient="vertical"
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-debug1.xul');">
|
||||
onload="parent.initPanel('chrome://communicator/content/pref/pref-debug1.xul');">
|
||||
|
||||
<script language="JavaScript">
|
||||
<script type="text/javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["nglayoutDebugPaintFlashing", "nglayoutDebugPaintDumping",
|
||||
"nglayoutDebugInvalidateDumping", "nglayoutDebugEventDumping",
|
||||
@ -47,25 +47,26 @@
|
||||
<!-- Event Debugging -->
|
||||
<titledbox orient="vertical">
|
||||
<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"/>
|
||||
<vbox autostretch="never">
|
||||
<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"/>
|
||||
</vbox>
|
||||
</titledbox>
|
||||
|
||||
</window>
|
||||
|
||||
@ -45,12 +45,14 @@
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<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"/>
|
||||
<vbox autostretch="never">
|
||||
<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"/>
|
||||
</vbox>
|
||||
<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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user