WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
51263
Message code generation scripts should handle case of platforms that don't use synchronous message to the WebProcess
https://bugs.webkit.org/show_bug.cgi?id=51263
Summary
Message code generation scripts should handle case of platforms that don't us...
Adam Roben (:aroben)
Reported
2010-12-17 10:22:06 PST
Mac and Windows both use synchronous messages to the WebProcess. Platforms that don't have synchronous messages end up with generated code that doesn't compile. See the code below: CoreIPC::SyncReplyMode WebPage::didReceiveSyncWebPageMessage(CoreIPC::Connection*, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply) { switch (messageID.get<Messages::WebPage::Kind>()) { default: break; } ASSERT_NOT_REACHED(); return CoreIPC::AutomaticReply; }
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2010-12-17 10:22:17 PST
<
rdar://problem/8775115
>
Sam Weinig
Comment 2
2014-12-29 09:59:59 PST
This is not longer an issue now that we don't use a switch for this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug