mshtml: COM cleanup for the IViewObjectEx iface.
[wine] / dlls / mshtml / htmlframe.c
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.