Alexandre Julliard
|
3397a8b44b
|
shdocvw: Always start the 64-bit version of winemenubuilder.exe on Wow64.
|
2010-03-29 15:50:09 +02:00 |
Jacek Caban
|
7723784596
|
shdocvw: Fixed tests on some Windows.
|
2010-03-17 13:38:45 +01:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Jacek Caban
|
d69297c4b7
|
shdocvw: Added more navigation tests.
|
2010-03-15 14:18:05 +01:00 |
Jacek Caban
|
172f82e1a5
|
shdocvw: Use IHTMLPrivateWindow for navigation in navigate_url if available.
|
2010-03-15 14:18:05 +01:00 |
Jacek Caban
|
94c5df06c3
|
shdocvw: Use IHTMLPrivateWindow for navigation in navigate_hlink if available.
|
2010-03-15 14:18:05 +01:00 |
Jacek Caban
|
271993e279
|
shdocvw: Pass post data as SAFEARRAY to on_before_navigate2.
|
2010-03-15 14:18:05 +01:00 |
Jacek Caban
|
4ecf80fd0b
|
shdocvw: Separate document state from control state.
|
2010-03-15 14:18:05 +01:00 |
Jacek Caban
|
fab9304721
|
shdocvw: Store object passed in DOCHOST_DOCCANNAVIGATE command.
|
2010-03-15 14:18:05 +01:00 |
Jacek Caban
|
c5e53bd665
|
shdocvw: Use heap_alloc_zero to allocate DocHost objects.
|
2010-03-15 14:18:05 +01:00 |
Andrey Turkin
|
46a04b72c0
|
shdocvw: Return success code in ITaskBarList::HrInit.
|
2010-03-02 11:14:00 +01:00 |
Andrew Eikum
|
f97fbce8f4
|
shdocvw: Fix typo in WARN.
|
2010-03-01 11:34:01 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Alexandre Julliard
|
ac853cfcf2
|
shdocvw: Don't create empty default key values where not necessary.
|
2010-02-10 14:30:19 +01:00 |
Detlef Riekenberg
|
a0f53e7df8
|
shdocvw: Dump the commands in OleCommandTarget_QueryStatus.
|
2010-02-08 17:14:44 +01:00 |
Jacek Caban
|
ff06efd1eb
|
shdocvw: Moved WebBrowser client site realizing to separated function and release more interfaces in SetClientSite.
|
2010-01-25 12:44:53 +01:00 |
Jacek Caban
|
8112b59c9e
|
shdocvw: Moved DocHost client site releasing to separated function and release more interfaces in SetClientSite.
|
2010-01-25 12:44:48 +01:00 |
Michael Stefaniuc
|
af302090b2
|
shdocvw: Remove unneeded \ at the end of a line.
|
2009-12-30 13:31:46 +01:00 |
Huw Davies
|
53ee807a3b
|
shdocvw: Fix a memory leak in the tests.
Found by Valgrind.
|
2009-12-14 12:04:04 +01:00 |
Alistair Leslie-Hughes
|
d3f20ec136
|
shdocvw: Fix test for non-english IE MUI.
|
2009-12-11 12:16:27 +01:00 |
Alistair Leslie-Hughes
|
e7906026bb
|
shdocvw: Implement IWebBrowser2_get_Name.
|
2009-12-04 14:42:28 +01:00 |
Jacek Caban
|
75c71b4b9c
|
shdocvw: Use CoTaskMemFree to free url.
Pointed out by Dan Kegel.
|
2009-11-30 12:48:57 +01:00 |
Jacek Caban
|
655e0a0c54
|
shdocvw: Get rid of Gecko checks in tests.
|
2009-11-20 11:16:32 +01:00 |
Jacek Caban
|
60b096f609
|
shdocvw: Check QueryInterface return codes before using its result.
|
2009-11-18 11:09:29 +01:00 |
Alexandre Julliard
|
99dd348422
|
shdocvw: Specify the full path to iexplore.exe.
|
2009-10-27 11:25:39 +01:00 |
Alexandre Julliard
|
0856f77470
|
shdocvw: Specify the full application path when starting winemenubuilder.exe.
|
2009-10-27 11:22:32 +01:00 |
Jacek Caban
|
bbfee0061d
|
shdocvw: Improved debug messages.
|
2009-10-12 12:33:31 +02:00 |
Ge van Geldorp
|
5789e6634e
|
shdocvw/tests: Fix test on Win7.
|
2009-09-11 13:09:49 +02:00 |
Jacek Caban
|
d24690c8cf
|
shdocvw: Added IWebBrowser2::get_ReadyState implementation.
|
2009-08-31 12:17:18 +02:00 |
Jacek Caban
|
8c7ec916a7
|
shdocvw: Use IPropertyNotifySink to track ready state and complete notification.
|
2009-08-31 12:17:12 +02:00 |
Jacek Caban
|
7b15652480
|
shdocvw: Move OnObjectAvailable implementation to dochost.c.
|
2009-08-31 12:17:01 +02:00 |
Jacek Caban
|
c8e34cf22f
|
shdocvw: Added IPropertyNotifySink stub implementation.
|
2009-08-31 12:16:47 +02:00 |
Louis Lenders
|
929c80dcb7
|
shdocvw.inf: Add default registry key "HKCU\Software\Microsoft\Internet Explorer\Settings.
|
2009-08-26 14:35:21 +02:00 |
Jacek Caban
|
80f02b82d6
|
mshtml: Use URL moniker to load http documents.
|
2009-08-24 15:17:31 +02:00 |
Jacek Caban
|
c19c009e48
|
shdocvw: Return succes in bind status callback functions.
|
2009-08-24 12:09:00 +02:00 |
Alexandre Julliard
|
44e874ab86
|
shdocvw/tests: Use the global wine_dbgstr_w instead of a local variant.
|
2009-08-19 13:37:00 +02:00 |
Juan Lang
|
a3575824ea
|
shdocvw: Support URLs passed by reference in WebBrowser_Navigate2.
|
2009-08-17 13:57:50 +02:00 |
Alistair Leslie-Hughes
|
a1ab2df19a
|
shdocvw: Add basic support for InPlaceDeactivate.
|
2009-08-14 13:59:10 +02:00 |
Vladimir Pankratov
|
3bc4e67f9e
|
shdocvw: Fix format parameter type.
|
2009-08-10 13:19:42 +02:00 |
Jacek Caban
|
52bade97f4
|
shdocvw: Check GetContainer result before setting new container.
|
2009-08-10 13:11:34 +02:00 |
Stefan Leichter
|
a4c1c66c87
|
shdocvw: Add stub for SHRestricted2W.
|
2009-08-07 12:11:50 +02:00 |
Michael Stefaniuc
|
83eb00cad3
|
shdocvw: Import the version.rc into the main rc file.
There is no need for a separate file.
|
2009-07-03 11:28:41 +02:00 |
Austin English
|
583be32178
|
shdocvw: Handle DISPID_AMBIENT_DLCONTROL case.
|
2009-06-24 11:25:05 +02:00 |
Henri Verbeet
|
f1cb32798a
|
shdocvw: Add SHDOCVW_LockModule()/SHDOCVW_UnlockModule() calls to ITaskbarList.
|
2009-06-16 13:36:40 +02:00 |
Henri Verbeet
|
697e529c19
|
shdocvw: Take the riid parameter to TaskbarList_Create() into account.
|
2009-06-16 13:36:34 +02:00 |
Paul Vriens
|
52fdc9e265
|
shdocvw/tests: Fix a test failure with IE8.
|
2009-05-13 12:04:18 +02:00 |
Ge van Geldorp
|
8968f5fa09
|
shdocvw/tests: Fix shdocvw:webbrowser test on some Windows boxes.
|
2009-03-30 15:10:52 +02:00 |
Henri Verbeet
|
8e12ad4fae
|
shdocvw: Add a stub ITaskbarList implementation.
Based on a patch by Louis Lenders. Although MSDN claims this should be in
shell32, it really is in shdocvw.
|
2009-03-24 12:58:17 +01:00 |
Michael Stefaniuc
|
efbb4ebf3e
|
widl: Output "LONG" instead of "long" for a 32bit integer.
long is always 32bit in IDL files but that's not true in C.
|
2009-03-13 11:15:21 +01:00 |
Paul Vriens
|
4f65338a05
|
shdocvw/tests: Add a missing FreeLibrary().
|
2009-03-06 15:39:34 +01:00 |