[webkit-changes] cvs commit: WebCore/khtml/html html_documentimpl.cpp

Adele adele at opensource.apple.com
Wed Oct 19 12:27:27 PDT 2005


adele       05/10/19 12:27:26

  Modified:    .        Tag: Safari-Den-branch ChangeLog
               khtml/html Tag: Safari-Den-branch html_documentimpl.cpp
  Log:
          Reviewed by Hyatt.
  
          Fixed <rdar://problem/4243807> Denver Regression: DOM returns lower case strings for tags in empty document
  
          * khtml/html/html_documentimpl.cpp:
          (HTMLDocumentImpl::HTMLDocumentImpl): initialize hMode to Html4.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.23.2.11 +9 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.1.2.23.2.10
  retrieving revision 1.1.2.23.2.11
  diff -u -r1.1.2.23.2.10 -r1.1.2.23.2.11
  --- ChangeLog	11 Oct 2005 23:14:30 -0000	1.1.2.23.2.10
  +++ ChangeLog	19 Oct 2005 19:27:22 -0000	1.1.2.23.2.11
  @@ -1,3 +1,12 @@
  +2005-10-19  Adele Peterson  <adele at apple.com>
  +
  +        Reviewed by Hyatt.
  +
  +        Fixed <rdar://problem/4243807> Denver Regression: DOM returns lower case strings for tags in empty document
  +
  +        * khtml/html/html_documentimpl.cpp:
  +        (HTMLDocumentImpl::HTMLDocumentImpl): initialize hMode to Html4.
  +
   === WebCore-416.11 ===
   
   2005-10-11  Timothy Hatcher  <timothy at apple.com>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.57.28.1 +1 -0      WebCore/khtml/html/html_documentimpl.cpp
  
  Index: html_documentimpl.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/html/html_documentimpl.cpp,v
  retrieving revision 1.57
  retrieving revision 1.57.28.1
  diff -u -r1.57 -r1.57.28.1
  --- html_documentimpl.cpp	18 May 2004 20:20:40 -0000	1.57
  +++ html_documentimpl.cpp	19 Oct 2005 19:27:26 -0000	1.57.28.1
  @@ -113,6 +113,7 @@
   //    kdDebug( 6090 ) << "HTMLDocumentImpl constructor this = " << this << endl;
       bodyElement = 0;
       htmlElement = 0;
  +    hMode = Html4;
   
   /* dynamic history stuff to be fixed later (pfeiffer)
       connect( KHTMLFactory::vLinks(), SIGNAL( inserted( const QString& )),
  
  
  



More information about the webkit-changes mailing list