[Webkit-unassigned] [Bug 20515] Crash upon parsing CSS: unicode-range: searchfield-cancel-buttonpt=-webkit-dashboard-region=

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 25 13:42:28 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20515





------- Comment #1 from hyatt at apple.com  2008-08-25 13:42 PDT -------
CSSParserValue::createCSSValue needs to handle unknown identifiers.  It drops
them on the floor right now and returns 0.  Then the value list ends up with a
null item.  We should fix this method to actually create a CSSPrimitiveValue
that can really be used.  (Will probably need a new unit type like
CSS_PARSER_IDENTIFIER for unknown identifiers.)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list