kdelibs/khtml
Dirk Mueller
mueller at kde.org
Fri Apr 18 22:58:38 CEST 2003
CVS commit by mueller:
remove _KONQBLOCK and handle stray table contents implicitly.
I've tried to understand the complicated code in the Safari tree for several
hours and then got a big headache. The discardedAttrs handling doesn't look
like it would make any difference, and the inStrayTableContent flag does
not need to be stored on the stack, we will rediscover the malformed table
structure everytime it matters anyway.
So this is my attempt, and it should do it as well. Maybe not. We'll see.
CCMAIL: khtml-devel at kde.org
M +2 -8 html/dtd.cpp 1.68
M +30 -36 html/htmlparser.cpp 1.323
M +2 -2 html/htmlparser.h 1.62
M +146 -160 misc/htmltags.c 1.22
M +0 -1 misc/htmltags.gperf 1.13
M +53 -54 misc/htmltags.h 1.17
M +0 -1 misc/htmltags.in 1.10
More information about the Khtml-devel
mailing list