Bug 35554

Summary: Some WebKit DOMNode API is unimplemented
Product: WebKit Reporter: Jon Honeycutt <jhoneycutt>
Component: WebKit APIAssignee: Jon Honeycutt <jhoneycutt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
patch
jhoneycutt: commit-queue-
patch v2 alice.barraclough: review+

Jon Honeycutt
Reported 2010-03-01 16:39:26 PST
DOMNode::nextSibling(), DOMNode::insertBefore(), and DOMNode::removeChild() are unimplemented.
Attachments
patch (4.94 KB, patch)
2010-03-01 18:15 PST, Jon Honeycutt
jhoneycutt: commit-queue-
patch v2 (4.94 KB, patch)
2010-03-01 18:44 PST, Jon Honeycutt
alice.barraclough: review+
Jon Honeycutt
Comment 1 2010-03-01 18:15:49 PST
Jon Honeycutt
Comment 2 2010-03-01 18:44:33 PST
Created attachment 49771 [details] patch v2 Fix the check in DOMNode::removeChild() to check if oldChildNode is null, rather than oldChild.
Jon Honeycutt
Comment 3 2010-03-01 20:15:35 PST
Committed in r55398.
Note You need to log in before you can comment on or make changes to this bug.