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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 01:35:28 PDT 2012


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





--- Comment #3 from Dominik Röttsches (drott) <dominik.rottsches at intel.com>  2012-07-11 01:35:28 PST ---
(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.

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