RESOLVED FIXED 10795
Auto-generate the Objective-C DOM XPath bindings
https://bugs.webkit.org/show_bug.cgi?id=10795
Summary Auto-generate the Objective-C DOM XPath bindings
Sam Weinig
Reported 2006-09-09 18:50:14 PDT
3 more classes down.
Attachments
patch (21.18 KB, patch)
2006-09-09 18:54 PDT, Sam Weinig
eric: review+
Sam Weinig
Comment 1 2006-09-09 18:54:18 PDT
Created attachment 10480 [details] patch - Auto-generates DOMXPathExpression, DOMXPathNSResolver and DOMXPathResult.
Eric Seidel (no email)
Comment 2 2006-09-09 19:22:00 PDT
Comment on attachment 10480 [details] patch Looks fine. r=me. +//- (DOMXPathResult *)evaluate:(DOMNode *)contextNode type:(unsigned short)type inResult:(DOMXPathResult *)inResult; +- (DOMXPathResult *)evaluate:(DOMNode *)contextNode :(unsigned short)type :(DOMXPathResult *)inResult; There should be a comment added about how we can remove the old style binding once internal clients are moved off of it. The XPath bindings have never been public. Otherwise looks fine. r=me.
Sam Weinig
Comment 3 2006-09-09 19:30:04 PDT
Landed in r16278.
Note You need to log in before you can comment on or make changes to this bug.