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

Timothy thatcher at opensource.apple.com
Mon Oct 17 14:23:09 PDT 2005


thatcher    05/10/17 14:23:07

  Modified:    .        Tag: Safari-2-0-branch ChangeLog JavaScriptCore.exp
  Log:
          * JavaScriptCore.exp: Rolled out some NPN symbols from
          my last commit that Tim O. and I determined are not public.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.677.6.48 +5 -0      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.677.6.47
  retrieving revision 1.677.6.48
  diff -u -r1.677.6.47 -r1.677.6.48
  --- ChangeLog	17 Oct 2005 18:41:58 -0000	1.677.6.47
  +++ ChangeLog	17 Oct 2005 21:23:03 -0000	1.677.6.48
  @@ -1,5 +1,10 @@
   2005-10-17  Timothy Hatcher  <timothy at apple.com>
   
  +        * JavaScriptCore.exp: Rolled out some NPN symbols from
  +        my last commit that Tim O. and I determined are not public.
  +
  +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
   
  
  
  
  1.1.2.3   +0 -24     JavaScriptCore/Attic/JavaScriptCore.exp
  
  Index: JavaScriptCore.exp
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/Attic/JavaScriptCore.exp,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- JavaScriptCore.exp	17 Oct 2005 18:41:59 -0000	1.1.2.2
  +++ JavaScriptCore.exp	17 Oct 2005 21:23:05 -0000	1.1.2.3
  @@ -32,30 +32,6 @@
   __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