[Webkit-unassigned] [Bug 43636] IPC in WebKit2 is not type-safe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 16 07:29:24 PDT 2010


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


Adam Roben (aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #63762|0                           |1
        is obsolete|                            |




--- Comment #12 from Adam Roben (aroben) <aroben at apple.com>  2010-09-16 07:29:23 PST ---
Created an attachment (id=67795)
 --> (https://bugs.webkit.org/attachment.cgi?id=67795)
Super-ugly work-in-progress patch (with autogeneration!)

Here's another ugly work-in-progress patch. WebPage.messages.in (ugly!) declares all the messages that WebPage receives. generate-messages-header.py generates WebPageMessages.h and generate-message-handler.py generates WebPageMessageHandler.cpp. You have to invoke the scripts manually for now, and I've placed the generated source files in the source tree for convenience. But you can get an idea of where I'm headed.

Tips for cleaning up the Python would be much appreciated!

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