RESOLVED FIXED 74803
HTMLAllCollection: Get rid of stateful namedItem traversal.
https://bugs.webkit.org/show_bug.cgi?id=74803
Summary HTMLAllCollection: Get rid of stateful namedItem traversal.
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.