mshtml: HTMLWindow_item code clean up.
[wine] / dlls / mshtml / htmltextnode.c
2011-01-04  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMTextNode iface.
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in Dispat...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode iface.
2010-12-28  Jacek Cabanmshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl...
2010-12-02  Jacek Cabanmshtml: Better error handling in create_node calls.
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2009-12-10  Jacek Cabanmshtml: Added IHTMLDOMTextNode::get_length implementation.
2009-09-17  Jacek Cabanmshtml: Move node list to HTMLDocumentNode.
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (remaining...
2009-02-16  Michael Stefaniucmshtml: Remove superfluous pointer casts.
2009-01-28  Alistair Leslie... mshtml: Add missing interfaces.
2008-12-02  Alexandre Julliardmshtml: Make some functions static.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDOMTextNode.
2008-06-20  Jacek Cabanmshtml: Initialize node object from child node's constr...
2008-05-06  Francois Gougetmshtml: gcc 2.95 does not allow an array of undefined...
2008-04-29  Jacek Cabanmshtml: Added support for custom DISPIDs.
2008-04-24  Jacek Cabanmshtml: Added IDispatchEx support to text node.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMTextNode stub implementation.