[Webkit-unassigned] [Bug 117202] Avoid multiple copies of inline script & style strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 14:01:09 PDT 2013


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #203874|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #4 from Darin Adler <darin at apple.com>  2013-06-05 13:59:43 PST ---
(From update of attachment 203874)
View in context: https://bugs.webkit.org/attachment.cgi?id=203874&action=review

> Source/WebCore/html/parser/HTMLConstructionSite.cpp:500
> +    unsigned lengthLimit = shouldUseLengthLimit(task.parent.get()) ? Text::defaultLengthLimit : std::numeric_limits<unsigned>::max();

Too bad we need to compute this limit ahead of time. Sure would be nice to only do the work when we actually get close enough to hitting a limit.

-- 
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