[Webkit-unassigned] [Bug 90772] [EFL][WK2] ewk_context needs to route InjectedBundle Messages correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 21:24:52 PDT 2012


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





--- Comment #4 from EunMi Lee <eunmi15.lee at samsung.com>  2012-07-12 21:24:52 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > (In reply to comment #1)
> > 
> > Yes, I think it makes sense:
> > 
> > WKRetainPtr<WKTypeRef> TestController::didReceiveSynchronousMessageFromInjectedBundle(WKStringRef messageName, WKTypeRef messageBody)
> > {
> > #if PLATFORM(MAC) || PLATFORM(QT) || PLATFORM(GTK)
> > ...
> 
> But also, if you look at the QtContext (or similarly named, can't recall) implementation, it talks about a different routing and actually handling those messages things in Context, and not letting it fall through to TestController::didReceiveSynchronousMessageFromInjectedBundle. So this implementation might not be used.

Yes, there is a different routing in the QtContext, but it is not used in the WebKitTestRunner.
They are also using WKContext directly in the WebKitTestRunner, and they are using QtContext for Applications.
So, we don't have to care about ewk_context for WTR.
and, I will make the patch to handle injectedBundle in the ewk_context for "Applications". :)

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