[Webkit-unassigned] [Bug 86165] HTML parser should yield more to improve perceived page load time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 14:27:04 PDT 2012


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





--- Comment #5 from Adam Barth <abarth at webkit.org>  2012-06-07 14:27:03 PST ---
(From update of attachment 146375)
View in context: https://bugs.webkit.org/attachment.cgi?id=146375&action=review

> Source/WebCore/html/parser/HTMLParserScheduler.h:73
> +        if (session.processedTokens > m_parserChunkSize
> +            || session.didSeeScript) {

This can be on one line.  There's no 80 col limit in WebKit.

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