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

Andreas Kling
Reported 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.
Attachments
Patch (9.15 KB, patch)
2011-12-17 23:18 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 2011-12-17 23:18:13 PST
Andreas Kling
Comment 2 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>
Andreas Kling
Comment 3 2011-12-18 12:43:55 PST
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.