зеркало из https://github.com/mozilla/pjs.git
swap ordering of apps and layout prefs in debug panel so it is possible to turn off box debugging
This commit is contained in:
Родитель
d9dc026329
Коммит
85a1f46ce0
|
@ -47,47 +47,6 @@
|
|||
<!-- nothing on this page has accesskeys because this is a temporary debug
|
||||
panel and you can damn well click the widgets! -->
|
||||
|
||||
<box>
|
||||
<titledbox orient="vertical" autostretch="never" flex="1">
|
||||
<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>
|
||||
|
||||
<box>
|
||||
<!-- Event Debugging -->
|
||||
<titledbox orient="vertical" autostretch="never" flex="1">
|
||||
|
@ -129,6 +88,47 @@
|
|||
prefattribute="checked"/>
|
||||
</titledbox>
|
||||
</box>
|
||||
|
||||
|
||||
<box>
|
||||
<titledbox orient="vertical" autostretch="never" flex="1">
|
||||
<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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче