RESOLVED FIXED 44785
Add support for sending synchronous messages from the InjectedBundle to the WKContext
https://bugs.webkit.org/show_bug.cgi?id=44785
Summary Add support for sending synchronous messages from the InjectedBundle to the W...
Sam Weinig
Reported 2010-08-27 12:30:21 PDT
We should add SPI (maybe API) to the InjectedBundle to allow sending synchronous messages to the WKContext: WKTypeRef WKBundlePostSynchronousMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messageBody, double timeout).
Attachments
Patch (13.36 KB, patch)
2010-09-16 13:52 PDT, Sam Weinig
andersca: review+
Sam Weinig
Comment 1 2010-08-27 12:30:59 PDT
Sam Weinig
Comment 2 2010-09-16 13:52:47 PDT
WebKit Review Bot
Comment 3 2010-09-16 13:53:34 PDT
Attachment 67840 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebKit2/UIProcess/WebContext.cpp:324: A case label should not be indented, but line up with its switch statement. [whitespace/indent] [4] WebKit2/UIProcess/API/C/WKContext.h:43: Extra space between WKContextDidReceiveSynchronousMessageFromInjectedBundleCallback and didReceiveSynchronousMessageFromInjectedBundle [whitespace/declaration] [3] Total errors found: 2 in 12 files If any of these errors are false positives, please file a bug against check-webkit-style.
Sam Weinig
Comment 4 2010-09-16 14:05:09 PDT
Landed in r67666.
Eric Seidel (no email)
Comment 5 2010-09-17 12:55:56 PDT
The MacEWS failed to process this due to a build error (and hung due to an executive.py bug). YOu must have done a follow-up build fix is my guess. :)
Note You need to log in before you can comment on or make changes to this bug.