Commit Graph

48 Commits

Author SHA1 Message Date
Jacek Caban df53b50171 mshtml: Fixed a few coverity issues. 2012-11-27 17:00:38 +01:00
Jacek Caban 6ae3418aaf mshtml: Return dispinterface from PHEventSink::QueryInterface. 2012-10-08 17:40:46 +02:00
Jacek Caban eda756dbb5 mshtml: Added support for binding ActiveX events with script event attribute. 2012-10-03 18:16:52 +02:00
Jacek Caban ff34939400 mshtml: Return S_OK in plugin host's CanInPlaceActivate implementation. 2012-09-25 21:13:07 +02:00
Jacek Caban d98225fff9 mshtml: Added IHTMLObjectElement::put_width implementation. 2012-08-16 17:13:36 +02:00
Jacek Caban 31201da6fa mshtml: Moved Invoke(DISPID_ENABLED) invocation to separated function. 2012-08-16 17:13:16 +02:00
Jacek Caban 3918213586 mshtml: Use inner window's moniker in PluginHost implementation. 2012-08-14 12:47:58 +02:00
Jacek Caban 6d2902f680 mshtml: Use inline wrappers and fixed found warnings. 2012-07-26 13:40:40 +02:00
Jacek Caban 08964ede45 mshtml: Added separated types for outer and inner HTML windows. 2012-06-25 17:45:19 +02:00
Jacek Caban 7ebcb1820e mshtml: Keep reference in node returned from get_node. 2012-06-25 17:45:18 +02:00
Jacek Caban 8791ce15e9 mshtml: Added support for IDispatch-only ActiveX objects. 2012-04-05 17:53:15 +02:00
Jacek Caban c7cb5b8fad mshtml: Reinitialize list entry in detach_plugin_host. 2011-11-17 17:35:32 +01:00
Jacek Caban d4aacad9ea mshtml: Added support for ActiveX objects without IQuickActivate support. 2011-11-16 18:21:29 +01:00
Jacek Caban 7891fc45d3 mshtml: Removed duplicated includes. 2011-08-03 14:15:49 +02:00
Francois Gouget 09149640ba mshtml: Make get_pos_rect() static. 2011-03-16 14:14:24 +01:00
Michael Stefaniuc e5214b24bb mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode. 2011-01-03 12:14:26 +01:00
Michael Stefaniuc f653f4a22e mshtml: COM cleanup for the IHTMLDOMNode iface. 2010-12-30 12:21:53 +01:00
Michael Stefaniuc 389a7f547e mshtml: COM cleanup for all the IServiceProvider ifaces. 2010-12-27 11:51:18 +01:00
Jacek Caban 42d9e0c813 mshtml: Added support for forwarding object element's DOM calls to ActiveX control. 2010-12-17 13:26:02 +01:00
Jacek Caban 26049daf47 mshtml: Added IHTMLObjectElement::get_object implementation. 2010-12-17 13:26:02 +01:00
Jacek Caban 79f400c062 mshtml: Forward PluginHost's QueryService calls to window object. 2010-12-15 11:59:43 +01:00
Jacek Caban 94b591cdf2 mshtml: Added PluginHost::GetContainer implementation. 2010-12-15 11:59:38 +01:00
Jacek Caban 14f2d1b19c mshtml: Added OnUIActivation implementation. 2010-12-15 11:59:27 +01:00
Jacek Caban 41ca6568be mshtml: Added more plugin in place activation support. 2010-12-13 16:25:56 +01:00
Jacek Caban 073a48abe4 mshtml: Added PluginHost::GetWindowContext implementation. 2010-12-13 16:25:52 +01:00
Jacek Caban 52cc865cdc mshtml: Deactivate plugin when detaching from document. 2010-12-13 16:25:03 +01:00
Jacek Caban c65f4c4956 mshtml: Added support for plugin in place activation. 2010-12-13 16:24:59 +01:00
Jacek Caban 146b720f41 mshtml: Call DoVerb on embedded plugin. 2010-12-13 16:24:55 +01:00
Francois Gouget 5e04053d88 mshtml: Fix a typo and remove a space before a '\n' in a FIXME() trace. 2010-12-13 12:43:28 +01:00
Jacek Caban b3f0f07d70 mshtml: Added IBindHost::CreateMoniker implementation. 2010-12-10 17:09:36 +01:00
Jacek Caban d43fb00eaf mshtml: Added PluginHost::GetMoniker implementation. 2010-12-10 17:09:36 +01:00
Jacek Caban 3314bd8f8a mshtml: Added QueryService(SID_SBindHost) implementation. 2010-12-10 17:09:36 +01:00
Jacek Caban 06f3b1a343 mshtml: Added OnChanged(DISPID_READYSTATE) semi-stub implementation. 2010-12-10 17:09:36 +01:00
Jacek Caban 0849079287 mshtml: Added IPropertyBag::Read implementation. 2010-12-10 17:09:35 +01:00
Jacek Caban 067092c223 mshtml: IPropertyBag stub implementation. 2010-12-10 17:09:34 +01:00
Jacek Caban dbbcbd59a5 mshtml: Added beginning support for loading data by an ActiveX object. 2010-12-10 17:09:34 +01:00
Jacek Caban 483fe27730 mshtml: Associate PluginHost with containing element. 2010-12-09 17:20:19 +01:00
Jacek Caban bfc49aa7f3 mshtml: Inherit HTMLObjectElement from new HTMLPluginContainer object. 2010-12-09 17:20:14 +01:00
Jacek Caban b962fff243 mshtml: Associate PluginHost with containing HTMLDocumentDode. 2010-12-09 17:20:06 +01:00
Jacek Caban c12d9ff8d7 mshtml: Added PluginHost's IServiceProvider stub implementation. 2010-12-06 19:06:38 +01:00
Jacek Caban 4479194e48 mshtml: Added PluginHost's IBindHost stub implementation. 2010-12-06 19:06:34 +01:00
Jacek Caban dc062aee5a mshtml: Added PluginHost's IOleControlSite stub implementation. 2010-12-06 19:06:29 +01:00
Jacek Caban 890dc6d6a0 mshtml: Added PluginHost's IOleInPlaceSite stub implementation. 2010-12-06 19:06:27 +01:00
Jacek Caban 06aa58f44b mshtml: Added PluginHost's IDispatch stub implementation. 2010-12-06 19:06:25 +01:00
Jacek Caban ec29487f12 mshtml: Added PluginHost's IPropertyNotifySink stub implementation. 2010-12-06 19:06:23 +01:00
Jacek Caban 546f4bf5e3 mshtml: Added PluginHost's IAdviseSinkEx stub implementation. 2010-12-06 19:06:21 +01:00
Jacek Caban 410501e6c9 mshtml: Added QuickActivation support. 2010-12-06 19:06:19 +01:00
Jacek Caban 5d0df14e77 mshtml: Added plugin host's IOleClientSite stub implementation. 2010-12-06 19:06:14 +01:00