Bug 89919
| Summary: | [meta] DynamicNodeList and HTMLCollection should share code | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | arv, darin, sam, skyul |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 89923, 90118, 90322, 90326, 90414, 90842, 90932, 91144, 91164, 91277, 91306, 91320, 91335, 91530 | ||
| Bug Blocks: | |||
Ryosuke Niwa
DynamicNodeList and HTMLCollection implement very similar features. We should be able to share more code between two classes.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Actually, they don't share no code at the moment :(
Ryosuke Niwa
http://trac.webkit.org/changeset/123281 completed this work.