diff -u -r1.1.1.1 khtml_part.cpp --- khtml/khtml_part.cpp 16 Feb 2005 09:31:44 -0000 1.1.1.1 +++ khtml/khtml_part.cpp 27 Aug 2006 20:55:11 -0000 @@ -25,7 +25,7 @@ * Boston, MA 02111-1307, USA. */ -#define SPEED_DEBUG +//#define SPEED_DEBUG #include "khtml_part.h" #if APPLE_CHANGES diff -u -r1.1.1.1 css_base.cpp --- khtml/css/css_base.cpp 16 Feb 2005 09:31:45 -0000 1.1.1.1 +++ khtml/css/css_base.cpp 27 Aug 2006 20:55:11 -0000 @@ -121,12 +121,13 @@ void CSSSelector::print(void) { - kdDebug( 6080 ) << "[Selector: tag = " << tag << ", attr = \"" << attr << "\", match = \"" << match - << "\" value = \"" << value.string().latin1() << "\" relation = " << (int)relation - << "]" << endl; +//khorben +// kdDebug( 6080 ) << "[Selector: tag = " << tag << ", attr = \"" << attr << "\", match = \"" << match +// << "\" value = \"" << value.string().latin1() << "\" relation = " << (int)relation +// << "]" << endl; if ( tagHistory ) tagHistory->print(); - kdDebug( 6080 ) << " specificity = " << specificity() << endl; +// kdDebug( 6080 ) << " specificity = " << specificity() << endl; } unsigned int CSSSelector::specificity() @@ -320,7 +321,8 @@ str += "*="; break; default: - kdWarning(6080) << "Unhandled case in CSSStyleRuleImpl::selectorText : match=" << cs->match << endl; +// kdWarning(6080) << "Unhandled case in CSSStyleRuleImpl::selectorText : match=" << cs->match << endl; + break; } str += "\""; str += cs->value.string(); diff -u -r1.1.1.1 kjs_binding.cpp --- khtml/ecma/kjs_binding.cpp 16 Feb 2005 09:31:49 -0000 1.1.1.1 +++ khtml/ecma/kjs_binding.cpp 27 Aug 2006 20:55:12 -0000 @@ -303,7 +303,7 @@ id == DOM::EventImpl::SELECT_EVENT || id == DOM::EventImpl::CHANGE_EVENT || id == DOM::EventImpl::FOCUS_EVENT || id == DOM::EventImpl::BLUR_EVENT || id == DOM::EventImpl::SUBMIT_EVENT ); - kdDebug(6070) << "Window.open, smart policy: id=" << id << " eventOk=" << eventOk << endl; +// kdDebug(6070) << "Window.open, smart policy: id=" << id << " eventOk=" << eventOk << endl; if (eventOk) return true; } else // no event @@ -312,10 +312,10 @@ { // This is the ok" << endl; +// kdDebug(6070) << "Window.open, smart policy, no event, inline code -> ok" << endl; } - else // This is the case or a timer callback -> block it - kdDebug(6070) << "Window.open, smart policy, no event, case or a timer callback -> block it +// kdDebug(6070) << "Window.open, smart policy, no event,