зеркало из https://github.com/mozilla/gecko-dev.git
Changes filenames of preference content to be consistent with
Mozilla conventions. Add autostretch="never" to prevent expansion of checkboxes in pref panels
This commit is contained in:
Родитель
ce7d14c675
Коммит
72d0e0eaf1
|
@ -31,14 +31,14 @@
|
|||
<treechildren id="panelChildren">
|
||||
<treeitem id="securityItem" open="true" position="3" container="true" >
|
||||
<treerow>
|
||||
<treecell class="treecell-indent" url="chrome://pippki/content/SecurityPrefs.xul"
|
||||
<treecell class="treecell-indent" url="chrome://pippki/content/pref-security.xul"
|
||||
value="&security.label;" />
|
||||
</treerow>
|
||||
<!-- Subitems go here -->
|
||||
<treechildren id="securityChildren">
|
||||
<treeitem id="sslItem" open="true" >
|
||||
<treerow>
|
||||
<treecell class="treecell-indent" url="chrome://pippki/content/SSLPrefs.xul"
|
||||
<treecell class="treecell-indent" url="chrome://pippki/content/pref-ssl.xul"
|
||||
value="&ssl.label;" />
|
||||
</treerow>
|
||||
</treeitem>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/dialogOverlay.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pippki/locale/SecurityPrefs.dtd">
|
||||
<!DOCTYPE window SYSTEM "chrome://pippki/locale/pref-security.dtd">
|
||||
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="color-dialog"
|
||||
|
@ -52,7 +52,7 @@
|
|||
</script>
|
||||
<script src="chrome://global/content/strres.js" />
|
||||
<script src="pippki.js" />
|
||||
<script src="SecurityPrefs.js" />
|
||||
<script src="pref-security.js" />
|
||||
|
||||
<!-- Fancy panel header -->
|
||||
<box class="box-smallheader" title="&security.label;"
|
|
@ -25,7 +25,7 @@
|
|||
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://communicator/skin/dialogOverlay.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://pippki/locale/SSLPrefs.dtd">
|
||||
<!DOCTYPE window SYSTEM "chrome://pippki/locale/pref-ssl.dtd">
|
||||
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="color-dialog"
|
||||
|
@ -49,17 +49,17 @@
|
|||
<title><text value="&SSLProtocolVersions;"/></title>
|
||||
|
||||
<!-- Prefs -->
|
||||
<box orient="vertical" flex="1">
|
||||
<checkbox id="enableSSL2" value="Enable SSL version 2"
|
||||
pref="true" preftype="bool" prefstring="security.enable_ssl2"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="enableSSL3" value="Enable SSL version 3"
|
||||
pref="true" preftype="bool" prefstring="security.enable_ssl3"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="enableTLS" value="Enable TLS"
|
||||
pref="true" preftype="bool" prefstring="security.enable_tls"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
<box orient="vertical" flex="1" autostretch="never" >
|
||||
<checkbox id="enableSSL2" value="Enable SSL version 2"
|
||||
pref="true" preftype="bool" prefstring="security.enable_ssl2"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="enableSSL3" value="Enable SSL version 3"
|
||||
pref="true" preftype="bool" prefstring="security.enable_ssl3"
|
||||
prefattribute="checked"/>
|
||||
<checkbox id="enableTLS" value="Enable TLS"
|
||||
pref="true" preftype="bool" prefstring="security.enable_tls"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
|
||||
<box orient="vertical" halign="right">
|
||||
<button class="dialog" value="Edit SSL Ciphers..." disabled="true"
|
||||
|
@ -69,7 +69,7 @@
|
|||
|
||||
</titledbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<titledbox orient="vertical" autostretch="never" >
|
||||
<title><text value="&SSLWarnings;"/></title>
|
||||
<html>
|
||||
Netscape can alert you to the security status of the web page you are viewing.
|
||||
|
@ -101,7 +101,7 @@ Set Netscape to show a warning and ask permission before:
|
|||
prefattribute="checked" checked="true"/>
|
||||
</titledbox>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<titledbox orient="vertical" autostretch="never" >
|
||||
<title><text value="&SSLClientAuthMethod;"/></title>
|
||||
<html>Decide how Netscape selects a security certificate to
|
||||
present to web sites that require one:</html>
|
|
@ -3,9 +3,9 @@ pippki.jar:
|
|||
content/pippki/changepassword.xul (content/changepassword.xul)
|
||||
content/pippki/password.js (content/password.js)
|
||||
content/pippki/PrefOverlay.xul (content/PrefOverlay.xul)
|
||||
content/pippki/SecurityPrefs.xul (content/SecurityPrefs.xul)
|
||||
content/pippki/SecurityPrefs.js (content/SecurityPrefs.js)
|
||||
content/pippki/SSLPrefs.xul (content/SSLPrefs.xul)
|
||||
content/pippki/pref-security.xul (content/pref-security.xul)
|
||||
content/pippki/pref-security.js (content/pref-security.js)
|
||||
content/pippki/pref-ssl.xul (content/pref-ssl.xul)
|
||||
content/pippki/PageInfoOverlay.xul (content/PageInfoOverlay.xul)
|
||||
content/pippki/newserver.js (content/newserver.js)
|
||||
content/pippki/newserver.xul (content/newserver.xul)
|
||||
|
@ -23,11 +23,11 @@ pippki.jar:
|
|||
content/pippki/serverCertExpired.js (content/serverCertExpired.js)
|
||||
locale/en-US/pippki/contents.rdf (locale/en-US/contents.rdf)
|
||||
locale/en-US/pippki/pippki.dtd (locale/en-US/pippki.dtd)
|
||||
locale/en-US/pippki/SSLPrefs.dtd (locale/en-US/SSLPrefs.dtd)
|
||||
locale/en-US/pippki/pref-ssl.dtd (locale/en-US/pref-ssl.dtd)
|
||||
locale/en-US/pippki/pippki.properties (locale/en-US/pippki.properties)
|
||||
locale/en-US/pippki/PrefOverlay.dtd (locale/en-US/PrefOverlay.dtd)
|
||||
locale/en-US/pippki/newserver.properties (locale/en-US/newserver.properties)
|
||||
locale/en-US/pippki/newserver.dtd (locale/en-US/newserver.dtd)
|
||||
locale/en-US/pippki/SecurityPrefs.dtd (locale/en-US/SecurityPrefs.dtd)
|
||||
locale/en-US/pippki/pref-security.dtd (locale/en-US/pref-security.dtd)
|
||||
locale/en-US/pippki/PageInfoOverlay.dtd (locale/en-US/PageInfoOverlay.dtd)
|
||||
locale/en-US/pippki/certManager.dtd (locale/en-US/certManager.dtd)
|
||||
|
|
Загрузка…
Ссылка в новой задаче