RESOLVED FIXED Bug 148080
Add performance tests for traversal of collections returned by getElementsByClassName() / getElementsByTagName()
https://bugs.webkit.org/show_bug.cgi?id=148080
Summary Add performance tests for traversal of collections returned by getElementsByC...
Chris Dumez
Reported 2015-08-17 10:16:47 PDT
Add performance tests for traversal of *uncached* collections returned by getElementsByClassName() / getElementsByTagName(). getElementsByClassName() / getElementsByTagName() will soon be updated to return an HTMLCollection instead of a NodeList and we need to make sure we don't regress performance in the process.
Attachments
Patch (3.44 KB, patch)
2015-08-17 10:18 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-08-17 10:18:54 PDT
WebKit Commit Bot
Comment 2 2015-08-17 15:28:17 PDT
Comment on attachment 259159 [details] Patch Clearing flags on attachment: 259159 Committed r188547: <http://trac.webkit.org/changeset/188547>
WebKit Commit Bot
Comment 3 2015-08-17 15:28:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.