From kde-commits Mon Sep 15 04:09:46 2008 From: Germain Garand Date: Mon, 15 Sep 2008 04:09:46 +0000 To: kde-commits Subject: branches/KDE/4.1/kdelibs/khtml/css Message-Id: <1221451786.558836.17349.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122145179520289 SVN commit 861065 by ggarand: automatically merged revision 856458: introduce needed CSS tokenizer states for proper contextual #{ident|hexcolor} parsing BUG: 170068 M +2 -0 cssparser.cpp M +2 -0 maketokenizer M +405 -404 parser.cpp M +82 -80 parser.h M +2 -1 parser.y M +630 -560 tokenizer.cpp M +15 -9 tokenizer.flex