[webkit-changes] cvs commit: WebCore/khtml/xml dom_nodeimpl.cpp

Timothy thatcher at opensource.apple.com
Wed Nov 30 14:46:19 PST 2005


thatcher    05/11/30 14:46:19

  Modified:    .        Tag: Safari-1-3-branch ChangeLog
               khtml/xml Tag: Safari-1-3-branch dom_nodeimpl.cpp
  Log:
          Fix by Beth and Darin
  
          - <rdar://problem/4356694> Glendale Regression: Widget browser list field
            displays multiple selected items when page is rendered
  
          * khtml/xml/dom_nodeimpl.cpp: initialize m_inActiveChain
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.335.2.38 +9 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.335.2.37
  retrieving revision 1.335.2.38
  diff -u -r1.335.2.37 -r1.335.2.38
  --- ChangeLog	30 Nov 2005 22:39:45 -0000	1.335.2.37
  +++ ChangeLog	30 Nov 2005 22:46:04 -0000	1.335.2.38
  @@ -1,5 +1,14 @@
   2005-11-29  Timothy Hatcher  <timothy at apple.com>
   
  +        Fix by Beth and Darin
  +
  +        - <rdar://problem/4356694> Glendale Regression: Widget browser list field
  +          displays multiple selected items when page is rendered
  +
  +        * khtml/xml/dom_nodeimpl.cpp: initialize m_inActiveChain
  +
  +2005-11-29  Timothy Hatcher  <timothy at apple.com>
  +
           Merged fix from TOT to Safari-1-3-branch
   
       2005-11-28  Adele Peterson  <adele at apple.com>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.140.6.8 +1 -0      WebCore/khtml/xml/dom_nodeimpl.cpp
  
  Index: dom_nodeimpl.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/xml/dom_nodeimpl.cpp,v
  retrieving revision 1.140.6.7
  retrieving revision 1.140.6.8
  diff -u -r1.140.6.7 -r1.140.6.8
  --- dom_nodeimpl.cpp	19 Nov 2005 02:47:12 -0000	1.140.6.7
  +++ dom_nodeimpl.cpp	30 Nov 2005 22:46:14 -0000	1.140.6.8
  @@ -97,6 +97,7 @@
         m_specified( false ),
         m_focused( false ),
         m_active( false ),
  +      m_inActiveChain( false ),
         m_styleElement( false ),
         m_implicit( false )
   {
  
  
  



More information about the webkit-changes mailing list