[webkit-changes] cvs commit: JavaScriptCore ChangeLog Info.plist

Timothy thatcher at opensource.apple.com
Fri Sep 30 23:14:30 PDT 2005


thatcher    05/09/30 23:14:30

  Modified:    .        Tag: Safari-Den-branch ChangeLog Info.plist
  Log:
  Versioning to JavaScriptCore-416.12, also amending the ChangeLog to show the correct reviewer.
  
  		<rdar://problem/4277521> JS exceptions don't carry file/line information (3327)
  
  		Fixed by Geoffrey Garen.
          Reviewed by Andrew Wooster.
  
  		Sends file and line numbers with JS exceptions.
  
          * kjs/nodes.cpp:
          (Node::setExceptionDetailsIfNeeded):
          * kjs/nodes.h:
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.677.6.34.2.12 +5 -2      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.677.6.34.2.11
  retrieving revision 1.677.6.34.2.12
  diff -u -r1.677.6.34.2.11 -r1.677.6.34.2.12
  --- ChangeLog	1 Oct 2005 02:52:21 -0000	1.677.6.34.2.11
  +++ ChangeLog	1 Oct 2005 06:14:29 -0000	1.677.6.34.2.12
  @@ -1,8 +1,11 @@
  +=== JavaScriptCore-416.12 ===
  +
   2005-09-30  Timothy Hatcher  <timothy at apple.com>
   
   		<rdar://problem/4277521> JS exceptions don't carry file/line information (3327)
  -
  -        Reviewed by Geoff someone.
  +		
  +		Fixed by Geoffrey Garen.
  +        Reviewed by Andrew Wooster.
   
   		Sends file and line numbers with JS exceptions.
   
  
  
  
  1.2.2.5.2.5 +3 -3      JavaScriptCore/Info.plist
  
  Index: Info.plist
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/Info.plist,v
  retrieving revision 1.2.2.5.2.4
  retrieving revision 1.2.2.5.2.5
  diff -u -r1.2.2.5.2.4 -r1.2.2.5.2.5
  --- Info.plist	30 Sep 2005 17:47:42 -0000	1.2.2.5.2.4
  +++ Info.plist	1 Oct 2005 06:14:29 -0000	1.2.2.5.2.5
  @@ -7,7 +7,7 @@
   	<key>CFBundleExecutable</key>
   	<string>JavaScriptCore</string>
   	<key>CFBundleGetInfoString</key>
  -	<string>416.11, Copyright 2005 Apple Computer, Inc.; Copyright 1999-2001 Harri Porten &lt;porten at kde.org&gt;; Copyright 2001 Peter Kelly &lt;pmk at post.com&gt;; Copyright 1997-2001 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.</string>
  +	<string>416.12, Copyright 2005 Apple Computer, Inc.; Copyright 1999-2001 Harri Porten &lt;porten at kde.org&gt;; Copyright 2001 Peter Kelly &lt;pmk at post.com&gt;; Copyright 1997-2001 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.</string>
   	<key>CFBundleIdentifier</key>
   	<string>com.apple.JavaScriptCore</string>
   	<key>CFBundleInfoDictionaryVersion</key>
  @@ -17,8 +17,8 @@
   	<key>CFBundlePackageType</key>
   	<string>FMWK</string>
   	<key>CFBundleShortVersionString</key>
  -	<string>416.11</string>
  +	<string>416.12</string>
   	<key>CFBundleVersion</key>
  -	<string>416.11</string>
  +	<string>416.12</string>
   </dict>
   </plist>
  
  
  



More information about the webkit-changes mailing list