aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EventContext.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-07-04 18:56:23 +0800
committerChristian Persch <chpe@src.gnome.org>2004-07-04 18:56:23 +0800
commit3d5210a4ca588096cd847bff8a5e89b2d9f8c28b (patch)
tree6d62b71e76b07bbfe58a31e2a26c0ab987033f12 /embed/mozilla/EventContext.h
parent19c653c5affa0717a1fe627833b667bd0fb226a6 (diff)
downloadgsoc2013-epiphany-3d5210a4ca588096cd847bff8a5e89b2d9f8c28b.tar
gsoc2013-epiphany-3d5210a4ca588096cd847bff8a5e89b2d9f8c28b.tar.gz
gsoc2013-epiphany-3d5210a4ca588096cd847bff8a5e89b2d9f8c28b.tar.bz2
gsoc2013-epiphany-3d5210a4ca588096cd847bff8a5e89b2d9f8c28b.tar.lz
gsoc2013-epiphany-3d5210a4ca588096cd847bff8a5e89b2d9f8c28b.tar.xz
gsoc2013-epiphany-3d5210a4ca588096cd847bff8a5e89b2d9f8c28b.tar.zst
gsoc2013-epiphany-3d5210a4ca588096cd847bff8a5e89b2d9f8c28b.zip
Normal context menus for check/radio/submit buttons. Fixes bug #143942.
2004-07-04 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: Normal context menus for check/radio/submit buttons. Fixes bug #143942.
Diffstat (limited to 'embed/mozilla/EventContext.h')
-rw-r--r--embed/mozilla/EventContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/EventContext.h b/embed/mozilla/EventContext.h
index efc05322b..56ac96c58 100644
--- a/embed/mozilla/EventContext.h
+++ b/embed/mozilla/EventContext.h
@@ -57,6 +57,7 @@ private:
MozillaEmbedEvent *info);
nsresult GetCSSBackground (nsIDOMNode *node, nsAString& url);
nsresult IsPageFramed (nsIDOMNode *node, PRBool *Framed);
+ nsresult CheckInput (nsIDOMNode *node);
nsresult CheckLinkScheme (const nsAString &link);
nsresult SetIntProperty (const char *name, int value);
nsresult SetStringProperty (const char *name, const char *value);