Bug 148080

Summary: Add performance tests for traversal of collections returned by getElementsByClassName() / getElementsByTagName()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, koivisto, rniwa
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 110611, 147980    
Attachments:
Description Flags
Patch none

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.