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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 6 12:54:25 PDT 2010


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





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2010-08-06 12:54:25 PST ---
Anders' current thinking is that messages should be classes whose constructors take arguments of the right types. Each class will have a static const member that is the message ID. So the above code will instead look like:

    process()->send(MouseEvent(event), m_pageID);

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