[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:07:41 PDT 2011


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





--- Comment #19 from Ryuan Choi <ryuan.choi at samsung.com>  2011-06-27 17:07:40 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:4515
> +    WebCore::Frame* main_frame = ewk_frame_core_get(sd->main_frame); 
> +    if (!main_frame)
> +        return;

Sorry, you can use priv->main_frame. I confused.
I think that you don't need to check whether it is null.

> Tools/ChangeLog:8
> +        when view port changed, zoom level was set. ewk_view_zoom_set() check zoom range.

When

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