Jacek Caban
47c27742d0
mshtml: Added IHTMLLocation::put_href implementation.
2009-10-12 12:15:26 +02:00
Jacek Caban
ae6fed5c4f
mshtml: Improved IHTMLElement2::doScroll stub.
2009-10-12 12:14:47 +02:00
Ge van Geldorp
73b3d35d05
mshtml/tests: Fix htmldoc test on Windows Server and Win7.
2009-09-23 14:35:52 +02:00
Jacek Caban
a7e8cdf373
mshtml: Fixed tests.
...
Based on Paul Vriens's feedback.
2009-09-15 14:31:39 -05:00
Paul Vriens
094b668881
mshtml/tests: Fix some test failures on Win98 and WinME.
2009-09-10 10:50:45 +02:00
Jacek Caban
60a85d0749
mshtml: Added http loading test.
2009-09-02 14:40:14 +02:00
Jacek Caban
f9a670a3d6
mshtml: Fixed tests on IE8.
2009-09-02 14:40:04 +02:00
Alexandre Julliard
86f9fce74c
mshtml/tests: Use the global wine_dbgstr_w instead of a local variant.
2009-08-19 13:36:46 +02:00
Jacek Caban
781b0873e6
mshtml: Added IPersistHistory stub implementation.
2009-04-16 13:45:20 -05:00
Ge van Geldorp
af5ce0d249
mshtml/tests: Fix tests on Windows.
2009-04-01 15:22:54 +02:00
Jacek Caban
19067f1256
urlmon.idl: Use HANDLE_PTR in IInternetProtocolRoot::Start declaration.
2009-04-01 14:23:32 +02:00
Alistair Leslie-Hughes
b30aa168f7
mshtml: Show IPersistHistory interface is supported.
2009-02-27 14:18:04 +01:00
Nikolay Sivov
f4f5ee152d
mshtml/tests: Fix interface release (Coverity).
2009-01-26 15:49:06 +01:00
Nikolay Sivov
bf2e1f08d3
mshtml: Added ISupportErrorInfo for IHTMLDocument.
2009-01-19 15:45:22 +01:00
Andrei Derevyanko
2afc8fcd5a
mshtml: Updated test of QueryInterface.
2008-12-20 12:12:59 +01:00
Jacek Caban
095ce18b44
mshtml: Skip tests on broken IE6 versions.
2008-12-10 10:47:56 +01:00
Jacek Caban
60d12a3adb
mshtml: Skip tests on old IE as soon as possible.
2008-11-24 13:43:40 +01:00
Francois Gouget
3b140ccb0e
Assorted spelling fixes.
2008-11-17 16:04:39 +01:00
Jacek Caban
47ef2acc3b
mshtml: Fixed tests on IE7.
2008-09-30 10:14:31 -05:00
Jacek Caban
d1ab3b097d
mshtml: Fixed tests timeout.
2008-09-29 17:24:50 -05:00
Jacek Caban
ef221478f0
mshtml: Fixed tests on IE7.
2008-09-17 10:54:38 +02:00
Alexandre Julliard
79c64acc7b
tests: Don't depend on the static uuid libraries in the tests.
...
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +02:00
Jacek Caban
4171385cd9
mshtml: Silence common invalid FIXME.
2008-07-01 12:23:37 +02:00
Jacek Caban
fe863e0326
mshtml: Silence common invalid QueryInterface FIXME.
2008-07-01 12:23:08 +02:00
James Hawkins
173d79a3f4
mshtml: Fix a test failure in win2k3.
2008-05-26 17:59:54 +02:00
Jacek Caban
98e2424183
mshtml: Fixed more tests on IE 7.
2008-05-26 17:58:24 +02:00
Jacek Caban
28888b4579
mshtml: Fixed some tests on IE 7.
2008-05-26 17:58:16 +02:00
James Hawkins
8c68e18d53
mshtml: Fix a few test failures in win2k3.
2008-05-23 12:10:13 +02:00
Francois Gouget
0682f85c95
Fix spelling of dwAssign.
2008-04-14 12:40:22 +02:00
Austin English
f4c4488df8
Spelling fixes.
2008-04-07 13:36:17 +02:00
Jacek Caban
c6ac960f4a
mshtml: Added Invoke(DISPID_READYSTATE) implementation.
2008-01-04 12:00:54 +01:00
Rob Shearman
cf48f090f1
mshtml: Fix a memory leak in the htmldoc tests.
2007-12-07 16:34:40 +01:00
Rob Shearman
1c28273686
mshtml: Use the correct deallocator in the htmldoc tests for the memory returned by IMoniker_GetDisplayName and fix a use-after-free error.
2007-12-06 12:07:02 +01:00
Jacek Caban
843703030a
mshtml: Added more loading tests.
2007-11-20 13:21:04 +01:00
Jacek Caban
cd07f72824
mshtml: More test fixes.
2007-11-05 12:12:47 +01:00
Jacek Caban
6f8bb3256e
mshtml: More IE7 test fixes.
2007-10-26 14:04:13 +02:00
Jacek Caban
d9d11b3e7c
mshtml: Fixed test crash on Windows.
2007-10-10 12:16:13 +02:00
Jacek Caban
50868fe751
mshtml: Added IDM_SELECTALL implementation.
2007-08-13 11:38:00 +02:00
Jacek Caban
a84520169f
mshtml: Added IHTMLWindow::get_external implementation.
2007-08-01 11:28:49 +02:00
Jacek Caban
a1970df550
mshtml: Fixed QueryInterface failures on IE7.
2007-08-01 11:28:42 +02:00
Rob Shearman
bbb03cf16b
mshtml: Call IDocHostUIHandler_HideUI and IDocHostUIHandler_ShowUI when changing an UI active window to be in edit mode.
...
Add tests for the behaviour of changing edit mode when a UI window is active.
2007-07-25 13:03:21 +02:00
Rob Shearman
92b3cab791
mshtml: OleDocumentView_UIActivate should call IOleInPlaceUIWindow_SetActiveObject and IOleInPlaceFrame_SetBorderSpace.
...
Add a test to show this behaviour.
Don't call nsIWebBrowserFocus_Activate when just activating the window.
Instead call it when UI-activating the window.
2007-07-25 13:03:05 +02:00
Jacek Caban
67f87c5529
mshtml: Added IDM_DELETE support in QueryStatus.
2007-06-27 11:44:21 +02:00
Jacek Caban
d7e75747aa
mshtml: Added more QueryInterface tests.
2007-06-25 13:25:29 +02:00
Jacek Caban
b09f5c319e
mshtml: Added IOleInPlaceUIWindow tests.
2007-06-25 12:09:52 +02:00
Jacek Caban
e429e039b0
mshtml: Better test of QueryInterface.
2007-06-25 12:09:48 +02:00
Jacek Caban
0cf10bb156
mshtml: Added IOleControlSite tests.
2007-06-25 12:09:39 +02:00
Jacek Caban
077e9c22b8
mshtml: Added IOleInPlaceSiteEx tests.
2007-06-15 12:40:46 +02:00
Jacek Caban
b95197ac19
mshtml: Added get_URL implementation.
2007-06-11 20:23:53 +02:00
Jacek Caban
56eedcb6fb
mshtml: Added GetCurMoniker implementation.
2007-06-11 20:23:38 +02:00