зеркало из https://github.com/mozilla/pjs.git
Cleaning up debug pref pane; saving space on navigator pref pane (5236). r=matt
This commit is contained in:
Родитель
bdba3958d8
Коммит
e2c3b6bfeb
|
@ -84,6 +84,7 @@
|
|||
|
||||
<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"/>
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
<titledbox>
|
||||
<title><text value="&navRadio;"/></title>
|
||||
|
||||
<radiogroup id="startupPage" autostretch="never" orient="vertical"
|
||||
<radiogroup id="startupPage" autostretch="never"
|
||||
pref="true" preftype="int" prefstring="browser.startup.page"
|
||||
prefattribute="data">
|
||||
<radio group="startupPage" data="0" value="&blankPageRadio.label;" accesskey="&blankPageRadio.accesskey;"/>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<!ENTITY rHeader "Layout and Rendering debugging preferences">
|
||||
|
||||
<!-- Debug: Turn on gfx-rendered widgets -->
|
||||
<!ENTITY widgetRendering.label "Debug: Rendering">
|
||||
<!ENTITY widgetRendering.label "Rendering">
|
||||
<!ENTITY gfxScrollbars.label "gfx scrollbars">
|
||||
<!ENTITY debugWindow.label "debug window">
|
||||
<!ENTITY debugXULBox.label "debug XUL boxes">
|
||||
|
@ -22,14 +22,17 @@
|
|||
<!ENTITY debugMotionEventDumping.label "Motion Event Dumping">
|
||||
<!ENTITY debugCrossingEventDumping.label "Crossing Event Dumping">
|
||||
|
||||
<!-- Network-->
|
||||
<!ENTITY debugNetworking.label "Networking">
|
||||
<!ENTITY debugEnableKeepAlive.label "Enable Keep Alive">
|
||||
<!ENTITY debugEnablePipelining.label "Enable HTTP Pipelining">
|
||||
<!ENTITY acceptEncoding.label "Accept-Encoding">
|
||||
<!ENTITY httpVersion.label "HTTP Version">
|
||||
|
||||
<!-- Miscelleneous -->
|
||||
<!ENTITY debugMiscellaneous.label "Miscellaneous">
|
||||
<!ENTITY debugDisableXULCache.label "Disable XUL Cache">
|
||||
<!ENTITY debugEnableKeepAlive.label "Enable Keep Alive">
|
||||
<!ENTITY debugEnablePipelining.label "Enable HTTP Pipelining">
|
||||
<!ENTITY acceptEncoding.label "Accept-Encoding">
|
||||
<!ENTITY httpVersion.label "HTTP Version">
|
||||
<!ENTITY debugEnableMemCache.label "Enable Mem Cache">
|
||||
<!ENTITY debugEnableDiskCache.label "Enable Disk Cache">
|
||||
<!ENTITY debugEnableXPCOMRefcntLog.label "Enable XPCOM Refcount Log">
|
||||
<!ENTITY debugShowAboutAsStupidModalWindow.label "Show 'About' as modal dialog (woohoo)">
|
||||
<!ENTITY debugShowAboutAsStupidModalWindow.label "Show 'About' as modal dialog">
|
||||
|
|
Загрузка…
Ссылка в новой задаче