Paul Vriens [Tue, 9 Sep 2008 09:45:40 +0000 (11:45 +0200)]
ws2_32/tests: Remove redundant NULL check before HeapFree.
Paul Vriens [Tue, 9 Sep 2008 08:50:51 +0000 (10:50 +0200)]
quartz/tests: Fix the tests on several platforms.
Rob Shearman [Tue, 9 Sep 2008 09:26:51 +0000 (10:26 +0100)]
include: Fix function names in IVBSAXXMLReader interface in msxml2.idl.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:14:32 +0000 (21:14 +1000)]
mshtml: Implement IDispatch for IHTMLTable.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:16:37 +0000 (21:16 +1000)]
mshtml: Implement IDispatch for IHTMLDocument5.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:12:54 +0000 (21:12 +1000)]
mshtml: Implement IDispatch for IHTMLInputElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:14:59 +0000 (21:14 +1000)]
mshtml: Implement IDispatch for IHTMLTextAreaElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:13:36 +0000 (21:13 +1000)]
mshtml: Implement IDispatch for IHTMLOptionElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:11:53 +0000 (21:11 +1000)]
mshtml: Implement IDispatch for IHTMLGenericElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:14:02 +0000 (21:14 +1000)]
mshtml: Implement IDispatch for IHTMLScriptElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:15:26 +0000 (21:15 +1000)]
mshtml: Implement IDispatch for IHTMLTextContainer.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:12:25 +0000 (21:12 +1000)]
mshtml: Implement IDispatch for IHTMLImgElement.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:15:42 +0000 (21:15 +1000)]
mshtml: Implement IDispatch for IHTMLDOMTextNode.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:21:11 +0000 (21:21 +1000)]
mshtml: Implement IDispatch for IHTMLDocument4.
Alistair Leslie-Hughes [Mon, 8 Sep 2008 11:18:43 +0000 (21:18 +1000)]
mshtml: Implement IDispatch for IHTMLDocument3.
Alexandre Julliard [Tue, 9 Sep 2008 09:33:06 +0000 (11:33 +0200)]
user32: Fix DeferWindowPos to work on windows belonging to other processes.
Andrew Talbot [Mon, 8 Sep 2008 18:29:55 +0000 (19:29 +0100)]
shdocvw: Sign-compare warnings fix.
Piotr Caban [Mon, 8 Sep 2008 13:07:46 +0000 (15:07 +0200)]
msxml3: Change SAX IStream parser implementation.
James Hawkins [Mon, 8 Sep 2008 10:38:33 +0000 (05:38 -0500)]
comctl32: Store the previous timeout value to test with.
Peter Dons Tychsen [Sun, 7 Sep 2008 23:01:55 +0000 (01:01 +0200)]
ntoskrnl: Implement partial stub for IoGetConfigurationInformation().
James Hawkins [Tue, 9 Sep 2008 03:49:51 +0000 (22:49 -0500)]
ole32: Fix a few file access discrepancies between platforms.
James Hawkins [Tue, 9 Sep 2008 03:18:41 +0000 (22:18 -0500)]
urlmon: Fix several failing tests with IE7.
James Hawkins [Tue, 9 Sep 2008 03:12:48 +0000 (22:12 -0500)]
urlmon: Fix a failing test with IE7.
James Hawkins [Tue, 9 Sep 2008 02:53:09 +0000 (21:53 -0500)]
msi: Fix a few file access discrepancies between platforms.
Jacek Caban [Mon, 8 Sep 2008 23:27:57 +0000 (01:27 +0200)]
jscript: Add static functions to variable objects.
Jacek Caban [Mon, 8 Sep 2008 23:27:38 +0000 (01:27 +0200)]
jscript: Added Function.length implementation.
Jacek Caban [Mon, 8 Sep 2008 23:27:18 +0000 (01:27 +0200)]
jscript: Added member expression implementation.
Jacek Caban [Mon, 8 Sep 2008 23:27:01 +0000 (01:27 +0200)]
jscript: Added function object stub implementation.
Jacek Caban [Mon, 8 Sep 2008 23:26:37 +0000 (01:26 +0200)]
jscript: Added '!==' expression implementation.
Jacek Caban [Mon, 8 Sep 2008 23:26:20 +0000 (01:26 +0200)]
jscript: Added '===' expression implementation.
Jacek Caban [Mon, 8 Sep 2008 23:25:59 +0000 (01:25 +0200)]
jscript: Added var statement implementation.
Jacek Caban [Mon, 8 Sep 2008 23:25:40 +0000 (01:25 +0200)]
jscript: Added logical negation implementation.
Jacek Caban [Mon, 8 Sep 2008 23:25:23 +0000 (01:25 +0200)]
jscript: Added infrastructure for test scripts.
Jacek Caban [Mon, 8 Sep 2008 23:25:05 +0000 (01:25 +0200)]
jscript: Added call expression implementation.
Jacek Caban [Mon, 8 Sep 2008 23:24:49 +0000 (01:24 +0200)]
jscript: Added variable object handling.
Jacek Caban [Mon, 8 Sep 2008 23:24:22 +0000 (01:24 +0200)]
jscript: Added scope chain implementation.
Jacek Caban [Mon, 8 Sep 2008 23:24:02 +0000 (01:24 +0200)]
jscript: Added assignment test.
Jacek Caban [Mon, 8 Sep 2008 23:23:41 +0000 (01:23 +0200)]
jscript: Added literal expression implementation.
Jacek Caban [Mon, 8 Sep 2008 23:23:21 +0000 (01:23 +0200)]
jscript: Added assign expression implementation.
Jacek Caban [Mon, 8 Sep 2008 23:22:54 +0000 (01:22 +0200)]
jscript: Added global object implementation.
Jacek Caban [Mon, 8 Sep 2008 23:22:31 +0000 (01:22 +0200)]
jscript: Added AddNamedItem implementation.
Jacek Caban [Mon, 8 Sep 2008 23:22:13 +0000 (01:22 +0200)]
jscript: Added identifier expression implementation.
Jacek Caban [Mon, 8 Sep 2008 23:21:55 +0000 (01:21 +0200)]
jscript: Added expression statement implementation.
Jacek Caban [Mon, 8 Sep 2008 23:21:38 +0000 (01:21 +0200)]
jscript: Added GetMemberName implementation.
Jacek Caban [Mon, 8 Sep 2008 23:21:14 +0000 (01:21 +0200)]
jscript: Added DeleteMemberByName implementation.
Jacek Caban [Mon, 8 Sep 2008 23:20:52 +0000 (01:20 +0200)]
jscript: Added GetNextDispID implementation.
Jacek Caban [Mon, 8 Sep 2008 23:20:26 +0000 (01:20 +0200)]
jscript: Added InvokeEx implementation.
Juan Lang [Mon, 8 Sep 2008 19:58:25 +0000 (12:58 -0700)]
crypt32: Simplify CryptVerifyMessageSignature.
Juan Lang [Mon, 8 Sep 2008 19:47:37 +0000 (12:47 -0700)]
crypt32: Implement CryptVerifyDetachedMessageSignature.
Juan Lang [Mon, 8 Sep 2008 19:46:47 +0000 (12:46 -0700)]
crypt32: Add tests for CryptVerifyDetachedMessageSignature.
Juan Lang [Mon, 8 Sep 2008 19:46:24 +0000 (12:46 -0700)]
crypt32: Add stub for CryptVerifyDetachedMessageSignature.
Juan Lang [Mon, 8 Sep 2008 19:46:04 +0000 (12:46 -0700)]
crypt32: Test verifying the signature of a detached signed message.
Juan Lang [Mon, 8 Sep 2008 19:45:40 +0000 (12:45 -0700)]
crypt32: Don't crash when asked to verify a signature before the content has been finalized.
Juan Lang [Mon, 8 Sep 2008 19:45:09 +0000 (12:45 -0700)]
crypt32: Implement CryptVerifyMessageHash.
Juan Lang [Mon, 8 Sep 2008 19:44:03 +0000 (12:44 -0700)]
crypt32: Add tests for CryptVerifyMessageHash.
Juan Lang [Mon, 8 Sep 2008 19:43:41 +0000 (12:43 -0700)]
crypt32: Add stub for CryptVerifyMessageHash.
Juan Lang [Mon, 8 Sep 2008 19:43:15 +0000 (12:43 -0700)]
crypt32: Don't store redundant copy of detached hash message data.
Juan Lang [Mon, 8 Sep 2008 19:30:01 +0000 (12:30 -0700)]
crypt32: Check length of sequence before checking tag.
Gerald Pfeifer [Sun, 7 Sep 2008 14:20:38 +0000 (16:20 +0200)]
comctl32: Remove unused paramters from MONTHCAL_GetRange, MONTHCAL_MouseMove, and MONTHCAL_Create.
Gerald Pfeifer [Sun, 7 Sep 2008 14:05:26 +0000 (16:05 +0200)]
wordpad: Shed off unused parameters from on_fontlist_modified, OnCreate, OnUser, OnNotify, and OnInitPopupMenu.
Alexander Nicolaysen Sørnes [Mon, 8 Sep 2008 19:44:08 +0000 (21:44 +0200)]
regedit: Convert parts of export handling to unicode.
Alexander Nicolaysen Sørnes [Fri, 5 Sep 2008 10:48:33 +0000 (12:48 +0200)]
notepad: Only append .txt to missing files without a dot in them.
James Hawkins [Mon, 8 Sep 2008 22:24:25 +0000 (17:24 -0500)]
riched20: Fix two typos that cause a failing test.
Rob Shearman [Mon, 8 Sep 2008 22:20:51 +0000 (23:20 +0100)]
include: Use placeholder structures with at least one field in vmr9.idl.
MIDL won't parse structures with no fields.
Rob Shearman [Mon, 8 Sep 2008 22:20:47 +0000 (23:20 +0100)]
include: Add XMLDOMDocumentEvents dispinterface to xmldom.idl.
Rob Shearman [Mon, 8 Sep 2008 22:20:42 +0000 (23:20 +0100)]
include: The INewShortcutHookA, INewShortcutHookW and IRunnableTask interface in shobjidl.idl should be local.
They are declared such that they cannot be used over the network and
cause errors in MIDL when they are not declared local.
Rob Shearman [Mon, 8 Sep 2008 22:20:33 +0000 (23:20 +0100)]
include: Fix signature of NearestPoint function of IInkDisp interface in msinkaut.idl.
Since the PointOnStroke and DistanceFromPacket parameters are [in,
out] parameters the must be pointers.
Rob Shearman [Mon, 8 Sep 2008 22:20:22 +0000 (23:20 +0100)]
include: Fix level of indirection of parameters in GetNotifyCmdLine function of IBackgroundCopyJob2 interface in bits1_5.idl.
The parameters should be double pointers to strings, not pointers to strings.
Rob Shearman [Mon, 8 Sep 2008 22:20:14 +0000 (23:20 +0100)]
include: Uncomment declaration of IDirectShowStream in amstream.idl.
Also remove incorrect [optional] attributes from parameters.
Rob Shearman [Mon, 8 Sep 2008 22:20:06 +0000 (23:20 +0100)]
include: Remove incorrect [optional] attributes from parameters in ddstream.idl.
Rob Shearman [Mon, 8 Sep 2008 22:19:41 +0000 (23:19 +0100)]
include: Define sigset_t in pthread.h if HAVE_SIGSET_T isn't defined.
Hans Leidekker [Mon, 8 Sep 2008 20:02:21 +0000 (22:02 +0200)]
winhttp: Make sure not to read more data than expected on a redirect.
Fixes a bug in automatic redirects with content.
Hans Leidekker [Mon, 8 Sep 2008 20:02:01 +0000 (22:02 +0200)]
winhttp: WinHttpQueryDataAvailable should do a blocking read if more data is expected.
Spotted by Henri Verbeet.
Hans Leidekker [Mon, 8 Sep 2008 20:01:39 +0000 (22:01 +0200)]
winhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT must return a pointer.
David Adam [Mon, 8 Sep 2008 18:07:30 +0000 (20:07 +0200)]
appwiz: Fix some typos in the French resource.
Erik Inge Bolsø [Mon, 8 Sep 2008 18:04:46 +0000 (20:04 +0200)]
winealsa.drv: fix typo in IDsCaptureDriverImpl_Open.
Alexandre Julliard [Mon, 8 Sep 2008 13:51:08 +0000 (15:51 +0200)]
winex11: Support setting the window region on windows belonging to other threads.
Alexandre Julliard [Mon, 8 Sep 2008 13:42:24 +0000 (15:42 +0200)]
winex11: Moved the X11DRV_WindowMessage function to window.c.
Nikolay Sivov [Sun, 7 Sep 2008 21:25:04 +0000 (01:25 +0400)]
gdiplus: Added missed stubs for Image metadata access.
Nikolay Sivov [Sun, 7 Sep 2008 21:04:20 +0000 (01:04 +0400)]
gdiplus: Some defines for Image metadata API.
Nikolay Sivov [Sat, 6 Sep 2008 21:40:26 +0000 (01:40 +0400)]
gdiplus: Partially implemented GdipTestControl.
Henri Verbeet [Mon, 8 Sep 2008 08:15:51 +0000 (10:15 +0200)]
wined3d: Translate one pixel down after flipping for offscreen rendering.
Detlef Riekenberg [Sun, 7 Sep 2008 14:48:48 +0000 (16:48 +0200)]
rasapi32/tests: Trace the correct variable.
Damjan Jovanovic [Sun, 7 Sep 2008 10:41:19 +0000 (12:41 +0200)]
ws2_32: Only enable FD_WRITE on short sends.
Reece Dunn [Sun, 7 Sep 2008 12:18:29 +0000 (13:18 +0100)]
shlwapi: Fixed the url tests on Vista.
Reece Dunn [Sun, 7 Sep 2008 10:38:51 +0000 (11:38 +0100)]
hlink: Fix the tests for IE7.
Reece Dunn [Sun, 7 Sep 2008 10:28:11 +0000 (11:28 +0100)]
secur32: Fixed the logic on some of the schannel tests.
Reece Dunn [Sun, 7 Sep 2008 10:25:56 +0000 (11:25 +0100)]
secur32: Fixed the schannel tests on Vista.
Reece Dunn [Sun, 7 Sep 2008 08:47:55 +0000 (09:47 +0100)]
browseui: Fixed building the tests with the Windows SDK.
Reece Dunn [Sun, 7 Sep 2008 08:37:25 +0000 (09:37 +0100)]
richedit20: Fixed building the tests on msvc.
Reece Dunn [Sun, 7 Sep 2008 08:30:32 +0000 (09:30 +0100)]
shdocvw: Fixed building on msvc.
Muneyuki Noguchi [Sat, 6 Sep 2008 18:11:50 +0000 (03:11 +0900)]
comdlg32: Update Japanese translation.
Muneyuki Noguchi [Sat, 6 Sep 2008 17:55:57 +0000 (02:55 +0900)]
cmdlgtst: Add Japanese resources.
Muneyuki Noguchi [Sat, 6 Sep 2008 13:46:14 +0000 (22:46 +0900)]
view: Add Japanese resources.
Muneyuki Noguchi [Sat, 6 Sep 2008 13:20:46 +0000 (22:20 +0900)]
wininet: Update Japanese translation.
Rob Shearman [Fri, 5 Sep 2008 21:07:56 +0000 (22:07 +0100)]
rpcrt4: Change type of len parameter of NdrAllocate from size_t to SIZE_T.
Use SIZE_T as it matches the size that Windows programs expect whereas
size_t is platform-dependent.
Vincent Povirk [Thu, 4 Sep 2008 20:38:43 +0000 (15:38 -0500)]
user32: Use the correct bitmap location for MNS_CHECKORBMP.
Paul Vriens [Sat, 6 Sep 2008 12:16:19 +0000 (14:16 +0200)]
winmm/tests: Fix a test on win9x.
Paul Vriens [Sat, 6 Sep 2008 12:15:54 +0000 (14:15 +0200)]
crypt32/tests: Fix a test on Vista.
Paul Vriens [Mon, 8 Sep 2008 06:07:08 +0000 (08:07 +0200)]
user32/tests: Win9x needs a threadid for CreateThread.