173 Commits

Author SHA1 Message Date
Jacek Caban
1f197f75f6 mshtml: Fixed remaining IE9 failures. 2011-11-17 17:35:50 +01:00
Jacek Caban
7377dfbb07 mshtml: Fixed some htmldoc.c tests on IE9. 2011-11-16 17:01:36 +01:00
Jacek Caban
95053e83cc mshtml: Added more navigation tests. 2011-11-15 19:37:32 +01:00
Jacek Caban
34db2d3926 hlink: Return S_FALSE in GetTargetFrameName when returning NULL. 2011-10-21 16:47:06 +02:00
Jacek Caban
3c4b2a0b43 mshtml: Added IHTMLDocument2::elementFromPoint implementation. 2011-10-18 18:29:04 +02:00
Francois Gouget
25100a8592 mshtml/tests: Improve the current UI language detection a bit. 2011-09-15 15:41:41 +02:00
Francois Gouget
e931ebc704 mshtml/tests: Some tests require that the user interface be in English.
With MUI versions of Windows checking for the default user language id is insufficient.
Skip the system language id check as it is irrelevant here.
2011-09-13 18:14:03 +02:00
Francois Gouget
3b7fb23ca7 mshtml/tests: When a test fails, print the bad value. 2011-09-13 18:13:42 +02:00
Frédéric Delanoy
760faf01a9 tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
Jacek Caban
7c04ed36a4 mshtml: Fixed tests on some old IEs. 2011-07-26 16:28:49 +02:00
Jacek Caban
39b02829ea mshtml: Added javascript: URLs test. 2011-07-24 12:33:09 +02:00
Jacek Caban
730299bae6 mshtml: Call set_moniker asynchronously in SuperNavigate. 2011-07-24 12:32:59 +02:00
Thomas Mullaly
cd69836d54 mshtml: Added support for IDispatch Html document events. 2011-05-20 10:29:53 +02:00
Thomas Mullaly
ea2ab11a74 mshtml/tests: Added IDispatch event tests. 2011-05-20 10:29:43 +02:00
Jacek Caban
75916ffe7a mshtml: Ignore more dispID values in OnChanged notifications to fix tests on some IE installations. 2011-05-11 14:56:49 +02:00
Piotr Caban
454da235ea mshtml/tests: Ignore calls missing in IE6. 2011-03-31 12:38:35 +02:00
Piotr Caban
2790f363c5 mshtml/tests: Added connection error handling tests. 2011-03-29 12:36:25 +02:00
Piotr Caban
f7afa250f8 mshtml/tests: Added asynchronous moniker to htmldoc tests. 2011-03-29 12:36:20 +02:00
Piotr Caban
21d500b37f mshtml/tests: Added IDocObjectService interface. 2011-03-29 12:36:12 +02:00
Piotr Caban
9ebe31016c mshtml/tests: Added IBrowserService interface. 2011-03-29 12:36:08 +02:00
Piotr Caban
9b4ee3176e mshtml/tests: Added IWinInetHttpInfo interface. 2011-03-29 12:36:02 +02:00
Thomas Faber
a105f22e17 mshtml: Initialize OLEINPLACEFRAMEINFO.cb for IOleInPlaceSite::GetWindowContext. 2011-03-18 16:05:09 +01:00
Piotr Caban
12b85befc0 mshtml: Added IHTMLPrivateWindow_GetAddressBarUrl implementation. 2011-03-11 11:50:14 +01:00
Jacek Caban
a543769761 mshtml: Added IHTMLLocation::replace implementation. 2011-03-02 13:39:18 +01:00
Thomas Mullaly
6f18cc59dd mshtml/tests: Make IDispatch Vtbl const. 2011-02-28 11:09:20 +01:00
Austin English
746e8b237e mshtml/tests: Make sure a return value is used (LLVM/Clang). 2011-02-14 12:27:46 +01:00
Jacek Caban
226c44097b mshtml: Get rid of win9x test failures workarounds. 2011-01-11 16:05:43 +01:00
Jacek Caban
47bb0de4bc mshtml: Fixed tests on IEs not supporting INewWindowManager. 2010-12-13 12:43:31 +01:00
Jacek Caban
09e275c740 mshtml: Fixed tests on Windows.
Spotted by Paul Vriens.
2010-11-30 13:53:25 +01:00
Jacek Caban
f82668f23e mshtml: Added SetUIHandler tests. 2010-11-29 11:24:34 +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
c7e37fd675 mshtml: Added HTMLWindow's IServiceProvider implementation. 2010-11-12 14:38:55 +01:00
Andrew Eikum
a8e39c66f7 hlink: Site data should only be set if the hlink has an HlinkSite. 2010-11-02 11:15:08 +01:00
Alistair Leslie-Hughes
ea451adf58 mshtml: Correct test for another unknown dispID. 2010-09-13 10:31:39 -05:00
Alistair Leslie-Hughes
168fc942f6 mshtml: Correct test for unknown dispID. 2010-09-08 13:31:33 +02:00
Jacek Caban
95a53a9ff6 mshtml: Store client site in HTMLDocumentObj as soon as possible in SetClientSite. 2010-06-28 16:58:39 +02:00
Jacek Caban
2c354b8bbb shdocvw: Return IHTMLDocument2's IDispatch in get_Document. 2010-06-21 11:52:09 +02:00
Jacek Caban
77a994db42 mshtml: Added IHTMLWindow2::open test. 2010-06-14 14:14:16 +02:00
Jacek Caban
3d0d27820f mshtml: Added IHTMLDocument2::clear implementation. 2010-05-07 16:00:20 +02:00
Jacek Caban
2cf2d8fed2 mshtml: Call Exec(DOCHOST_DOCCANNAVIGATE) from IOleObject::SetClientSite. 2010-03-03 15:29:43 +01:00
Jacek Caban
80f8a0df82 mshtml: Added more navigation tests. 2010-03-03 15:29:31 +01:00
Vitaly Perov
e2f3b143fd mshtml: Silence IStdMarshalInfo in htmldoc_qi FIXME. 2010-02-23 12:06:35 +01:00
Vitaly Perov
cffd28f74d mshtml: Silence IExternalConnection in htmldoc_qi FIXME. 2010-02-18 17:15:15 +01:00
Jacek Caban
38933b1a31 mshtml: Added IViewObject::SetSink tests. 2010-02-15 16:11:15 +01:00
Jacek Caban
72e2b7f111 mshtml: Added DOCHOST_DOCCANNAVIGATE tests. 2010-02-15 16:11:09 +01:00
Jacek Caban
ab6f8f8b2e mshtml: Create URL moniker after test initialization. 2010-01-21 09:04:53 +01:00
Jacek Caban
3b20cb11c8 mshtml: Store document as IHTMLDocument2 interface. 2010-01-20 16:29:58 +01:00
Piotr Caban
d383e84e21 mshtml: Added IDispatch ConnectionPoint. 2009-12-29 11:06:22 +01:00
Piotr Caban
be2a86cbd5 mshtml: Query OleClientSite about services in ServiceProvider_QueryService. 2009-12-29 11:06:17 +01:00
Francois Gouget
b8cbde5c19 mshtml/tests: Make test_UIActivate() static. 2009-12-14 12:04:04 +01:00