epiphany r8310 - in trunk: embed src



Author: xan
Date: Sun Jun 29 18:24:11 2008
New Revision: 8310
URL: http://svn.gnome.org/viewvc/epiphany?rev=8310&view=rev

Log:
misc: add reference to webkit bug about reload_bypass_cache


Modified:
   trunk/embed/ephy-base-embed.c
   trunk/src/window-commands.c

Modified: trunk/embed/ephy-base-embed.c
==============================================================================
--- trunk/embed/ephy-base-embed.c	(original)
+++ trunk/embed/ephy-base-embed.c	Sun Jun 29 18:24:11 2008
@@ -1308,6 +1308,7 @@
   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));
 

Modified: trunk/src/window-commands.c
==============================================================================
--- trunk/src/window-commands.c	(original)
+++ trunk/src/window-commands.c	Sun Jun 29 18:24:11 2008
@@ -215,6 +215,7 @@
 	/* FIXME: no way to bypass cache when reloading
 	 * with WebKit right now. Old code did:
 	 * ephy_embed_reload (embed, event_with_shift ());
+	 * WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=19815
 	 */
 	webkit_web_view_reload (EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED (embed));
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]