зеркало из https://github.com/mozilla/gecko-dev.git
Add 'miscellaneous' debug prefs to house 'disable XUL cache' pref UI.
This commit is contained in:
Родитель
676716c335
Коммит
26cdab7acc
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче