[webkit-reviews] review granted: [Bug 86994] Add performance tests for textarea : [Attachment 143149] Patch 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 17:38:27 PDT 2012


Ryosuke Niwa <rniwa at webkit.org> has granted Kent Tamura <tkent at chromium.org>'s
request for review:
Bug 86994: Add performance tests for textarea
https://bugs.webkit.org/show_bug.cgi?id=86994

Attachment 143149: Patch 2
https://bugs.webkit.org/attachment.cgi?id=143149&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=143149&action=review


> PerformanceTests/DOM/textarea-dom.html:16
> +var ChildCount = 1000;

Use camelCase instead?

> PerformanceTests/Parser/textarea-parsing.html:18
> +    htmlText += "A quick brown fox jumps over the lazy dog.\n" +
> +	   "A quick brown fox jumps over the lazy dog.\n" +
> +	   "<!-- comment -->\n";

+ should appear at the beginning of the next line.


More information about the webkit-reviews mailing list