aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ephyIAddCertExceptionParams.idl
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-03-28 23:09:39 +0800
committerChristian Persch <chpe@src.gnome.org>2008-03-28 23:09:39 +0800
commit126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b (patch)
tree4b8ffa3d535f8a7c2b21e06171c3860e4d58b6ff /embed/mozilla/ephyIAddCertExceptionParams.idl
parent40d830a7a9668ec8c0a2397c1342cf36c89d1a8a (diff)
downloadgsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar.gz
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar.bz2
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar.lz
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar.xz
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.tar.zst
gsoc2013-epiphany-126ccdddb8e16c8dd406cadc0f9ac451bfeeb80b.zip
Next try to get cert exception addition working. This too isn't not working correctly though; it fails to get any properties from my |arguments| object.
svn path=/branches/gnome-2-22/; revision=8161
Diffstat (limited to 'embed/mozilla/ephyIAddCertExceptionParams.idl')
-rw-r--r--embed/mozilla/ephyIAddCertExceptionParams.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/embed/mozilla/ephyIAddCertExceptionParams.idl b/embed/mozilla/ephyIAddCertExceptionParams.idl
new file mode 100644
index 000000000..60ee11423
--- /dev/null
+++ b/embed/mozilla/ephyIAddCertExceptionParams.idl
@@ -0,0 +1,8 @@
+#include "nsISupports.idl"
+
+[scriptable,uuid(2bac2eb2-cd10-4e3f-802e-dade8096d6c5)]
+interface ephyIAddCertExceptionParams : nsISupports {
+ readonly attribute boolean prefetchCert;
+ readonly attribute AString location;
+ attribute boolean exceptionAdded;
+};