[Webkit-unassigned] [Bug 16029] JavaScriptCore API is not portable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 17 15:18:54 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16029





------- Comment #1 from darin at apple.com  2007-11-17 15:18 PDT -------
JavaScriptCore.h is intended to be a Mac OS X only header -- the "framework
header" that any Mac OS X framework has, which includes all its other headers.
I don't suggest using it on other platforms. WebKit.h is the same way.

We can't change the contents of JavaScriptCore.h on Mac OS X now that Leopard
has shipped with it as public API.

On other platforms, it might work better to include the appropriate headers
individually.

If other platforms really want a catch-all header like JavaScriptCore.h we
could come up with a build system that creates a different version of the
header as needed for various platforms. Or they could use a different name for
it.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list