diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-11 00:09:31 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-11 00:09:31 +0800 |
commit | a4629854eaa0cf1414f3e3353a722afc01473f4e (patch) | |
tree | 94c30f3a7c213c5e6b6c0032be4f66515097cd17 /embed/mozilla/EphyProtocolHandler.h | |
parent | b60fa57c130d53cfb5154080f3ad5097e62a6fdd (diff) | |
download | gsoc2013-epiphany-a4629854eaa0cf1414f3e3353a722afc01473f4e.tar gsoc2013-epiphany-a4629854eaa0cf1414f3e3353a722afc01473f4e.tar.gz gsoc2013-epiphany-a4629854eaa0cf1414f3e3353a722afc01473f4e.tar.bz2 gsoc2013-epiphany-a4629854eaa0cf1414f3e3353a722afc01473f4e.tar.lz gsoc2013-epiphany-a4629854eaa0cf1414f3e3353a722afc01473f4e.tar.xz gsoc2013-epiphany-a4629854eaa0cf1414f3e3353a722afc01473f4e.tar.zst gsoc2013-epiphany-a4629854eaa0cf1414f3e3353a722afc01473f4e.zip |
Improved design and wording of the error pages, and add links to google
2005-07-10 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyProtocolHandler.cpp:
* embed/mozilla/EphyProtocolHandler.h:
Improved design and wording of the error pages,
and add links to google cache and internet archive
where appropriate. Many thanks to mpt for his help!
Diffstat (limited to 'embed/mozilla/EphyProtocolHandler.h')
-rw-r--r-- | embed/mozilla/EphyProtocolHandler.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/embed/mozilla/EphyProtocolHandler.h b/embed/mozilla/EphyProtocolHandler.h index f1eb0aac1..915d704cb 100644 --- a/embed/mozilla/EphyProtocolHandler.h +++ b/embed/mozilla/EphyProtocolHandler.h @@ -53,12 +53,12 @@ class EphyProtocolHandler : public nsIProtocolHandler, private: nsresult Redirect(const nsACString&, nsIChannel**); - nsresult ParseErrorURL(const char*, nsACString&, nsACString&, nsACString&); - nsresult GetErrorMessage(nsIURI *, const char *, char **, char **); - nsresult HandleEpiphany(nsIURI*, nsIChannel **); - nsresult CreateErrorPage(nsIURI*, nsIChannel **); - nsresult Write(nsIOutputStream*, const char *); - nsresult WriteHTMLEscape(nsIOutputStream *, const char *); + nsresult ParseErrorURL(const char*, nsACString&, nsACString&, nsACString&, nsACString&); + nsresult GetErrorMessage(nsIURI*, const char*, char**, char**, char**, char**); + nsresult HandleEpiphany(nsIURI*, nsIChannel**); + nsresult CreateErrorPage(nsIURI*, nsIChannel**); + nsresult Write(nsIOutputStream*, const char*); + nsresult WriteHTMLEscape(nsIOutputStream*, const char*); }; #endif /* EPHY_PROTOCOL_HANDLER_H */ |