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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 5 18:02:43 PDT 2011


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





--- Comment #11 from MORITA Hajime <morrita at google.com>  2011-05-05 18:02:42 PST ---
In my understanding, WebCoreTestSupport is like a WebKit library/framework.
It accesses WebCore. It has its own binary.

Possible differences are:

- Namespace. It would be OK to put it into WebCore::
- Library type. It would be a static library
- something else that darin and ap mentioned in this thread...

I think restricted WebCore API access (by selective symbol exposure) is
a reasonable compromise and I thinks it's OK to export WebCore APIs only for 
WebCoreTestSupport: We'd need to export them anyway even using existing DRT.

Note that WebCoreTestSupport would need to access WebKit private APIs to retrieve
WebCore::Frame (and other WebCore internal object) from WebFrame-like wrapper objet.

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