[webkit-changes] cvs commit: JavaScriptCore ChangeLog

Geoffrey ggaren at opensource.apple.com
Tue Sep 20 01:10:36 PDT 2005


ggaren      05/09/20 01:10:36

  Modified:    .        ChangeLog
  Log:
          - Rolled in fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=4892
            Date constructor has problems with months larger than 11
  
          Test cases added:
  
          * layout-tests/fast/js/date-big-constructor-expected.txt: Added.
          * layout-tests/fast/js/date-big-constructor.html: Added.
  
          Reviewed by darin.
  
          * kjs/date_object.cpp:
          (KJS::fillStructuresUsingDateArgs):
          (KJS::makeTime):
  
  Revision  Changes    Path
  1.830     +2 -2      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.829
  retrieving revision 1.830
  diff -u -r1.829 -r1.830
  --- ChangeLog	20 Sep 2005 08:07:56 -0000	1.829
  +++ ChangeLog	20 Sep 2005 08:10:35 -0000	1.830
  @@ -1,7 +1,7 @@
   2005-09-20  Geoffrey Garen  <ggaren at apple.com>
   
  -        - Rolled in fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5053
  -          Need to restore int/long changes to simple_number.h
  +        - Rolled in fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=4892
  +          Date constructor has problems with months larger than 11
   
           Test cases added:
   
  
  
  



More information about the webkit-changes mailing list