245 Commits

Author SHA1 Message Date
Jacek Caban
4255772440 mshtml: Ignore one more property change notification to fix some IE installations. 2012-11-06 20:00:44 +01:00
Detlef Riekenberg
be1ca28398 mshtml/tests: Mark IE6 behavior as broken. 2012-08-14 11:57:44 +02:00
Jacek Caban
d0b8c6bca2 mshtml/tests: Use proper helpers for iface calls. 2012-07-30 14:58:19 +02:00
Jacek Caban
5401efaef0 mshtml: Unescape script from javascript: URLs before executing them. 2012-07-23 14:55:30 +02:00
Jacek Caban
68fa7d3b0e mshtml: Fixed tests on Vista. 2012-07-23 14:55:25 +02:00
Jacek Caban
5665730a32 mshtml: Added IWindowForBindingUI tests. 2012-05-30 17:17:58 +02:00
Jacek Caban
0675f5c3d1 mshtml: Fixed Exec_ShellDocView_84 tests. 2012-05-29 18:20:14 +02:00
Michael Stefaniuc
6034d9dc68 mshtml/tests: Check the correct variables. 2012-05-22 17:44:03 +02:00
Jacek Caban
1c07d166f1 mshtml: Ignore dispid 3000026 in IPropertyNotifySink::OnChanged tests. 2012-04-20 11:59:55 +02:00
Piotr Caban
3d5db7a7f5 mshtml/tests: Test HTMLDocument without MIME type reported. 2012-03-08 18:54:43 +01:00
Piotr Caban
43b38e1420 mshtml: Make cookie parameter optional in ConnectionPoint_Advise. 2012-02-01 16:42:45 +01:00
Jacek Caban
5e84789578 mshtml: Added history update notification support. 2012-01-20 16:02:50 +01:00
Jacek Caban
d9e57da4c7 mshtml: Added more travel log tests. 2012-01-20 16:02:42 +01:00
Jacek Caban
50a86f5f25 mshtml: Better stub for ITravelLogClient::FindWindowByIndex. 2012-01-20 16:02:35 +01:00
Jacek Caban
e174d1d31b mshtml: Added ITravelLogClient stub implementation. 2012-01-20 16:02:27 +01:00
Nikolay Sivov
478ddf7b6c mshtml: Respond to SID_SContainerDispatch service id. 2012-01-20 16:01:38 +01:00
Jacek Caban
882d126dba mshtml: Added IOleContainer::EnumObjects tests. 2012-01-19 21:08:53 +01:00
Jacek Caban
537d05fb4b mshtml: Added ITargetContainer::GetFramesContainer implementation. 2012-01-19 21:08:52 +01:00
Jacek Caban
44aa20720d mshtml: Added a test showing that HTMLDocument does not support ITargetFrame interface. 2012-01-18 19:38:11 +01:00
Jacek Caban
c7cc9a1a5d mshtml: Added more IHTMLWindow2::open tests. 2012-01-09 20:12:25 +01:00
Jacek Caban
d870b8c3e3 mshtml: Added IHTMLWindow::open implementation. 2012-01-09 20:12:24 +01:00
Jacek Caban
2a9d63f822 mshtml: Use CLEAR_CALLED instead of SET_CALLED in some places. 2011-11-18 15:37:06 +01:00
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