[Webkit-unassigned] [Bug 18665] HTMLTokenizer double allocates strings for <script>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 8 14:31:46 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18665





------- Comment #7 from mike at belshe.com  2008-05-08 14:31 PDT -------
I've updated with a new patch.  Currently, the parser chops text blocks into
64KB chunks.  For normal text, this works fine.  However, in order to share the
string which is passed to JS with the string used in the DOM, we need one
contiguous string.  Modified the HTMLParser such that it will not chop text
blocks into 64KB chunks if it is part of a script tag.

Passes all layout tests.


-- 
Configure bugmail: http://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