Ignore:
Timestamp:
Jan 7, 2008, 11:30:40 AM (17 years ago)
Author:
[email protected]
Message:

2008-01-07 Alp Toker <[email protected]>

Reviewed by Darin.

http://bugs.webkit.org/show_bug.cgi?id=16029
JavaScriptCore.h is not suitable for platforms other than Mac OS X

Introduce a new JavaScriptCore/JavaScript.h public API header. This
should be used by all new portable code using the JavaScriptCore API.

JavaScriptCore/JavaScriptCore.h will remain for compatibility with
existing applications that depend on it including JSStringRefCF.h
which isn't portable.

Also add minidom to the GTK+/autotools build since we can now support
it on all platforms.

  • API/JSNode.h:
  • API/JSNodeList.h:
  • API/JavaScript.h: Added.
  • API/JavaScriptCore.h:
  • ForwardingHeaders/JavaScriptCore/JavaScript.h: Added.
  • GNUmakefile.am:
  • JavaScriptCore.xcodeproj/project.pbxproj:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JavaScriptCore.h

    r21342 r29234  
    2828#define JavaScriptCore_h
    2929
    30 #include <JavaScriptCore/JSBase.h>
    31 #include <JavaScriptCore/JSContextRef.h>
    32 #include <JavaScriptCore/JSStringRef.h>
     30#include <JavaScriptCore/JavaScript.h>
    3331#include <JavaScriptCore/JSStringRefCF.h>
    34 #include <JavaScriptCore/JSObjectRef.h>
    35 #include <JavaScriptCore/JSValueRef.h>
    3632
    3733#endif // JavaScriptCore_h
Note: See TracChangeset for help on using the changeset viewer.