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

Adele adele at opensource.apple.com
Thu Jul 14 17:00:17 PDT 2005


adele       05/07/14 17:00:17

  Modified:    .        Tag: Ti-2005-007-branch ChangeLog
               khtml/xml Tag: Ti-2005-007-branch dom_docimpl.cpp
  Log:
          Rolling out last fix since this was not picked up for Cambridge.
  
          * khtml/xml/dom_docimpl.cpp:
          (DocumentImpl::removeAllDisconnectedNodeEventListeners):
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4104.2.37.2.4 +7 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4104.2.37.2.3
  retrieving revision 1.4104.2.37.2.4
  diff -u -r1.4104.2.37.2.3 -r1.4104.2.37.2.4
  --- ChangeLog	8 Jul 2005 22:56:51 -0000	1.4104.2.37.2.3
  +++ ChangeLog	15 Jul 2005 00:00:10 -0000	1.4104.2.37.2.4
  @@ -1,3 +1,10 @@
  +2005-07-14  Adele Peterson  <adele at apple.com>
  +
  +        Rolling out last fix since this was not picked up for Cambridge.
  +
  +        * khtml/xml/dom_docimpl.cpp:
  +        (DocumentImpl::removeAllDisconnectedNodeEventListeners):
  +
   === WebCore-415.12.1 ===
   
   2005-07-08  Adele Peterson  <adele at apple.com>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.211.6.3.2.2 +0 -1      WebCore/khtml/xml/dom_docimpl.cpp
  
  Index: dom_docimpl.cpp
  ===================================================================
  RCS file: /cvs/root/WebCore/khtml/xml/dom_docimpl.cpp,v
  retrieving revision 1.211.6.3.2.1
  retrieving revision 1.211.6.3.2.2
  diff -u -r1.211.6.3.2.1 -r1.211.6.3.2.2
  --- dom_docimpl.cpp	8 Jul 2005 22:44:45 -0000	1.211.6.3.2.1
  +++ dom_docimpl.cpp	15 Jul 2005 00:00:16 -0000	1.211.6.3.2.2
  @@ -1241,7 +1241,6 @@
            ++iter) {
           iter.current()->removeAllEventListeners();
       }
  -    m_disconnectedNodesWithEventListeners.clear();
   }
   
   #if APPLE_CHANGES
  
  
  



More information about the webkit-changes mailing list