[webkit-changes] cvs commit: WebCore ChangeLog

Geoffrey ggaren at opensource.apple.com
Sun Dec 25 10:28:23 PST 2005


ggaren      05/12/25 10:28:22

  Modified:    .        ChangeLog
  Log:
  ChangeLog fixup
  
  Revision  Changes    Path
  1.41      +2 -2      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- ChangeLog	25 Dec 2005 05:11:05 -0000	1.40
  +++ ChangeLog	25 Dec 2005 18:28:22 -0000	1.41
  @@ -33,8 +33,8 @@
           - Fixed assertion failure in QString::mid caused by my last checkin. 
           parseWindowFeatuers() sometimes called QString::mid() with a start 
           index past the end of the string but a length of 0. There were two 
  -        problems there. (1) parseWindowString() shouldn't have gotten past the 
  -        end of the string. (2) QString had range truncating code that was 
  +        problems there. (1) parseWindowFeatures() shouldn't have gotten past 
  +        the end of the string. (2) QString had range truncating code that was 
           borked. So I fixed both.
   
           * khtml/ecma/kjs_window.cpp:
  
  
  



More information about the webkit-changes mailing list