Bug 10795

Summary: Auto-generate the Objective-C DOM XPath bindings
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch eric: review+

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.