[Webkit-unassigned] [Bug 86813] WebKit spends ~20% of time in HTMLTextAreaElement::defaultValue() when opening a review page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 23:48:49 PDT 2012


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





--- Comment #6 from Filip Pizlo <fpizlo at apple.com>  2012-05-17 23:47:50 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > We should be able to tell that we're still during a parse and do it during the finishedParsingChildren method, or whatever it's named these days.  the "we just parsed the end tag" method.
> 
> Can scripts run while parsing textarea content?

Even if they can't currently, it feels safer to assume that they could. Imagine the horror if someone made it so that scripts could run while parsing textarea content and we had put in an optimization that relied on them not running.

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