[webkit-reviews] review requested: [Bug 31291] Web Inspector: Speed up syntax highlighter : [Attachment 42865] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 10 07:52:46 PST 2009


Keishi Hattori <casey.hattori at gmail.com> has asked  for review:
Bug 31291: Web Inspector: Speed up syntax highlighter
https://bugs.webkit.org/show_bug.cgi?id=31291

Attachment 42865: proposed patch
https://bugs.webkit.org/attachment.cgi?id=42865&action=review

------- Additional Comments from Keishi Hattori <casey.hattori at gmail.com>
Removed use of DocumentFragment. Chromium scrolls like butter even while syntax
highlighting huge minified files. 

WebKit Nightly is not much faster. The DOM performance issue occurs for
Node.appendChild(Node) too.
https://bugs.webkit.org/show_bug.cgi?id=31237
We can bump up the line length limit when this is resolved.


More information about the webkit-reviews mailing list