Bug 74803 - HTMLAllCollection: Get rid of stateful namedItem traversal.
Summary: HTMLAllCollection: Get rid of stateful namedItem traversal.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-17 23:01 PST by Andreas Kling
Modified: 2011-12-18 12:43 PST (History)
3 users (show)

See Also:


Attachments
Patch (9.15 KB, patch)
2011-12-17 23:18 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.