mshtml: HTMLWindow_item code clean up.
[wine] / dlls / mshtml / htmlscript.c
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-08-02  Jacek Cabanmshtml: Added possibility for node implementations...
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-17  Jacek Cabanmshtml: Added IHTMLScriptElement::get_scr implementation.
2010-12-07  Michael Stefaniucmshtml: Use an iface instead of a vtbl pointer in HTMLS...
2010-12-02  Jacek Cabanmshtml: Improved error handling in element constructors.
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-02-26  Adam Petacciamshtml: Implement HTMLScriptElement_put_type.
2010-01-28  Jacek Cabanmshtml: Added script element IDispatchEx support.
2009-12-01  Jacek Cabanmshtml: Added IHTMLElement2::get_readyState implementation.
2009-11-03  Jacek Cabanmshtml: Moved whole element initialization to HTMLEleme...
2009-10-02  Jacek Cabanmshtml: Moved init_dispex call to HTMLElement_Init.
2009-02-16  Michael Stefaniucmshtml: Remove superfluous pointer casts.
2008-12-12  Alistair Leslie... mshtml: Implement IHTMLScriptElement get/put Defer.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLScriptElement.
2008-04-24  Jacek Cabanmshtml: Use heap_alloc_zero for allocating node objects.
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
2008-03-10  Jacek Cabanmshtml: Added IHTMLScriptElement:get_type implementation.
2008-03-03  Jacek Cabanmshtml: Added IHTMLScriptElement stub implementation.