Commit Graph

2053 Commits

Author SHA1 Message Date
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 c706bba6a8 mshtml: Added QuickActivate tests. 2010-12-06 19:06:16 +01:00
Jacek Caban 5d0df14e77 mshtml: Added plugin host's IOleClientSite stub implementation. 2010-12-06 19:06:14 +01:00
Jacek Caban 812330421e mshtml: Added IOleControl calls test. 2010-12-06 19:06:07 +01:00
Michael Stefaniuc 28c0256635 mshtml: Use an iface instead of a vtbl pointer in HTMLRect. 2010-12-06 19:05:54 +01:00
Michael Stefaniuc f419f8e0b7 mshtml: Use an iface instead of a vtbl pointer in HTMLBodyElement. 2010-12-06 19:05:54 +01:00
Michael Stefaniuc c9195b9f02 mshtml: Use an iface instead of an vtbl pointer in HTMLAnchorElement. 2010-12-06 19:05:54 +01:00
Michael Stefaniuc 740a850a63 mshtml: Use an iface instead of a vtbl pointer in ClassFactory. 2010-12-05 12:25:54 +01:00
Jacek Caban a03da22965 mshtml: Make translate_url IUri-based. 2010-12-05 12:24:28 +01:00
André Hentschel fd94974e59 mshtml: Fix export comment. 2010-12-05 12:24:11 +01:00
Alexandre Julliard 5f49129e03 resources: Define a generic mechanism for adding extra values to the common version block. 2010-12-03 14:53:59 +01:00
Jacek Caban 0b046c94ac mshtml: Added ActiveX control creation implementation. 2010-12-03 13:13:45 +01:00
Jacek Caban b00b8631a6 mshtml: Added NP_GetEntryPoints implementation. 2010-12-03 13:12:02 +01:00
Jacek Caban 4a91265b4f npmshtml: Added Mozilla plugin for mshtml ActiveX controls. 2010-12-03 11:51:50 +01:00
Jacek Caban ecc551b911 mshtml: Improved error handling in element constructors. 2010-12-02 11:58:40 +01:00
Jacek Caban a8b94a0377 mshtml: Improved error handling in HTMLElement_Create calls. 2010-12-02 11:58:30 +01:00
Jacek Caban 0835749af7 mshtml: Use binary search in HTMLElement_Create. 2010-12-02 11:58:24 +01:00
Jacek Caban 6bf247f937 mshtml: Better error handling in create_node calls. 2010-12-02 11:58:12 +01:00
Jacek Caban 6a1f4eb724 mshtml: Improved error handling in get_node calls. 2010-12-01 16:29:38 +01:00
Jacek Caban fa12dd98d7 mshtml: Added beginning ActiveX tests. 2010-11-30 16:22:01 +01:00
Jacek Caban 09e275c740 mshtml: Fixed tests on Windows.
Spotted by Paul Vriens.
2010-11-30 13:53:25 +01:00
Jacek Caban 991104b97f mshtml: Added IHTMLStyle::padding property implementation. 2010-11-29 11:24:40 +01:00
Jacek Caban f82668f23e mshtml: Added SetUIHandler tests. 2010-11-29 11:24:34 +01:00
Jacek Caban ee875f362d mshtml: Don't overwrite custom UI handler in SetClientSite. 2010-11-29 11:24:29 +01:00
Jacek Caban 0863625bcc mshtml: Added ICustomDoc::SetUIHandler implementation. 2010-11-29 11:24:23 +01:00
Jacek Caban 387ed3c855 mshtml: Fixed ref count tests on broken IEs.
Also some code clean up.
2010-11-25 16:55:22 +01:00
Jacek Caban 5030554ccd mshtml: Don't use wine_url in nsIURI::SchemeIs implementation. 2010-11-25 16:55:12 +01:00
Jacek Caban 286249031c mshtml: Don't use wine_uri in nsIIOService::NewChannelFromURI implementation. 2010-11-25 16:55:05 +01:00
Jacek Caban 74aabe94b1 mshtml: Don't use wine_url in nsURI::Clone implementation. 2010-11-25 16:55:00 +01:00
Jacek Caban b2297e2090 mshtml: Removed tests failing on IE7. 2010-11-18 12:37:04 +01:00
Jacek Caban a215ab64ff mshtml: Added document fragment cloneNode implementation. 2010-11-15 13:20:09 +01:00
Jacek Caban 5caf8c3187 mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_location. 2010-11-15 13:20:08 +01:00
Jacek Caban c481fb4bb8 mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_body. 2010-11-15 13:20:08 +01:00
Jacek Caban 22ba44b401 mshtml: Correctly handle DOCUMENT_FRAGMENT_NODE in IHTMLDOMNode::get_nodeType. 2010-11-15 13:20:08 +01:00
Jacek Caban 04ad732114 mshtml: Added createDocumentFragment tests. 2010-11-15 13:20:07 +01:00
Jacek Caban d9aacfd989 mshtml: Added IHTMLDocument3::createDocumentFragment implementation. 2010-11-15 13:20:07 +01:00
Jacek Caban cb99f716a7 mshtml: Use custom get_readyState implementations for object and frame elements. 2010-11-15 13:20:07 +01:00
Jacek Caban f351dc5e74 mshtml: Moved cloneNode implementation to vtbl. 2010-11-15 13:20:06 +01:00
Jacek Caban 6a37caaecb mshtml: Use IUri for nsIURI::GetSpec implementation. 2010-11-15 13:20:06 +01:00
Jacek Caban 3f383bac3b mshtml: Use IUriBuilder for nsIURI::SetPath implementation. 2010-11-15 13:20:06 +01:00
Jacek Caban 98f5bc384b mshtml: Use IUriBuilder for IURI::SetQuery implementation. 2010-11-12 14:39:28 +01:00
Jacek Caban 16fbd05080 mshtml: Added IHTMLStyleElement stub implementation. 2010-11-12 14:39:21 +01:00
Jacek Caban 6e796da748 mshtml: Added IHTMLObjectElement::get_vspace implementation. 2010-11-12 14:39:04 +01:00
Jacek Caban c7e37fd675 mshtml: Added HTMLWindow's IServiceProvider implementation. 2010-11-12 14:38:55 +01:00
Jacek Caban 6c35f1356b mshtml: Added execScript tests. 2010-11-09 14:21:27 +01:00
Jacek Caban e560a2246f mshtml: Added IHTMLWindow2::execScript implementation. 2010-11-09 14:21:25 +01:00