зеркало из https://github.com/mozilla/gecko-dev.git
133863 - plug-in finder service pref ui - r=hewitt, sr=jag, a=asa
This commit is contained in:
Родитель
2a201d3fe3
Коммит
60742e7184
|
@ -201,6 +201,9 @@ pref("nglayout.debug.enable_xbl_forms", false);
|
|||
// size of scrollbar snapping region
|
||||
pref("slider.snapMultiplier", 6);
|
||||
|
||||
// option to choose plug-in finder
|
||||
pref("application.use_ns_plugin_finder", false);
|
||||
|
||||
// Smart Browsing prefs
|
||||
pref("browser.related.enabled", true);
|
||||
pref("browser.related.autoload", 1); // 0 = Always, 1 = After first use, 2 = Never
|
||||
|
|
|
@ -36,6 +36,12 @@
|
|||
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-applications.js"/>
|
||||
<script type="application/x-javascript" src="chrome://communicator/content/pref/overrideHandler.js"/>
|
||||
|
||||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
var _elementIDs = ["useNSPluginFinder"];
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<groupbox flex="1">
|
||||
<caption label="&descript;"/>
|
||||
<label value="&fileTypes.label;"/>
|
||||
|
@ -106,6 +112,16 @@
|
|||
</vbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
<groupbox id="pluginFinderBox">
|
||||
<caption label="&plugins.label;"/>
|
||||
<vbox>
|
||||
<hbox pack="start" align="center">
|
||||
<checkbox id="useNSPluginFinder" label="&pluginFinder.label;"
|
||||
prefstring="application.use_ns_plugin_finder"/>
|
||||
</hbox>
|
||||
<description>&pluginFinderDesc.label;</description>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
<groupbox>
|
||||
<caption label="&fileOpening.label;"/>
|
||||
<hbox pack="start" align="center">
|
||||
|
|
Загрузка…
Ссылка в новой задаче