[webkit-changes] cvs commit: WebCore/layout-tests/fast/js date-big-setdate.html

Geoffrey ggaren at opensource.apple.com
Thu Aug 11 10:40:57 PDT 2005


ggaren      05/08/11 10:40:57

  Modified:    .        ChangeLog
               layout-tests/fast/js date-big-setdate.html
  Log:
          * layout-tests/fast/js/date-big-setdate.html: fixed title
  
  Revision  Changes    Path
  1.4561    +4 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4560
  retrieving revision 1.4561
  diff -u -r1.4560 -r1.4561
  --- ChangeLog	11 Aug 2005 11:33:21 -0000	1.4560
  +++ ChangeLog	11 Aug 2005 17:40:53 -0000	1.4561
  @@ -1,3 +1,7 @@
  +2005-08-11  Geoffrey Garen  <ggaren at apple.com>
  +
  +        * layout-tests/fast/js/date-big-setdate.html: fixed title
  +
   2005-08-11  Eric Seidel  <eseidel at apple.com>
   
           No review needed, copyright update in comments.
  
  
  
  1.3       +1 -1      WebCore/layout-tests/fast/js/date-big-setdate.html
  
  Index: date-big-setdate.html
  ===================================================================
  RCS file: /cvs/root/WebCore/layout-tests/fast/js/date-big-setdate.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- date-big-setdate.html	9 Aug 2005 21:47:22 -0000	1.2
  +++ date-big-setdate.html	11 Aug 2005 17:40:57 -0000	1.3
  @@ -1,6 +1,6 @@
   <html>
   <head>
  -<title>JavaScript Date tests -- Millisecond Preservation</title>
  +<title>JavaScript Date tests -- setDate for values >= 128</title>
   <script type='text/javascript' charset='utf-8'>
   function print(message) {
   	var paragraph = document.createElement("p");
  
  
  



More information about the webkit-changes mailing list