Bug 24937 - NamedNodeMap and NamedAttrMap should not be separate classes
Summary: NamedNodeMap and NamedAttrMap should not be separate classes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-30 09:53 PDT by Darin Adler
Modified: 2019-02-06 09:03 PST (History)
2 users (show)

See Also:


Attachments
patch (41.07 KB, patch)
2009-03-30 10:04 PDT, Darin Adler
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-03-30 09:53:52 PDT
There's an abstraction in WebCore that's not needed. The only kind of NamedNodeMap we support is a NamedAttrMap. This should be removed. It's causing problems and costing us unnecessary runtime overhead.
Comment 1 Darin Adler 2009-03-30 10:04:55 PDT
Created attachment 29074 [details]
patch
Comment 2 Adam Roben (:aroben) 2009-03-30 10:06:37 PDT
Comment on attachment 29074 [details]
patch

r=me
Comment 3 Darin Adler 2009-03-30 10:27:06 PDT
http://trac.webkit.org/changeset/42107
Comment 4 Lucas Forschler 2019-02-06 09:03:13 PST
Mass moving XML DOM bugs to the "DOM" Component.