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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 17:25:31 PDT 2011


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





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

> Source/WebKit/efl/ewk/ewk_view.cpp:4506
> + * @param o a Evas_Object m_view

Change a with an. And also, it is better to use below expression.

 * @param o view object to get cached page.

> Source/WebKit/efl/ewk/ewk_view.cpp:4519
> +        return;

Move return to item below in order to adhere indentation.

> Source/WebKit/efl/ewk/ewk_view.cpp:4522
> +        main_frame->view()->adjustViewSize();

ditto.

> Tools/EWebLauncher/main.c:276
> +

Unnecessary blank line.

-- 
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