Bug 10795 - Auto-generate the Objective-C DOM XPath bindings
Summary: Auto-generate the Objective-C DOM XPath bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-09 18:50 PDT by Sam Weinig
Modified: 2006-09-09 19:30 PDT (History)
0 users

See Also:


Attachments
patch (21.18 KB, patch)
2006-09-09 18:54 PDT, Sam Weinig
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2006-09-09 18:50:14 PDT
3 more classes down.
Comment 1 Sam Weinig 2006-09-09 18:54:18 PDT
Created attachment 10480 [details]
patch

- Auto-generates DOMXPathExpression, DOMXPathNSResolver and DOMXPathResult.
Comment 2 Eric Seidel (no email) 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.
Comment 3 Sam Weinig 2006-09-09 19:30:04 PDT
Landed in r16278.