mshtml: Added noscript tag handling tests.
[wine] / dlls / mshtml / htmltable.c
2012-09-04  Jacek Cabanmshtml: Added IHTMLWindow2::onhelp property implementation.
2012-06-27  Jacek Cabanmshtml: Share nstable reference with nsnode.
2012-06-27  Jacek Cabanmshtml: Get rid of no longer needed unk_ref from HTMLEl...
2012-03-28  Jacek Cabanmshtml: Improved VARIANT debug traces in htmltable.c.
2011-09-21  Alistair Leslie... mshtml: Add IHTMLTable2/3 support.
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-01-04  Michael Stefaniucmshtml: COM cleanup for the IHTMLTable 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: Improved error handling in element constructors.
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-01-28  Jacek Cabanmshtml: Moved common element tids to macro.
2009-11-24  Jacek Cabanmshtml: Added support for connection point HTML notific...
2009-11-03  Jacek Cabanmshtml: Moved whole element initialization to HTMLEleme...
2009-10-02  Jacek Cabanmshtml: Moved init_dispex call to HTMLElement_Init.
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (remaining...
2009-03-11  Alistair Leslie... mshtml: Add missing IHTMLTable interfaces.
2009-02-16  Michael Stefaniucmshtml: Remove superfluous pointer casts.
2008-10-10  Jacek Cabanmshtml: Use IHTMLElement3 in IDispatchEx.
2008-10-01  Jacek Cabanmshtml: Added IHTMLTable::get_rows implementation.
2008-10-01  Jacek Cabanmshtml: Store nsIDOMHTMLTableElement in HTMLTable.
2008-10-01  Jacek Cabanmshtml: Added IDispatchEx support to IHTMLTable.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLTable.
2008-04-24  Jacek Cabanmshtml: Use heap_alloc_zero for allocating node objects.
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-12-04  Jacek Cabanmshtml: Added DIID_HTMLTableEvents connection point.
2007-12-04  Jacek Cabanmshtml: Initialize HTMLElement in the beginning of...
2007-11-30  Jacek Cabanmshtml: Added IHTMLTable interface stub implementation.