Bug 74803

Summary: HTMLAllCollection: Get rid of stateful namedItem traversal.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2011-12-17 23:01:43 PST
The only user of HTMLAllCollection's namedItem traversal is the JS bindings for calling document.all(name, index). We should do this with a single call into WebCore and remove the nextNamedItem() mechanism.
Comment 1 Andreas Kling 2011-12-17 23:18:13 PST
Created attachment 119752 [details]
Patch
Comment 2 Andreas Kling 2011-12-18 12:43:45 PST
Comment on attachment 119752 [details]
Patch

Clearing flags on attachment: 119752

Committed r103186: <http://trac.webkit.org/changeset/103186>
Comment 3 Andreas Kling 2011-12-18 12:43:55 PST
All reviewed patches have been landed.  Closing bug.