[Webkit-unassigned] [Bug 63013] [EFL] Page Cache was not Enabled(Enable Page Cache)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 19 19:35:07 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63013
--- Comment #51 from Martin Robinson <mrobinson at webkit.org> 2011-07-19 19:35:06 PST ---
(From update of attachment 99681)
View in context: https://bugs.webkit.org/attachment.cgi?id=99681&action=review
> Source/WebKit/efl/ChangeLog:24
> + 1) Add contentsSize update function for cached page restore
> + 2) Change return value for enable EFL Port back/forward Cache
> + 3) Delete below code in ewk_frame_view_create_for_view()
> + if (sd->frame->view())
> + return;
> + because WebCore::FrameView will always be created when a new page is opened.
> + This patch also ends up fixing two crashes in EWebLauncher: one when loading the 4th cached page
> + and another triggered when a user clicks any link
> +
> + * WebCoreSupport/FrameLoaderClientEfl.cpp:
> + (WebCore::FrameLoaderClientEfl::dispatchDidCommitLoad):
> + (WebCore::FrameLoaderClientEfl::canCachePage):
> + * ewk/ewk_frame.cpp:
> + (ewk_frame_view_create_for_view):
> + * ewk/ewk_private.h:
> + * ewk/ewk_view.cpp:
> + (ewk_view_cached_page_restore):
Instead of putting the summary of what you did above the empty method name template, why not just fill out the template with the appropriate information? :)
--
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