diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-03-15 05:58:08 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-03-15 05:58:08 +0800 |
commit | d548860413ac5cea45610bd4c846c846c1619ec7 (patch) | |
tree | 7c386b6a04912d356a8beb8e59bee597dc779974 /embed/mozilla/ephyAddCertException.idl | |
parent | f9a8a26f862069c0ca841e1ee5b798e9a625d65e (diff) | |
download | gsoc2013-epiphany-d548860413ac5cea45610bd4c846c846c1619ec7.tar gsoc2013-epiphany-d548860413ac5cea45610bd4c846c846c1619ec7.tar.gz gsoc2013-epiphany-d548860413ac5cea45610bd4c846c846c1619ec7.tar.bz2 gsoc2013-epiphany-d548860413ac5cea45610bd4c846c846c1619ec7.tar.lz gsoc2013-epiphany-d548860413ac5cea45610bd4c846c846c1619ec7.tar.xz gsoc2013-epiphany-d548860413ac5cea45610bd4c846c846c1619ec7.tar.zst gsoc2013-epiphany-d548860413ac5cea45610bd4c846c846c1619ec7.zip |
Add a service to open the cert exception dialogue.
svn path=/trunk/; revision=8110
Diffstat (limited to 'embed/mozilla/ephyAddCertException.idl')
-rw-r--r-- | embed/mozilla/ephyAddCertException.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/embed/mozilla/ephyAddCertException.idl b/embed/mozilla/ephyAddCertException.idl new file mode 100644 index 000000000..3d04140b6 --- /dev/null +++ b/embed/mozilla/ephyAddCertException.idl @@ -0,0 +1,8 @@ +#include "nsISupports.idl" +#include "nsIDOMWindow.idl" +#include "nsIDOMDocument.idl" + +[uuid(cfdca027-c2c7-446a-8031-4d0041ab9f1e)] +interface ephyAddCertException : nsISupports { + void showAddCertExceptionDialog (in nsIDOMDocument aDocument); +}; |