зеркало из https://github.com/mozilla/gecko-dev.git
adding some advanced preferences
This commit is contained in:
Родитель
10807a42f2
Коммит
a7607ff455
|
@ -16,6 +16,20 @@
|
|||
<script type="application/x-javascript" src="chrome://minimo/content/preferences.js"/>
|
||||
<stringbundle id="bundlePreferences" src="chrome://minimo/locale/minimo.properties"/>
|
||||
|
||||
<prefpane id="Advanced">
|
||||
<preferences>
|
||||
<preference id="skey.enabled" name="skey.enabled" type="bool"/>
|
||||
<preference id="config.wince.dumpJSConsole" name="config.wince.dumpJSConsole" type="bool"/>
|
||||
</preferences>
|
||||
|
||||
<groupbox>
|
||||
<caption label="&miscCaption.label;"/>
|
||||
<checkbox id="skey" label="&useSWKeyboard.label;" preference="skey.enabled"/>
|
||||
<checkbox id="dumpJS" label="&dumpJSConsole.label;" preference="config.wince.dumpJSConsole"/>
|
||||
</groupbox>
|
||||
</prefpane>
|
||||
|
||||
|
||||
<prefpane id="Privacy">
|
||||
<button label="&sanitizeButton.label;" oncommand="sanitizeAll();"/>
|
||||
</prefpane>
|
||||
|
|
|
@ -22,3 +22,9 @@
|
|||
<!ENTITY imagesCheckbox.label "Display Images">
|
||||
<!ENTITY useSSRCheckbox.label "Use SSR">
|
||||
<!ENTITY usesiteSSRCheckbox.label "Use Site-Specific SSR">
|
||||
|
||||
<!-- Advanced Settings -->
|
||||
|
||||
<!ENTITY miscCaption.label "Random Settings">
|
||||
<!ENTITY useSWKeyboard.label "Use Software Keyboard">
|
||||
<!ENTITY dumpJSConsole.label "Dump JS console at shutdown">
|
||||
|
|
Загрузка…
Ссылка в новой задаче