Bug 5271 - Implement isSameNode
Summary: Implement isSameNode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 23:49 PDT by Anders Carlsson
Modified: 2019-02-06 09:04 PST (History)
1 user (show)

See Also:


Attachments
Implement isSameNode. (4.94 KB, patch)
2005-10-04 23:50 PDT, Anders Carlsson
mjs: review+
Details | Formatted Diff | Diff
Updated tests (5.49 KB, patch)
2005-10-04 23:52 PDT, Anders Carlsson
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2005-10-04 23:49:07 PDT
DOM3 has an isSameNode meethod which checks if a node is the same as the one passed in. 
Implementing this fixes a number of level3 tests.
Comment 1 Anders Carlsson 2005-10-04 23:50:23 PDT
Created attachment 4204 [details]
Implement isSameNode.

I haven't put in a function declaration for the ObjC function because I wasn't
sure about where it should go.
Comment 2 Anders Carlsson 2005-10-04 23:52:29 PDT
Created attachment 4205 [details]
Updated tests
Comment 3 Maciej Stachowiak 2005-10-05 00:01:09 PDT
Comment on attachment 4204 [details]
Implement isSameNode.

r=me
Comment 4 Lucas Forschler 2019-02-06 09:04:04 PST
Mass moving XML DOM bugs to the "DOM" Component.