Bug 21433

Summary: Auto-generate the DOMDocument createNodeIterator: and createTreeWalker: methods
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: WebKit APIAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Proposed patch sam: review+

Description Timothy Hatcher 2008-10-07 10:24:19 PDT
We should auto-generate these methods.
Comment 1 Timothy Hatcher 2008-10-07 10:50:55 PDT
Created attachment 24152 [details]
Proposed patch
Comment 2 Sam Weinig 2008-10-07 14:00:22 PDT
Comment on attachment 24152 [details]
Proposed patch

+        RetainPtr<id <DOMNodeFilter> > m_filter;
+    };
+
+} // namespace WebCore
+
+#endif

The #endif should have a comment. 

+#import "config.h"
+
+#include "ObjCNodeFilterCondition.h"
+
+#include "DOMNodeFilter.h"
+#include "DOMNodeInternal.h"
+#include "NodeFilter.h"
Shouldn't these all be #imports.

r=me
Comment 3 Timothy Hatcher 2008-10-07 14:50:09 PDT
Landed in r37396.