Commit Graph

52 Commits

Author SHA1 Message Date
Nikolay Sivov 286174a5ac mshtml/tests: Test document stream creation failure (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-05 17:33:34 +01:00
Michael Stefaniuc d930b57ded mshtml/tests: Use EqualRect() to compare RECTs.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-23 17:30:27 +02:00
Andrey Gusev 92890ac993 mshtml/tests: Fix a typo in ok() messages.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Jacek Caban<jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-23 14:08:59 +09:00
Jacek Caban da9fa9e80c mshtml: Added IHTMLObjectElement2::put_classid semi-stub implementation. 2014-12-11 16:41:35 +01:00
Nikolay Sivov 95b6958752 mshtml/tests: Remove old system version check that doesn't work anymore. 2014-04-21 14:33:09 +02:00
Jacek Caban 7b88e37839 mshtml: Ignore QueryHitPoint calls in activex.c tests. 2014-04-08 19:23:24 +02:00
Frédéric Delanoy 672e2811ff mshtml/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-01-30 12:42:55 +01:00
Jacek Caban 2350597df2 mshtml: Added more refcnt tests. 2014-01-27 14:13:25 +01:00
Jacek Caban c20167dbdc mshtml: Fixed activex tests on IE10. 2013-11-15 19:23:24 +01:00
Jacek Caban 5b52334f6d mshtml: Compile tests with __WINESRC__ define. 2013-10-10 13:33:39 +02:00
Jacek Caban f5cb8c175c mshtml: Fixed tests on some broken Vista versions. 2013-02-19 19:50:50 +01:00
Jacek Caban e63b9f4ec0 mshtml: Added more ActiveX loading and script binding tests. 2012-10-10 20:34:02 +02:00
Jacek Caban 3e27a4dfa7 mshtml: Get rid of no longer needed workarounds for async ActiveX loading. 2012-10-10 20:34:01 +02:00
Jacek Caban 6ae3418aaf mshtml: Return dispinterface from PHEventSink::QueryInterface. 2012-10-08 17:40:46 +02:00
Jacek Caban bf65003271 jscript: Added support for pstrFormalParams argument in ParseProcedureText. 2012-10-04 16:29:24 +02:00
Jacek Caban 5c15ca13d2 mshtml: Added ActiveX event binding test. 2012-10-03 18:16:59 +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 e4492f7569 mshtml: Added more IHTMLObjectElement tests. 2012-08-16 17:13:49 +02:00
Jacek Caban d0b8c6bca2 mshtml/tests: Use proper helpers for iface calls. 2012-07-30 14:58:19 +02:00
Jacek Caban 8791ce15e9 mshtml: Added support for IDispatch-only ActiveX objects. 2012-04-05 17:53:15 +02:00
Jacek Caban d73b1b6d8f mshtml: Added tests for returning ActiveX object's interfaces from object element's QueryInterface. 2011-12-05 17:45:45 +01:00
Jacek Caban 3cf749a6bf mshtml: Added tests of handling ActiveX objects without IQuickActivate interface implemented. 2011-11-17 17:35:35 +01:00
Thomas Faber a105f22e17 mshtml: Initialize OLEINPLACEFRAMEINFO.cb for IOleInPlaceSite::GetWindowContext. 2011-03-18 16:05:09 +01:00
Marcus Meissner 63b05794a7 mshtml: Removed duplicate const (Coverity). 2011-03-14 19:31:29 +01:00
Austin English e450573412 mshtml/tests: Make sure return value is used (LLVM/Clang). 2011-02-08 14:45:54 -06:00
Jacek Caban 103ef913d1 mshtml: Fixed some leaks in tests (valgrind). 2011-01-20 12:47:53 +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 0b5edecc8b mshtml: Fixed tests on some IE6 installations. 2010-12-15 11:59:47 +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 4fd5788137 mshtml: Added more ActiveX tests. 2010-12-13 16:25:58 +01:00
Jacek Caban 9f182396fb mshtml: Added IViewObjectEx iface to plugin test. 2010-12-10 17:09:37 +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 9fa8afd095 mshtml: Added IPropertyBag2 stub implementation. 2010-12-10 17:09:35 +01:00
Jacek Caban cc88c5a331 mshtml: Added IPersistPropertyBag calls test. 2010-12-10 17:09:35 +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 c706bba6a8 mshtml: Added QuickActivate tests. 2010-12-06 19:06:16 +01:00
Jacek Caban 812330421e mshtml: Added IOleControl calls test. 2010-12-06 19:06:07 +01:00