diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-04-29 18:41:10 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-04-29 18:41:10 +0800 |
commit | 25d492ed43d4bb06fe9e1589950d2a349917bce2 (patch) | |
tree | c193c6890bf4401a597c8bd796f4709c2f5bf67a /embed/mozilla/MozDownload.h | |
parent | 4bc8882e3270c7bd044ae32984686343ddc89cad (diff) | |
download | gsoc2013-epiphany-25d492ed43d4bb06fe9e1589950d2a349917bce2.tar gsoc2013-epiphany-25d492ed43d4bb06fe9e1589950d2a349917bce2.tar.gz gsoc2013-epiphany-25d492ed43d4bb06fe9e1589950d2a349917bce2.tar.bz2 gsoc2013-epiphany-25d492ed43d4bb06fe9e1589950d2a349917bce2.tar.lz gsoc2013-epiphany-25d492ed43d4bb06fe9e1589950d2a349917bce2.tar.xz gsoc2013-epiphany-25d492ed43d4bb06fe9e1589950d2a349917bce2.tar.zst gsoc2013-epiphany-25d492ed43d4bb06fe9e1589950d2a349917bce2.zip |
More defines work, still lack EventContext and EmbedPrivate. Use mozilla
2004-04-29 Marco Pesenti Gritti <marco@gnome.org>
* configure.in:
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
* embed/mozilla/EphyAboutRedirector.cpp:
* embed/mozilla/EphyAboutRedirector.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyContentPolicy.cpp:
* embed/mozilla/EphyContentPolicy.h:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EphyHeaderSniffer.h:
* embed/mozilla/EphySingle.cpp:
* embed/mozilla/EventContext.cpp:
* embed/mozilla/FilePicker.cpp:
* embed/mozilla/GlobalHistory.cpp:
* embed/mozilla/GlobalHistory.h:
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSClientAuthDialogs.h:
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.h:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.h:
* embed/mozilla/Makefile.am:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
* embed/mozilla/mozilla-embed-persist.cpp:
* embed/mozilla/mozilla-embed-single.cpp:
* embed/mozilla/mozilla-embed.cpp:
More defines work, still lack EventContext and
EmbedPrivate.
Use mozilla like warning flags instead of those gnome
macros. Remove several unused variables.
Diffstat (limited to 'embed/mozilla/MozDownload.h')
-rw-r--r-- | embed/mozilla/MozDownload.h | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/embed/mozilla/MozDownload.h b/embed/mozilla/MozDownload.h index 35a81ad2a..ced136801 100644 --- a/embed/mozilla/MozDownload.h +++ b/embed/mozilla/MozDownload.h @@ -43,23 +43,24 @@ #define MozDownload_h__ #include "mozilla-embed-persist.h" -#include "nsIDownload.h" -#include "nsIWebProgressListener.h" -#include "nsIHelperAppLauncherDialog.h" -#include "nsIExternalHelperAppService.h" -#include "nsIDOMDocument.h" - -#include "nsString.h" -#include "nsIURI.h" -#include "nsILocalFile.h" -#include "nsIWebBrowserPersist.h" -#include "nsIObserver.h" -#include "nsIRequest.h" -#include "nsIMIMEInfo.h" - #include "downloader-view.h" #include "ephy-download.h" #include "ephy-embed-shell.h" + +#include <nsIDownload.h> +#include <nsIWebProgressListener.h> +#include <nsIDOMDocument.h> +#include <nsIURI.h> +#include <nsILocalFile.h> +#include <nsIWebBrowserPersist.h> +#include <nsIObserver.h> +#include <nsIRequest.h> +#include <nsIMIMEInfo.h> + +#ifdef ALLOW_PRIVATE_API +#include <nsString.h> +#endif + #include <libgnomevfs/gnome-vfs-mime-handlers.h> /* MozDownload |