atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / mshtml / htmlobject.c
2012-11-07  Jacek Cabanmshtml: Added IHTMLObjectElement::name property impleme...
2012-09-04  Jacek Cabanmshtml: Added IHTMLWindow2::onhelp property implementation.
2012-08-16  Jacek Cabanmshtml: Added IHTMLObjectElement::get_height implementa...
2012-08-16  Jacek Cabanmshtml: Added IHTMLObjectElement::put_height implementa...
2012-08-16  Jacek Cabanmshtml: Added IHTMLObjectElement::get_width implementation.
2012-08-16  Jacek Cabanmshtml: Added IHTMLObjectElement::put_width implementation.
2012-07-26  Jacek Cabanmshtml: Use inline wrappers and fixed found warnings.
2012-06-27  Jacek Cabanmshtml: Share nsobject reference with nsnode.
2012-03-27  Jacek Cabanmshtml: Forward common getters from IHTMLObjectElement...
2012-03-27  Jacek Cabanmshtml: Added IHTMLObjectElement2 stub implementation.
2011-12-05  Jacek Cabanmshtml: Return wrapped ActiveX object's interface from...
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-08-02  Jacek Cabanmshtml: Added possibility for node implementations...
2010-12-31  Michael Stefaniucmshtml: Remove some stray #undef.
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 support for forwarding object element...
2010-12-17  Jacek Cabanmshtml: Added IHTMLObjectElement::get_object implementa...
2010-12-13  Jacek Cabanmshtml: Deactivate plugin when detaching from document.
2010-12-09  Jacek Cabanmshtml: Associate PluginHost with containing element.
2010-12-09  Jacek Cabanmshtml: Inherit HTMLObjectElement from new HTMLPluginCo...
2010-12-07  Michael Stefaniucmshtml: Use an iface instead of a vtbl pointer in HTMLO...
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-11-12  Jacek Cabanmshtml: Added IHTMLObjectElement::get_vspace implementa...
2010-10-28  Jacek Cabanmshtml: Added IDispatchEx support to HTMLObjectElement...
2010-10-28  Jacek Cabanmshtml: Added IHTMLObjectElement stub implementation.