[Webkit-unassigned] [Bug 143514] New: [EFL] Create PageUIClientEfl after sending CreateWebPage message

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 7 22:49:24 PDT 2015


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

            Bug ID: 143514
           Summary: [EFL] Create PageUIClientEfl after sending
                    CreateWebPage message
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ljaehun.lim at samsung.com
                CC: demarchi at webkit.org

UIProcess sends some messages to WebPage before WebPage is created. It makes some error logs on debug build.

Error Log:
ERROR: Unhandled web process message 'WebPage:SetCanRunBeforeUnloadConfirmPanel'
../../Source/WebKit2/WebProcess/WebProcess.cpp(643) : virtual void WebKit::WebProcess::didReceiveMessage(IPC::Connection&, IPC::MessageDecoder&)
ERROR: Unhandled web process message 'WebPage:SetCanRunModal'
../../Source/WebKit2/WebProcess/WebProcess.cpp(643) : virtual void WebKit::WebProcess::didReceiveMessage(IPC::Connection&, IPC::MessageDecoder&)

So this patch moves the initialization of m_pageUIClient after calling WKViewInitialize().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150408/986b03a3/attachment-0001.html>


More information about the webkit-unassigned mailing list