[Webkit-unassigned] [Bug 63013] [EFL] Page Cache was not Enabled, (Enable Page Cache)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 26 23:38:31 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63013


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98662|review?                     |review-
               Flag|                            |




--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2011-06-26 23:38:31 PST ---
(From update of attachment 98662)
View in context: https://bugs.webkit.org/attachment.cgi?id=98662&action=review

Informal review - on my side.

> Source/WebKit/efl/ewk/ewk_view.cpp:61
> +#include "HistoryItem.h"

Move above line to  #include "HistoryItem.h" as below,

37 #include "GraphicsContext.h"
38 #include "HistoryItem.h"
39 #include "HTMLElement.h"

> Source/WebKit/efl/ewk/ewk_view.cpp:4512
> +void ewk_view_frame_restore_cachedpage(Evas_Object* o, Evas_Object* frame)

I think ewk_view_cached_page_restore is better.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list