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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 4 01:41:56 PDT 2011


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





--- Comment #46 from DongJae KIM <dongjae1.kim at samsung.com>  2011-07-04 01:41:56 PST ---
(In reply to comment #44)
> (In reply to comment #10)
> > (In reply to comment #8)
> > 
> > > when user add 4th cached page, first cached page will be destroy. 
> > > then frame was released and has null reference assert.
> > > 
> > > so sd->frame->view() was create always.
> > 
> > If we don't use cached page or frame is not null, I think we need to check the condition. If frame already has a view instance, we don't need to create new view. Please consider both normal case and your case.
> 
> Did you reply my question ? I can't find your reply this thread.

My answer is Comment#14.

Additional Comment:: when create view, WebCore::Frame::CreateView was call below api for create FrameView
setView(0) -> view = FrameView::createView() ->setView(view);

so, there are no problem to create new page.

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