[Webkit-unassigned] [Bug 60277] [Meta] Add a WebCore testing harness

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 11:58:44 PDT 2011


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





--- Comment #9 from Darin Adler <darin at apple.com>  2011-05-05 11:58:44 PST ---
(In reply to comment #8)
> 1) With this library, we would still the ENABLE(TESTING) guard and isInTestMode flag, as outlined above. Right?

I don’t know. The idea is that the testing code has access to WebCore code, but isn’t compiled into the WebCore framework/library/DLL.

> 2) What does building a separate library give us over just plopping this in WebCore target?

I’m sorry you missed our WebKit Contributors Meeting session on this. The static library would be linked into tools like DumpRenderTree. Outside the test tool, the testing code would not be present in the WebCore binary, so it would not increase code size or introduce code paths that could be exploited by bad guys.

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