r17357 - in /desktop/etch/epiphany-browser/debian: certManager.js control

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Oct 28 13:00:24 UTC 2008


Author: joss
Date: Tue Oct 28 13:00:23 2008
New Revision: 17357

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17357
Log:
Add code to delete the certificates (in gecko 1.8 it was in 
deletecert.js).

Modified:
    desktop/etch/epiphany-browser/debian/certManager.js
    desktop/etch/epiphany-browser/debian/control

Modified: desktop/etch/epiphany-browser/debian/certManager.js
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/etch/epiphany-browser/debian/certManager.js?rev=17357&op=diff
==============================================================================
--- desktop/etch/epiphany-browser/debian/certManager.js (original)
+++ desktop/etch/epiphany-browser/debian/certManager.js Tue Oct 28 13:00:23 2008
@@ -393,8 +393,19 @@
       loadParam = nsIX509Cert.CA_CERT;
     }
 
+    for(var i=0;i<selected_certs.length;i++)
+    {
+      if (selected_certs[i]) {
+        try {
+          certdb.deleteCertificate(selected_certs[i]);
+        }
+        catch (e) { }
+        selected_certs[i] = null;
+      }
+    }
+
     for (t=numcerts-1; t>=0; t--)
-    {
+    {      
       treeView.removeCert(selected_cert_index[t]);
     }
 

Modified: desktop/etch/epiphany-browser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/etch/epiphany-browser/debian/control?rev=17357&op=diff
==============================================================================
--- desktop/etch/epiphany-browser/debian/control (original)
+++ desktop/etch/epiphany-browser/debian/control Tue Oct 28 13:00:23 2008
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Jordi Mallach <jordi at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Franco <stratus at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Marc 'HE' Brockschmidt <he at debian.org>, Marco Cabizza <marco87 at gmail.com>, Oystein Gisnas <oystein at gisnas.net>, Ondřej Surý <ondrej at debian.org>, Ross Burton <ross at debian.org>, Sebastien Bacher <seb128 at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Franco <stratus at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Josselin Mouette <joss at debian.org>, Kilian Krause <kilian at debian.org>, Loic Minier <lool at dooz.org>, Marc 'HE' Brockschmidt <he at debian.org>, Marco Cabizza <marco87 at gmail.com>, Oystein Gisnas <oystein at gisnas.net>, Ondřej Surý <ondrej at debian.org>, Ross Burton <ross at debian.org>, Sebastien Bacher <seb128 at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 4.2.22), liborbit2-dev (>= 2.12.4), pkg-config, libglade2-dev (>= 2.3.1), libglib2.0-dev (>= 2.8.0), libgtk2.0-dev (>= 2.8.3), libgconf2-dev, libgnomevfs2-dev (>= 2.9.2), libstartup-notification0-dev (>= 0.5), libpango1.0-dev (>= 1.8.0), scrollkeeper, cdbs (>= 0.4.17), libgnome-desktop-dev (>= 2.9.91), perl, libxml2-dev (>= 2.6.12), libxslt1-dev (>= 1.1.7), gnome-pkg-tools, libxml-parser-perl, libgnomeui-dev (>= 2.6), libxul-dev, iso-codes, gnome-icon-theme (>= 2.9.90), libdbus-glib-1-dev (>= 0.60), libgnomeprint2.2-dev (>= 2.4.0), libgnomeprintui2.2-dev (>= 2.4.0), python-dev (>= 2.3), python-gtk2-dev (>= 2.7.1), python-gnome2-dev (>= 2.6.0), gnome-doc-utils (>= 0.3.2)
 Standards-Version: 3.7.2
 




More information about the pkg-gnome-commits mailing list