[Webkit-unassigned] [Bug 121695] REGRESSION (r156140): Srcset tests are frequently crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 20 11:39:04 PDT 2013


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





--- Comment #7 from Darin Adler <darin at apple.com>  2013-09-20 11:38:09 PST ---
(From update of attachment 212196)
View in context: https://bugs.webkit.org/attachment.cgi?id=212196&action=review

> Source/WebCore/html/parser/HTMLParserIdioms.cpp:384
> +                imageScaleFactor = charactersToFloat(srcsetAttribute.characters() + imageScaleStart, scaleFactorLengthWithoutUnit, &validScaleFactor);

A shame that this forces an 8-bit string to be converted to 16-bit. Not new to this patch, but unpleasant.

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


More information about the webkit-unassigned mailing list