mshtml: Added IHTMLTableCell interface stub implementation.
[wine] / dlls / mshtml / pluginhost.c
2011-11-17  Jacek Cabanmshtml: Reinitialize list entry in detach_plugin_host.
2011-11-16  Jacek Cabanmshtml: Added support for ActiveX objects without IQuic...
2011-08-03  Jacek Cabanmshtml: Removed duplicated includes.
2011-03-16  Francois Gougetmshtml: Make get_pos_rect() static.
2011-01-03  Michael Stefaniucmshtml: Use ifaces instead of vtbl pointers in HTMLDocu...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode iface.
2010-12-27  Michael Stefaniucmshtml: COM cleanup for all the IServiceProvider ifaces.
2010-12-17  Jacek Cabanmshtml: Added support for forwarding object element...
2010-12-17  Jacek Cabanmshtml: Added IHTMLObjectElement::get_object implementa...
2010-12-15  Jacek Cabanmshtml: Forward PluginHost's QueryService calls to...
2010-12-15  Jacek Cabanmshtml: Added PluginHost::GetContainer implementation.
2010-12-15  Jacek Cabanmshtml: Added OnUIActivation implementation.
2010-12-13  Jacek Cabanmshtml: Added more plugin in place activation support.
2010-12-13  Jacek Cabanmshtml: Added PluginHost::GetWindowContext implementation.
2010-12-13  Jacek Cabanmshtml: Deactivate plugin when detaching from document.
2010-12-13  Jacek Cabanmshtml: Added support for plugin in place activation.
2010-12-13  Jacek Cabanmshtml: Call DoVerb on embedded plugin.
2010-12-13  Francois Gougetmshtml: Fix a typo and remove a space before a '\n...
2010-12-10  Jacek Cabanmshtml: Added IBindHost::CreateMoniker implementation.
2010-12-10  Jacek Cabanmshtml: Added PluginHost::GetMoniker implementation.
2010-12-10  Jacek Cabanmshtml: Added QueryService(SID_SBindHost) implementation.
2010-12-10  Jacek Cabanmshtml: Added OnChanged(DISPID_READYSTATE) semi-stub...
2010-12-10  Jacek Cabanmshtml: Added IPropertyBag::Read implementation.
2010-12-10  Jacek Cabanmshtml: IPropertyBag stub implementation.
2010-12-10  Jacek Cabanmshtml: Added beginning support for loading data by...
2010-12-09  Jacek Cabanmshtml: Associate PluginHost with containing element.
2010-12-09  Jacek Cabanmshtml: Inherit HTMLObjectElement from new HTMLPluginCo...
2010-12-09  Jacek Cabanmshtml: Associate PluginHost with containing HTMLDocume...
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IServiceProvider stub implem...
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IBindHost stub implementation.
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IOleControlSite stub impleme...
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IOleInPlaceSite stub impleme...
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IDispatch stub implementation.
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IPropertyNotifySink stub...
2010-12-06  Jacek Cabanmshtml: Added PluginHost's IAdviseSinkEx stub implement...
2010-12-06  Jacek Cabanmshtml: Added QuickActivation support.
2010-12-06  Jacek Cabanmshtml: Added plugin host's IOleClientSite stub impleme...