[webkit-reviews] review requested: [Bug 16029] JavaScriptCore.h is not suitable for platforms other than Mac OS X : [Attachment 18314] Indroduce portable JavaScriptCore/JavaScript.h header

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 10:22:15 PST 2008


Alp Toker <alp at atoker.com> has asked  for review:
Bug 16029: JavaScriptCore.h is not suitable for platforms other than Mac OS X
http://bugs.webkit.org/show_bug.cgi?id=16029

Attachment 18314: Indroduce portable JavaScriptCore/JavaScript.h header
http://bugs.webkit.org/attachment.cgi?id=18314&action=edit

------- Additional Comments from Alp Toker <alp at atoker.com>
This patch seems to be the best way of addressing the needs of non-CF ports
without breaking existing CF applications using the JavaScriptCore API.

JavaScriptCore/JavaScript.h is a new header that should be used in newly
written portable software. It's expected to work exactly the same on all
platforms, unlike JavaScriptCore/JavaScriptCore.h which will continue to
require CFStringRef.


More information about the webkit-reviews mailing list