[webkit-changes] cvs commit: JavaScriptCore ChangeLog JavaScriptCore.exp

Timothy thatcher at opensource.apple.com
Mon Oct 17 11:42:01 PDT 2005


thatcher    05/10/17 11:42:00

  Modified:    .        Tag: Safari-2-0-branch ChangeLog JavaScriptCore.exp
  Log:
          - Fixed: <rdar://problem/4300099> JavaScriptCore export file needs
            to include symbols used by Java/liveconnect and other bindings clients
  
          Reviewed by Darin and Geoff.
  
          * JavaScriptCore.exp: adding a few sysmbols for jni bindings
            also add the WebUndefined ObjC class symbol, and some missing NPN symbols
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.677.6.47 +10 -0     JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.677.6.46
  retrieving revision 1.677.6.47
  diff -u -r1.677.6.46 -r1.677.6.47
  --- ChangeLog	6 Oct 2005 23:02:10 -0000	1.677.6.46
  +++ ChangeLog	17 Oct 2005 18:41:58 -0000	1.677.6.47
  @@ -1,3 +1,13 @@
  +2005-10-17  Timothy Hatcher  <timothy at apple.com>
  +
  +        - Fixed: <rdar://problem/4300099> JavaScriptCore export file needs
  +          to include symbols used by Java/liveconnect and other bindings clients
  +
  +        Reviewed by Darin and Geoff.
  +
  +        * JavaScriptCore.exp: adding a few sysmbols for jni bindings
  +          also add the WebUndefined ObjC class symbol, and some missing NPN symbols
  +
   === JavaScriptCore-417.2 ===
   
   2005-10-05  Timothy Hatcher  <timothy at apple.com>
  
  
  
  1.1.2.2   +39 -0     JavaScriptCore/Attic/JavaScriptCore.exp
  
  Index: JavaScriptCore.exp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/Attic/JavaScriptCore.exp,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- JavaScriptCore.exp	6 Oct 2005 01:00:28 -0000	1.1.2.1
  +++ JavaScriptCore.exp	17 Oct 2005 18:41:59 -0000	1.1.2.2
  @@ -1,5 +1,17 @@
   .objc_class_name_WebScriptObject
   .objc_class_name_WebScriptObjectPrivate
  +.objc_class_name_WebUndefined
  +_JNI_GetCreatedJavaVMs
  +_KJS_JSCreateNativeJSObject
  +_KJS_JSObject_JSFinalize
  +_KJS_JSObject_JSObjectCall
  +_KJS_JSObject_JSObjectEval
  +_KJS_JSObject_JSObjectGetMember
  +_KJS_JSObject_JSObjectGetSlot
  +_KJS_JSObject_JSObjectRemoveMember
  +_KJS_JSObject_JSObjectSetMember
  +_KJS_JSObject_JSObjectSetSlot
  +_KJS_JSObject_JSObjectToString
   __NPN_CreateObject
   __NPN_CreateScriptObject
   __NPN_Evaluate
  @@ -7,7 +19,10 @@
   __NPN_GetProperty
   __NPN_GetStringIdentifier
   __NPN_GetStringIdentifiers
  +__NPN_HasMethod
  +__NPN_HasProperty
   __NPN_IdentifierIsString
  +__NPN_IntFromIdentifier
   __NPN_Invoke
   __NPN_InvokeDefault
   __NPN_ReleaseObject
  @@ -17,6 +32,30 @@
   __NPN_SetException
   __NPN_SetProperty
   __NPN_UTF8FromIdentifier
  +__Z17NPN_VariantIsBoolPK10_NPVariant
  +__Z17NPN_VariantIsNullPK10_NPVariant
  +__Z17NPN_VariantIsVoidPK10_NPVariant
  +__Z17NPN_VariantToBoolPK10_NPVariantPh
  +__Z18NPN_VariantIsInt32PK10_NPVariant
  +__Z18NPN_VariantToInt32PK10_NPVariantPi
  +__Z19NPN_VariantIsDoublePK10_NPVariant
  +__Z19NPN_VariantIsObjectPK10_NPVariant
  +__Z19NPN_VariantIsStringPK10_NPVariant
  +__Z19NPN_VariantToDoublePK10_NPVariantPd
  +__Z19NPN_VariantToObjectPK10_NPVariantPP8NPObject
  +__Z19NPN_VariantToStringPK10_NPVariant
  +__Z22NPN_VariantIsUndefinedPK10_NPVariant
  +__Z25_NPN_SetExceptionWithUTF8P8NPObjectPKci
  +__Z27NPN_InitializeVariantAsNullP10_NPVariant
  +__Z27NPN_InitializeVariantAsVoidP10_NPVariant
  +__Z29NPN_InitializeVariantWithBoolP10_NPVarianth
  +__Z30NPN_InitializeVariantWithInt32P10_NPVarianti
  +__Z31NPN_InitializeVariantWithDoubleP10_NPVariantd
  +__Z31NPN_InitializeVariantWithObjectP10_NPVariantP8NPObject
  +__Z31NPN_InitializeVariantWithStringP10_NPVariantPK9_NPString
  +__Z32NPN_InitializeVariantAsUndefinedP10_NPVariant
  +__Z32NPN_InitializeVariantWithVariantP10_NPVariantPKS_
  +__Z35NPN_InitializeVariantWithStringCopyP10_NPVariantPK9_NPString
   __ZN3KJS10Identifier3addEPKc
   __ZN3KJS10Identifier3addEPNS_7UString3RepE
   __ZN3KJS10Identifier5equalEPNS_7UString3RepEPKc
  
  
  



More information about the webkit-changes mailing list