diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-07-24 03:55:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-07-24 03:55:18 +0800 |
commit | ff3e857464ce32f626e080f93ea66ce1b5c372e3 (patch) | |
tree | aefe9124a3dad057d88f4061e4d3c7de8106221c /ChangeLog | |
parent | 63e95001e7f36aa5833acea04643b52f8b70b765 (diff) | |
download | gsoc2013-epiphany-ff3e857464ce32f626e080f93ea66ce1b5c372e3.tar.gz gsoc2013-epiphany-ff3e857464ce32f626e080f93ea66ce1b5c372e3.tar.zst gsoc2013-epiphany-ff3e857464ce32f626e080f93ea66ce1b5c372e3.zip |
Implement nsIDOMCryptoDialogs, nsITokenDialogs and
2006-07-22 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.h:
* embed/mozilla/MozRegisterComponents.cpp:
Implement nsIDOMCryptoDialogs, nsITokenDialogs and
nsITokenPasswordDialogs. Bug #312869.
* embed/mozilla/EphyUtils.cpp:
* embed/mozilla/EphyUtils.h:
Add a helper function to get the DOM window off the native
call context, to work around unavailable parent window
in nsIDOMCryptoDialogs
( https://bugzilla.mozilla.org/show_bug.cgi?id=341914).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2006-07-22 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/GtkNSSDialogs.cpp: + * embed/mozilla/GtkNSSDialogs.h: + * embed/mozilla/MozRegisterComponents.cpp: + + Implement nsIDOMCryptoDialogs, nsITokenDialogs and + nsITokenPasswordDialogs. Bug #312869. + + * embed/mozilla/EphyUtils.cpp: + * embed/mozilla/EphyUtils.h: + + Add a helper function to get the DOM window off the native + call context, to work around unavailable parent window + in nsIDOMCryptoDialogs + ( https://bugzilla.mozilla.org/show_bug.cgi?id=341914). + 2006-07-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (main): |