This question should be asked on webkit-help. See 
<http://webkit.org/contact.html> for a description of WebKit's email lists.

-Adam

On Dec 22, 2009, at 8:19 AM, yuan liu wrote:

> 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

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to