[Webkit-unassigned] [Bug 47377] [Qt] WebKit2 build scripts are buggy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 11 05:32:14 PDT 2010


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





--- Comment #2 from Csaba Osztrogonac <ossy at webkit.org>  2010-10-11 05:32:14 PST ---
My proposed patch will fix this build issue. 

But I have some questions. There are 7 generated message receivers
in WebKit2/DerivedSources.make, but only 3 in DerivedSources.pro.
Is there any reason why?

I guess Qt port of WebKit2 doesn't use them now. Andras, could you 
confirm? Will we need them for the future development? If yes, I 
propose we should add them to the build system and refactor/simplify 
generator rules in DerivedSources.pro. It would be great if we have 
only two generator rules: one for headers and one for sources.

Message receivers in DerivedSources.pro:
WebPage
WebPageProxy
WebProcess

Missing message receivers:
[r68170] PluginProcess
[r68309] PluginProcessProxy
[r68612] PluginProxy
[r68445] WebProcessConnection

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