Add 'miscellaneous' debug prefs to house 'disable XUL cache' pref UI.

git-svn-id: svn://10.0.0.236/trunk@52454 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-11-02 01:14:50 +00:00
parent 9ba00de102
commit 410ac67f93
6 changed files with 63 additions and 6 deletions

View File

@@ -75,7 +75,6 @@
</html:label>
</html:div>
</html:fieldset>
</box>
</html:form>
@@ -133,6 +132,23 @@
</box>
</html:form>
<html:form>
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&debugMiscellaneous.label;</html:div>
</html:legend>
<html:div>
<html:input type="checkbox" id="pref:0:bool:nglayout.debug.disable_xul_cache" />
<html:label for="pref:0:bool:nglayout.debug.disable_xul_cache" accesskey="n" tabindex="0">
&debugDisableXULCache.label;
</html:label>
</html:div>
</html:fieldset>
</box>
</html:form>
</html:div>
</window>

View File

@@ -75,7 +75,6 @@
</html:label>
</html:div>
</html:fieldset>
</box>
</html:form>
@@ -133,6 +132,23 @@
</box>
</html:form>
<html:form>
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&debugMiscellaneous.label;</html:div>
</html:legend>
<html:div>
<html:input type="checkbox" id="pref:0:bool:nglayout.debug.disable_xul_cache" />
<html:label for="pref:0:bool:nglayout.debug.disable_xul_cache" accesskey="n" tabindex="0">
&debugDisableXULCache.label;
</html:label>
</html:div>
</html:fieldset>
</box>
</html:form>
</html:div>
</window>

View File

@@ -13,7 +13,6 @@
<!ENTITY gfxWidgets.label "gfx">
<!ENTITY gfxScrollbars.label "gfx scrollbars">
<!-- Event Debugging -->
<!ENTITY debugEventDebugging.label "Event Debugging">
<!ENTITY debugPaintFlashing.label "Paint Flashing (Caps-Lock toggles on/off)">
@@ -22,3 +21,7 @@
<!ENTITY debugEventDumping.label "Event Dumping">
<!ENTITY debugMotionEventDumping.label "Motion Event Dumping">
<!ENTITY debugCrossingEventDumping.label "Crossing Event Dumping">
<!-- Miscelleneous -->
<!ENTITY debugMiscellaneous.label "Miscelleneous">
<!ENTITY debugDisableXULCache.label "Disable XUL Cache">

View File

@@ -13,7 +13,6 @@
<!ENTITY gfxWidgets.label "gfx">
<!ENTITY gfxScrollbars.label "gfx scrollbars">
<!-- Event Debugging -->
<!ENTITY debugEventDebugging.label "Event Debugging">
<!ENTITY debugPaintFlashing.label "Paint Flashing (Caps-Lock toggles on/off)">
@@ -22,3 +21,7 @@
<!ENTITY debugEventDumping.label "Event Dumping">
<!ENTITY debugMotionEventDumping.label "Motion Event Dumping">
<!ENTITY debugCrossingEventDumping.label "Crossing Event Dumping">
<!-- Miscelleneous -->
<!ENTITY debugMiscellaneous.label "Miscelleneous">
<!ENTITY debugDisableXULCache.label "Disable XUL Cache">

View File

@@ -75,7 +75,6 @@
</html:label>
</html:div>
</html:fieldset>
</box>
</html:form>
@@ -133,6 +132,23 @@
</box>
</html:form>
<html:form>
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&debugMiscellaneous.label;</html:div>
</html:legend>
<html:div>
<html:input type="checkbox" id="pref:0:bool:nglayout.debug.disable_xul_cache" />
<html:label for="pref:0:bool:nglayout.debug.disable_xul_cache" accesskey="n" tabindex="0">
&debugDisableXULCache.label;
</html:label>
</html:div>
</html:fieldset>
</box>
</html:form>
</html:div>
</window>

View File

@@ -13,7 +13,6 @@
<!ENTITY gfxWidgets.label "gfx">
<!ENTITY gfxScrollbars.label "gfx scrollbars">
<!-- Event Debugging -->
<!ENTITY debugEventDebugging.label "Event Debugging">
<!ENTITY debugPaintFlashing.label "Paint Flashing (Caps-Lock toggles on/off)">
@@ -22,3 +21,7 @@
<!ENTITY debugEventDumping.label "Event Dumping">
<!ENTITY debugMotionEventDumping.label "Motion Event Dumping">
<!ENTITY debugCrossingEventDumping.label "Crossing Event Dumping">
<!-- Miscelleneous -->
<!ENTITY debugMiscellaneous.label "Miscelleneous">
<!ENTITY debugDisableXULCache.label "Disable XUL Cache">