[webkit-changes] cvs commit: JavaScriptCore ChangeLog

Anders andersca at opensource.apple.com
Tue Dec 13 13:38:00 PST 2005


andersca    05/12/13 13:37:59

  Modified:    .        ChangeLog
  Log:
  2005-12-13  Anders Carlsson  <andersca at mac.com>
  
          * ChangeLog: Add titles for my bugzilla bugs.
  
  Revision  Changes    Path
  1.901     +9 -2      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.900
  retrieving revision 1.901
  diff -u -r1.900 -r1.901
  --- ChangeLog	13 Dec 2005 21:24:44 -0000	1.900
  +++ ChangeLog	13 Dec 2005 21:37:58 -0000	1.901
  @@ -1,8 +1,13 @@
  +2005-12-13  Anders Carlsson  <andersca at mac.com>
  +
  +        * ChangeLog: Add titles for my bugzilla bugs.
  +
   2005-12-12  Anders Carlsson  <andersca at mac.com>
   
           Reviewed by Darin.
   
           - Fixes <http://bugzilla.opendarwin.org/show_bug.cgi?id=6041>
  +        Support property getters and setters.
           
           * bindings/runtime_array.cpp:
           (RuntimeArray::lengthGetter):
  @@ -507,7 +512,8 @@
           Reviewed by Geoffrey.
   
           - Fixes <http://bugzilla.opendarwin.org/show_bug.cgi?id=3999>
  -
  +        Object.prototype is missing propertyIsEnumerable
  +        
           * kjs/object.cpp:
           (KJS::ObjectImp::canPut):
           Refactor to use getPropertyAttributes.
  @@ -539,7 +545,8 @@
           Reviewed by Darin.
   
           - Fixes <http://bugzilla.opendarwin.org/show_bug.cgi?id=3382>
  -
  +        nodes2strings.cpp fails to print left expression of ForInNode when 'var' is not used
  +        
           Patch by Mark Rowe.
   
           * kjs/nodes2string.cpp:
  
  
  



More information about the webkit-changes mailing list