Bug 148080 - Add performance tests for traversal of collections returned by getElementsByClassName() / getElementsByTagName()
Summary: Add performance tests for traversal of collections returned by getElementsByC...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 110611 147980
  Show dependency treegraph
 
Reported: 2015-08-17 10:16 PDT by Chris Dumez
Modified: 2015-08-17 15:28 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.44 KB, patch)
2015-08-17 10:18 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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.
Comment 1 Chris Dumez 2015-08-17 10:18:54 PDT
Created attachment 259159 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2015-08-17 15:28:23 PDT
All reviewed patches have been landed.  Closing bug.