[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml
From:       Koos Vriezen <koos.vriezen () gmail ! com>
Date:       2006-10-07 11:32:18
Message-ID: 1160220738.726882.29232.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 593281 by vriezen:

I hope nobody is offended by disabling personal debug code ..


 M  +2 -2      css/css_renderstyledeclarationimpl.cpp  
 M  +1 -1      ecma/kjs_events.cpp  


--- branches/KDE/3.5/kdelibs/khtml/css/css_renderstyledeclarationimpl.cpp \
#593280:593281 @@ -330,12 +330,12 @@
 RenderStyleDeclarationImpl::RenderStyleDeclarationImpl( DOM::NodeImpl *node )
     : CSSStyleDeclarationImpl(0), m_node(node)
 {
-    kdDebug() << "Render Style Declaration created" << endl;
+    //kdDebug() << "Render Style Declaration created" << endl;
 }
 
 RenderStyleDeclarationImpl::~RenderStyleDeclarationImpl()
 {
-    kdDebug() << "Render Style Declaration destroyed" << endl;
+    //kdDebug() << "Render Style Declaration destroyed" << endl;
 }
 
 DOM::DOMString RenderStyleDeclarationImpl::cssText() const
--- branches/KDE/3.5/kdelibs/khtml/ecma/kjs_events.cpp #593280:593281
@@ -602,7 +602,7 @@
     if ( rend ) {
       int xPos, yPos;
       if ( rend->absolutePosition( xPos, yPos ) ) {
-        kdDebug() << "DOMMouseEvent::getValueProperty rend=" << rend << "  xPos=" << \
xPos << "  yPos=" << yPos << endl; +        //kdDebug() << \
"DOMMouseEvent::getValueProperty rend=" << rend << "  xPos=" << xPos << "  yPos=" << \
yPos << endl;  x -= xPos;
         y -= yPos;
       }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic