[Webkit-unassigned] [Bug 88183] Implement layoutTestController using IDL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 2 23:17:19 PDT 2012


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





--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2012-06-02 23:17:17 PST ---
The challenge here is that layoutTestController is defined in DumpRenderTree instead of WebCore so we can't use Source/WebCore/DerivedSources.make.

One thing we can do is to add layoutTestController as an abstract class in WebCore/testing/ along with an IDL file, and let DumpRenderTree implement it with a concrete class.

That might be cleaner than introducing a derived source in DumpRenderTree since the latter involves modifying all build systems we have.

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