diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-03-18 20:11:42 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-03-18 20:11:42 +0800 |
commit | a219577f62f38ae5ff36380cddffd414d7a7750f (patch) | |
tree | e1b8663a98a76c0cf9654b05bb3d934f61a1b77d | |
parent | f3ea06108f60019d48215e0f30423b83bf5a64ef (diff) | |
download | gsoc2013-epiphany-a219577f62f38ae5ff36380cddffd414d7a7750f.tar gsoc2013-epiphany-a219577f62f38ae5ff36380cddffd414d7a7750f.tar.gz gsoc2013-epiphany-a219577f62f38ae5ff36380cddffd414d7a7750f.tar.bz2 gsoc2013-epiphany-a219577f62f38ae5ff36380cddffd414d7a7750f.tar.lz gsoc2013-epiphany-a219577f62f38ae5ff36380cddffd414d7a7750f.tar.xz gsoc2013-epiphany-a219577f62f38ae5ff36380cddffd414d7a7750f.tar.zst gsoc2013-epiphany-a219577f62f38ae5ff36380cddffd414d7a7750f.zip |
ephy-base-embed: remove note about using force reload when available.
Turns out it's better not to, see bug #568108.
svn path=/trunk/; revision=8916
-rw-r--r-- | embed/ephy-base-embed.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/ephy-base-embed.c b/embed/ephy-base-embed.c index e5b3a1216..c87af20dc 100644 --- a/embed/ephy-base-embed.c +++ b/embed/ephy-base-embed.c @@ -1251,10 +1251,6 @@ ephy_base_embed_file_monitor_reload_cb (EphyBaseEmbed *embed) priv->reload_scheduled_id = 0; LOG ("Reloading file '%s'", ephy_embed_get_address (EPHY_EMBED (embed))); - /* FIXME: no way to bypass cache when reloading with WebKit right now. - * Old code did it here. - * WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=19815 - */ webkit_web_view_reload (EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED (embed)); /* don't run again */ |