Hello guys: I am trying to get DOM tree using Webkit's win32 COM API.
The DOM interfaces seems incomplete. There are ASSERT_NOT_REACHED() in most of the methods of the implementation, such as DOMNode::attributes(), DOMNode::firstChild(). And the method DOMNode::childNodes seems just been implemented in the resent month. What's the current status? Is it safe for me to just edit those unfinished methods in the fashion of that of DOMNode::parentNode() ? And is it the right way to visit the DOM tree through the: IWebFrame::DOMDocument(); IWebDocument::documentElement(); Or am I miss something?
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

