aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphySingle.h
diff options
context:
space:
mode:
authorJean-François Rameau <jframeau@cvs.gnome.org>2006-06-02 03:35:32 +0800
committerJean-François Rameau <jframeau@src.gnome.org>2006-06-02 03:35:32 +0800
commitae4e4736818f442abd435274cb3b75f8da02ad33 (patch)
treee552affa908143effd9f1fba8993eaa8ecf4e5f6 /embed/mozilla/EphySingle.h
parent5d471eec3390f8f188037ac6a3c87a59aa77ec8e (diff)
downloadgsoc2013-epiphany-ae4e4736818f442abd435274cb3b75f8da02ad33.tar
gsoc2013-epiphany-ae4e4736818f442abd435274cb3b75f8da02ad33.tar.gz
gsoc2013-epiphany-ae4e4736818f442abd435274cb3b75f8da02ad33.tar.bz2
gsoc2013-epiphany-ae4e4736818f442abd435274cb3b75f8da02ad33.tar.lz
gsoc2013-epiphany-ae4e4736818f442abd435274cb3b75f8da02ad33.tar.xz
gsoc2013-epiphany-ae4e4736818f442abd435274cb3b75f8da02ad33.tar.zst
gsoc2013-epiphany-ae4e4736818f442abd435274cb3b75f8da02ad33.zip
Don't set cookies from favicon downloads. Bug #337835.
2006-06-01 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed-persist.h: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download): * embed/mozilla/EphySingle.cpp: (Init, Detach, ExamineCookies, ExamineResponse, ExamineRequest, Observe): * embed/mozilla/EphySingle.h: * embed/mozilla/MozDownload.cpp: (InitiateMozillaDownload): Don't set cookies from favicon downloads. Bug #337835.
Diffstat (limited to 'embed/mozilla/EphySingle.h')
-rw-r--r--embed/mozilla/EphySingle.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/embed/mozilla/EphySingle.h b/embed/mozilla/EphySingle.h
index c5dcaca53..c2a199e1c 100644
--- a/embed/mozilla/EphySingle.h
+++ b/embed/mozilla/EphySingle.h
@@ -50,7 +50,10 @@ public:
protected:
nsresult EmitCookieNotification (const char *name, nsISupports *aSubject);
nsresult EmitPermissionNotification (const char *name, nsISupports *aSubject);
-
+ nsresult ExamineResponse (nsISupports *aSubject);
+ nsresult ExamineRequest (nsISupports *aSubject);
+ nsresult ExamineCookies (nsISupports *aSubject);
+
private:
nsCOMPtr<nsIObserverService> mObserverService;
EphyEmbedSingle *mOwner;