[Pkg-mozext-commits] [perspectives-extension] 59/72: statusbar.xul - As discussed, disable 'distrust' feature until GH #143 has been fixed

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 02:12:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository perspectives-extension.

commit 6c8d18056281fe4365343d2283dba5c705ff5b92
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Mon Oct 27 22:46:20 2014 -0600

    statusbar.xul - As discussed, disable 'distrust' feature until GH #143 has been fixed
---
 CHANGELOG                           | 1 -
 plugin/chrome/content/statusbar.xul | 6 ++++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index f8a1296..672047c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,7 +24,6 @@ We attempt to use meaningful version numbers, following semver.org:
 	+ Whitelist entries can be clicked to activate or deactivate
 	+ Table supports multi row selection and removal
 	+ Added localizations (en, de) for columns and remove button
-+ Add functionality to quickly and easily distrust all built-in certificates
 * Highly visible notifications when certificates fail (multiple certificates, one not recently seen; multiple certificates)
 * Extract remaining hardcoded strings for localization
 * Some German (de) localization fixes
diff --git a/plugin/chrome/content/statusbar.xul b/plugin/chrome/content/statusbar.xul
index 5cabd96..51aad88 100644
--- a/plugin/chrome/content/statusbar.xul
+++ b/plugin/chrome/content/statusbar.xul
@@ -39,8 +39,10 @@
 		  <menuitem label="&Addtowhitelist;"    oncommand="Pers_whitelist_dialog.add_to_whitelist()"/>
 		  <menuseparator/>
 		  <menuitem label="&ViewCertificateStore;"    oncommand="Pers_statusbar.openCertificates()"           />
+          <!-- Hide distrust feature until github #143 has been fixed
           <menuseparator/>
           <menuitem label="&DistrustAllCertificates;" oncommand="Pers_statusbar.distrust_all_certificates()"  />
+          -->
           <menuseparator/>
           <menuitem label="&Preferences;"             oncommand="Pers_statusbar.open_preferences_dialog()"    />
 		  <menuitem label="&Help;"                    oncommand="Pers_statusbar.openHelp()"                   />
@@ -61,8 +63,10 @@
       			<menuitem label="&Addtowhitelist;"    oncommand="Pers_whitelist_dialog.add_to_whitelist()"/>
       			<menuseparator/>
       			<menuitem label="&ViewCertificateStore;"    oncommand="Pers_statusbar.openCertificates()"           />
+                <!-- Hide distrust feature until github #143 has been fixed
                 <menuseparator/>
                 <menuitem label="&DistrustAllCertificates;" oncommand="Pers_statusbar.distrust_all_certificates()"  />
+                -->
                 <menuseparator/>
                 <menuitem label="&Preferences;"             oncommand="Pers_statusbar.open_preferences_dialog()"    />
       			<menuitem label="&Help;"                    oncommand="Pers_statusbar.openHelp()"                   />
@@ -83,8 +87,10 @@
       			<menuitem label="&Addtowhitelist;"    oncommand="Pers_whitelist_dialog.add_to_whitelist()"/>
       			<menuseparator/>
       			<menuitem label="&ViewCertificateStore;"    oncommand="Pers_statusbar.openCertificates()"           />
+                <!-- Hide distrust feature until github #143 has been fixed
                 <menuseparator/>
                 <menuitem label="&DistrustAllCertificates;" oncommand="Pers_statusbar.distrust_all_certificates()"  />
+                -->
                 <menuseparator/>
                 <menuitem label="&Preferences;"             oncommand="Pers_statusbar.open_preferences_dialog()"    />
       			<menuitem label="&Help;"                    oncommand="Pers_statusbar.openHelp()"                   />

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list