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

List:       kde-commits
Subject:    branches/work/khtml-svg (silent)
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-03-26 21:45:20
Message-ID: 1143409520.057331.8120.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 522859 by wildfox:

SVN_SILENT: forgot to commit these


 M  +1 -1      css/parser.y  
 M  +1 -9      misc/hashes.cpp  


--- branches/work/khtml-svg/css/parser.y #522858:522859
@@ -33,7 +33,7 @@
 #include <css/css_ruleimpl.h>
 #include <css/css_stylesheetimpl.h>
 #include <css/css_valueimpl.h>
-#include <misc/htmlhashes.h>
+#include <misc/hashes.h>
 #include "cssparser.h"
 
 #include <assert.h>
--- branches/work/khtml-svg/misc/hashes.cpp #522858:522859
@@ -31,12 +31,10 @@
 #include "htmltags.c"
 #include "htmlattrs.c"
 
-#include "htmlhashes.h"
+#include "hashes.h"
 
 int khtml::getTagID(const char *tagStr, int len)
 {
-	kDebug() << "TRYING TO GET TAG ID FOR \"" << tagStr << "\"" << endl;
-
     { // HTML Tags
         const struct tags_html *tagPtr = findTagHTML(tagStr, len);
         if (!tagPtr)
@@ -60,8 +58,6 @@
 
 const char *khtml::getTagName(unsigned short id)
 {
-	kDebug() << "TRYING TO GET TAG NAME FOR \"" << id << "\"" << endl;
-
 	{ // HTML Tags
 		const char *html = getTagNameHTML(id);
 
@@ -84,8 +80,6 @@
 
 int khtml::getAttrID(const char *tagStr, int len)
 {
-	kDebug() << "TRYING TO GET ATTR ID FOR \"" << tagStr << "\"" << endl;
-
     { // HTML Attributes
         const struct attrs_html *attrPtr = findAttrHTML(tagStr, len);
         if (!attrPtr)
@@ -109,8 +103,6 @@
 
 const char *khtml::getAttrName(unsigned short id)
 {
-	kDebug() << "TRYING TO GET ATTR NAME FOR \"" << id << "\"" << endl;
-
 	{ // HTML Attributes
 		const char *html = getAttrNameHTML(id);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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