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+

Timothy Hatcher
Reported 2008-10-07 10:24:19 PDT
We should auto-generate these methods.
Attachments
Proposed patch (29.29 KB, patch)
2008-10-07 10:50 PDT, Timothy Hatcher
sam: review+
Timothy Hatcher
Comment 1 2008-10-07 10:50:55 PDT
Created attachment 24152 [details] Proposed patch
Sam Weinig
Comment 2 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
Timothy Hatcher
Comment 3 2008-10-07 14:50:09 PDT
Landed in r37396.
Note You need to log in before you can comment on or make changes to this bug.