mshtml: Added noscript tag handling tests.
[wine] / dlls / mshtml / htmlframe.c
2012-09-04  Jacek Cabanmshtml: Added IHTMLWindow2::onhelp property implementation.
2012-06-25  Jacek Cabanmshtml: Moved global_props from HTMLOuterWindow to...
2012-06-25  Jacek Cabanmshtml: Moved document node from HTMLOuterWindow to...
2012-06-25  Jacek Cabanmshtml: Added separated types for outer and inner HTML...
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-08-02  Jacek Cabanmshtml: Added possibility for node implementations...
2011-01-03  Michael Stefaniucmshtml: Use ifaces instead of vtbl pointers in HTMLFram...
2010-12-31  Michael Stefaniucmshtml: Remove some stray #undef.
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in Dispat...
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in HTMLWi...
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-27  Michael Stefaniucmshtml: COM cleanup for the IHTMLWindow2 iface.
2010-12-17  Jacek Cabanmshtml: IHTMLDocument2 iface handling clean up.
2010-12-07  Michael Stefaniucmshtml: Use an iface instead of a vtbl pointer in HTMLF...
2010-12-02  Jacek Cabanmshtml: Improved error handling in element constructors.
2010-11-15  Jacek Cabanmshtml: Use custom get_readyState implementations for...
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-01-28  Jacek Cabanmshtml: Moved common element tids to macro.
2010-01-22  Jacek Cabanmshtml: Added IDispatchEx support for frame element.
2010-01-22  Jacek Cabanmshtml: Added IHTMLFrameElement3::get_contentDocument...
2010-01-22  Jacek Cabanmshtml: Added IHTMLFrameElement3 stub implementation.