WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug