diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-13 04:47:21 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-13 04:47:21 +0800 |
commit | 40cd4d7a1f61926cf9e84664491b3236e9084201 (patch) | |
tree | 59947423032e111c797b689962d338f8cf2480d7 /embed/mozilla/EphyBrowser.h | |
parent | cccabbcbbe25e8496f6e2bdcc77c235fe3eb3857 (diff) | |
download | gsoc2013-epiphany-40cd4d7a1f61926cf9e84664491b3236e9084201.tar gsoc2013-epiphany-40cd4d7a1f61926cf9e84664491b3236e9084201.tar.gz gsoc2013-epiphany-40cd4d7a1f61926cf9e84664491b3236e9084201.tar.bz2 gsoc2013-epiphany-40cd4d7a1f61926cf9e84664491b3236e9084201.tar.lz gsoc2013-epiphany-40cd4d7a1f61926cf9e84664491b3236e9084201.tar.xz gsoc2013-epiphany-40cd4d7a1f61926cf9e84664491b3236e9084201.tar.zst gsoc2013-epiphany-40cd4d7a1f61926cf9e84664491b3236e9084201.zip |
Remove the reload workaround, since the mozilla bug is fixed on all
2005-07-12 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyBrowser.h:
* embed/mozilla/mozilla-embed.cpp:
Remove the reload workaround, since the mozilla bug
is fixed on all supported mozilla version.
Diffstat (limited to 'embed/mozilla/EphyBrowser.h')
-rw-r--r-- | embed/mozilla/EphyBrowser.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h index 77f2923a6..279578e02 100644 --- a/embed/mozilla/EphyBrowser.h +++ b/embed/mozilla/EphyBrowser.h @@ -158,14 +158,6 @@ public: nsresult GetSHUrlAtIndex (PRInt32 index, nsACString &url); nsresult GoToHistoryIndex (PRInt16 index); -#ifndef HAVE_GECKO_1_8 - enum ReloadType { RELOAD_NORMAL = 0, - RELOAD_FORCE = 1, - RELOAD_ENCODING_CHANGE = 2 }; - - nsresult Reload (ReloadType flags); -#endif - nsresult ForceEncoding (const char *encoding); nsresult GetEncoding (nsACString &encoding); nsresult GetForcedEncoding (nsACString &encoding); |