[Webkit-unassigned] [Bug 47239] Generate the messages sent to the WebPageProxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 13:35:00 PDT 2010


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


Andras Becsi <abecsi at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abecsi at webkit.org




--- Comment #10 from Andras Becsi <abecsi at webkit.org>  2010-10-06 13:34:59 PST ---
(In reply to comment #9)
> (From update of attachment 69877 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=69877&action=review
> 
> > WebKit2/DerivedSources.pro:55
> > +processmessageheader_generator.commands = python $${SRC_ROOT_DIR}/WebKit2/Scripts/generate-messages-header.py  $${SRC_ROOT_DIR}/WebKit2/UIProcess/WebPageProxy.messages.in > $$OUTPUT_DIR/WebKit2/generated/WebPageProxyMessages.h
> 
> processmessageheader_generator is already used elsewhere, so you need to choose another name or it will get overridden.
> 
> > WebKit2/DerivedSources.pro:56
> > +processmessageheader_generator.depends  = $${SRC_ROOT_DIR}/WebKit2/Scripts/generate-messages-header.py $${SRC_ROOT_DIR}/UIProcess/WebPageProxy/WebProcess.messages.in
> 
> $${SRC_ROOT_DIR}/UIProcess/WebPageProxy/WebProcess.messages.in should be $${SRC_ROOT_DIR}/WebKit2/UIProcess/WebPageProxy.messages.in

And also:

./WebKit2/Platform/CoreIPC/qt/ConnectionQt.cpp:31:#include "WebPageProxyMessageKinds.h"

should be changed to include the new WebPageProxyMessages.h to fix the Qt build.

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