wine
14 years agocryptnet: Fix test failures on Win2k.
Juan Lang [Wed, 2 Dec 2009 18:04:45 +0000 (10:04 -0800)] 
cryptnet: Fix test failures on Win2k.

14 years agocrypt32: Only check revocation on a chain without other errors.
Juan Lang [Wed, 2 Dec 2009 17:28:51 +0000 (09:28 -0800)] 
crypt32: Only check revocation on a chain without other errors.

14 years agontdll/tests: Add some tests for opening files by file id.
Alexandre Julliard [Wed, 2 Dec 2009 16:36:58 +0000 (17:36 +0100)] 
ntdll/tests: Add some tests for opening files by file id.

14 years agontdll: Add support for the FILE_OPEN_BY_FILE_ID flag in NtCreateFile.
Alexandre Julliard [Wed, 2 Dec 2009 16:35:43 +0000 (17:35 +0100)] 
ntdll: Add support for the FILE_OPEN_BY_FILE_ID flag in NtCreateFile.

14 years agontdll: Don't report a file id for directory entries that are on a different device.
Alexandre Julliard [Wed, 2 Dec 2009 16:33:28 +0000 (17:33 +0100)] 
ntdll: Don't report a file id for directory entries that are on a different device.

14 years agontdll: Remove an unnecessary NULL pointer check.
Alexandre Julliard [Wed, 2 Dec 2009 16:38:05 +0000 (17:38 +0100)] 
ntdll: Remove an unnecessary NULL pointer check.

14 years agontdll: Fix test failure on recent Windows versions.
Alexandre Julliard [Thu, 3 Dec 2009 09:08:56 +0000 (10:08 +0100)] 
ntdll: Fix test failure on recent Windows versions.

14 years agoinetmib1: Fix off-by-one error in findNextOidInTable.
Rob Shearman [Wed, 2 Dec 2009 14:55:10 +0000 (14:55 +0000)] 
inetmib1: Fix off-by-one error in findNextOidInTable.

index is 1-based, so take that into account when calculating the
pointer to pass into the compare function.

14 years agoadvapi32: Fix memory leaks in security tests.
Rob Shearman [Wed, 2 Dec 2009 14:32:07 +0000 (14:32 +0000)] 
advapi32: Fix memory leaks in security tests.

14 years agoadvapi32: Don't test the contents of memory outside of a valid block of memory.
Rob Shearman [Wed, 2 Dec 2009 14:22:11 +0000 (14:22 +0000)] 
advapi32: Don't test the contents of memory outside of a valid block of memory.

14 years agomsxml3: Fix double-free of BSTR in domdoc tests.
Rob Shearman [Wed, 2 Dec 2009 14:21:54 +0000 (14:21 +0000)] 
msxml3: Fix double-free of BSTR in domdoc tests.

Using the _bstr_ allocator adds the returned string to a cache, so the
string shouldn't be freed with SysFreeString. Therefore, just replace
the lone call to _bstr_ in this function by a straight call to
SysAllocString.

14 years agohlink: Fix memory leaks in test.
Rob Shearman [Wed, 2 Dec 2009 14:21:38 +0000 (14:21 +0000)] 
hlink: Fix memory leaks in test.

14 years agokernel32/tests: Add some GetLongPathNameA tests.
Paul Vriens [Wed, 2 Dec 2009 14:18:16 +0000 (15:18 +0100)] 
kernel32/tests: Add some GetLongPathNameA tests.

14 years agocomctl32: Implementation the WM_GETTEXT processing of datetime control.
Ilya Shpigor [Wed, 2 Dec 2009 08:20:05 +0000 (11:20 +0300)] 
comctl32: Implementation the WM_GETTEXT processing of datetime control.

14 years agorsaenh: Fix padding bytes check for 0-byte payload.
Alexandre Julliard [Wed, 2 Dec 2009 13:59:56 +0000 (14:59 +0100)] 
rsaenh: Fix padding bytes check for 0-byte payload.

14 years agogdi32: Fix incorrect initialization of path array.
Huw Davies [Wed, 2 Dec 2009 12:04:08 +0000 (12:04 +0000)] 
gdi32: Fix incorrect initialization of path array.

Found by Valgrind.

14 years agodsound: Make id_to_offset() static.
Francois Gouget [Wed, 2 Dec 2009 11:13:14 +0000 (12:13 +0100)] 
dsound: Make id_to_offset() static.

14 years agodsound: Make DSOUND_PrimarySetFormat() static.
Francois Gouget [Wed, 2 Dec 2009 11:13:08 +0000 (12:13 +0100)] 
dsound: Make DSOUND_PrimarySetFormat() static.

14 years agodsound: Make some capture functions static.
Francois Gouget [Wed, 2 Dec 2009 11:12:47 +0000 (12:12 +0100)] 
dsound: Make some capture functions static.

14 years agodsound: Reorder the capture functions to avoid forward declarations.
Francois Gouget [Wed, 2 Dec 2009 11:12:37 +0000 (12:12 +0100)] 
dsound: Reorder the capture functions to avoid forward declarations.

14 years agomshtml: Check for NULL return from allocations.
Marcus Meissner [Tue, 1 Dec 2009 22:28:50 +0000 (23:28 +0100)] 
mshtml: Check for NULL return from allocations.

14 years agowinex11.drv: Check NULL before calling (Coverity).
Marcus Meissner [Tue, 1 Dec 2009 22:47:34 +0000 (23:47 +0100)] 
winex11.drv: Check NULL before calling (Coverity).

14 years agoshell32: Check for NULL lpText (Coverity).
Marcus Meissner [Tue, 1 Dec 2009 22:14:10 +0000 (23:14 +0100)] 
shell32: Check for NULL lpText (Coverity).

14 years agoiphlpapi: Provide statistics on non-ethernet based interfaces too.
Huw Davies [Wed, 2 Dec 2009 10:15:47 +0000 (10:15 +0000)] 
iphlpapi: Provide statistics on non-ethernet based interfaces too.

14 years agod3d9/tests: Add a small test for IDirect3D9Ex::GetAdapterLUID().
Henri Verbeet [Wed, 2 Dec 2009 09:41:24 +0000 (10:41 +0100)] 
d3d9/tests: Add a small test for IDirect3D9Ex::GetAdapterLUID().

14 years agod3d9: Implement IDirect3D9Ex::GetAdapterLUID().
Henri Verbeet [Wed, 2 Dec 2009 09:41:23 +0000 (10:41 +0100)] 
d3d9: Implement IDirect3D9Ex::GetAdapterLUID().

14 years agod3d10core: Allow a NULL vertex buffer to be set in IASetVertexBuffers().
Henri Verbeet [Wed, 2 Dec 2009 09:41:22 +0000 (10:41 +0100)] 
d3d10core: Allow a NULL vertex buffer to be set in IASetVertexBuffers().

14 years agod3d10core: Allow a NULL input layout to be set in IASetInputLayout().
Henri Verbeet [Wed, 2 Dec 2009 09:41:21 +0000 (10:41 +0100)] 
d3d10core: Allow a NULL input layout to be set in IASetInputLayout().

14 years agowined3d: Set appropriate error codes in IWineD3DDeviceImpl_Init3D() on out of memory.
Henri Verbeet [Wed, 2 Dec 2009 09:41:20 +0000 (10:41 +0100)] 
wined3d: Set appropriate error codes in IWineD3DDeviceImpl_Init3D() on out of memory.

14 years agokernel32: Fix write buffer overrun in format_insertW.
Dan Kegel [Wed, 2 Dec 2009 05:24:11 +0000 (21:24 -0800)] 
kernel32: Fix write buffer overrun in format_insertW.

14 years agomshtml: Added IHTMLDocument::cookie tests.
Jacek Caban [Tue, 1 Dec 2009 21:51:27 +0000 (22:51 +0100)] 
mshtml: Added IHTMLDocument::cookie tests.

14 years agomshtml: Added IHTMLDocument2::put_cookie implementation.
Jacek Caban [Tue, 1 Dec 2009 21:51:11 +0000 (22:51 +0100)] 
mshtml: Added IHTMLDocument2::put_cookie implementation.

14 years agomshtml: Added IHTMLDocument2::get_cookie implementation.
Jacek Caban [Tue, 1 Dec 2009 21:50:43 +0000 (22:50 +0100)] 
mshtml: Added IHTMLDocument2::get_cookie implementation.

14 years agomshtml: Don't depend on necko channel in nsChannel::QueryInterface implementation.
Jacek Caban [Tue, 1 Dec 2009 21:50:19 +0000 (22:50 +0100)] 
mshtml: Don't depend on necko channel in nsChannel::QueryInterface implementation.

14 years agomshtml: Don't wrap URIs related to Gecko special URIs.
Jacek Caban [Tue, 1 Dec 2009 21:50:00 +0000 (22:50 +0100)] 
mshtml: Don't wrap URIs related to Gecko special URIs.

14 years agomshtml: Implement IHTMLStyle::{get, put}_border{Top, Bottom, Right}.
Andrew Eikum [Tue, 1 Dec 2009 20:04:38 +0000 (14:04 -0600)] 
mshtml: Implement IHTMLStyle::{get, put}_border{Top, Bottom, Right}.

14 years agomshtml: Support get_dispid and invoke methods in HTMLFormElement.
Andrew Eikum [Tue, 1 Dec 2009 20:18:07 +0000 (14:18 -0600)] 
mshtml: Support get_dispid and invoke methods in HTMLFormElement.

14 years agomshtml: Add get_dispid and invoke methods to HTMLNode vtbl.
Andrew Eikum [Tue, 1 Dec 2009 20:04:17 +0000 (14:04 -0600)] 
mshtml: Add get_dispid and invoke methods to HTMLNode vtbl.

14 years agocryptnet: Correct AKI extension used in end certificate and CRL when checking revocation.
Juan Lang [Tue, 1 Dec 2009 20:30:10 +0000 (12:30 -0800)] 
cryptnet: Correct AKI extension used in end certificate and CRL when checking revocation.

14 years agocrypt32: Correct AKI extension used in end certificate and CRL when checking revocation.
Juan Lang [Tue, 1 Dec 2009 20:28:06 +0000 (12:28 -0800)] 
crypt32: Correct AKI extension used in end certificate and CRL when checking revocation.

14 years agouser32: Implement PrintWindow.
Luke Benstead [Tue, 1 Dec 2009 17:06:56 +0000 (17:06 +0000)] 
user32: Implement PrintWindow.

14 years agowinspool: Remove unvarying unicode parameter from WINSPOOL_GetDevModeFromReg.
Jeremy White [Tue, 1 Dec 2009 16:46:41 +0000 (10:46 -0600)] 
winspool: Remove unvarying unicode parameter from WINSPOOL_GetDevModeFromReg.

14 years agowinspool: Remove unvarying unicode parameter from WINSPOOL_GetDefaultDevMode.
Jeremy White [Tue, 1 Dec 2009 16:46:33 +0000 (10:46 -0600)] 
winspool: Remove unvarying unicode parameter from WINSPOOL_GetDefaultDevMode.

14 years agowinspool: Remove unvarying unicode parameter from WINSPOOL_GetStringFromReg.
Jeremy White [Tue, 1 Dec 2009 16:46:27 +0000 (10:46 -0600)] 
winspool: Remove unvarying unicode parameter from WINSPOOL_GetStringFromReg.

14 years agowinspool: Remove unvarying unicode parameter from WINSPOOL_GetPrinter_[1-9].
Jeremy White [Tue, 1 Dec 2009 16:46:20 +0000 (10:46 -0600)] 
winspool: Remove unvarying unicode parameter from WINSPOOL_GetPrinter_[1-9].

14 years agowinspool: Remove unvarying unicode parameter from WINSPOOL_GetDriverInfoFromReg.
Jeremy White [Tue, 1 Dec 2009 16:46:13 +0000 (10:46 -0600)] 
winspool: Remove unvarying unicode parameter from WINSPOOL_GetDriverInfoFromReg.

14 years agowinspool: Revise EnumPrinterDriversW to fix the incorrect handling of 'all'. EnumPrin...
Jeremy White [Tue, 1 Dec 2009 16:46:07 +0000 (10:46 -0600)] 
winspool: Revise EnumPrinterDriversW to fix the incorrect handling of 'all'. EnumPrinterDriversA is similarly fixed by using EnumPrinterDriversW.

14 years agocrypt32: Further fix test failures.
Juan Lang [Tue, 1 Dec 2009 16:09:30 +0000 (08:09 -0800)] 
crypt32: Further fix test failures.

14 years agowininet: Implement InternetQueryOption(INTERNET_OPTION_DATAFILE_NAME) for ftp file...
Hans Leidekker [Tue, 1 Dec 2009 16:01:35 +0000 (17:01 +0100)] 
wininet: Implement InternetQueryOption(INTERNET_OPTION_DATAFILE_NAME) for ftp file objects.

14 years agowininet: Also cache files transferred over ftp.
Hans Leidekker [Tue, 1 Dec 2009 16:00:39 +0000 (17:00 +0100)] 
wininet: Also cache files transferred over ftp.

14 years agontdll/tests: Add tests for opening files with a root directory handle.
Alexandre Julliard [Tue, 1 Dec 2009 16:38:39 +0000 (17:38 +0100)] 
ntdll/tests: Add tests for opening files with a root directory handle.

14 years agoserver: Add support for opening files from a specified root directory.
Alexandre Julliard [Tue, 1 Dec 2009 16:38:24 +0000 (17:38 +0100)] 
server: Add support for opening files from a specified root directory.

14 years agontdll: Add support for converting file names to Unix when a root directory is specified.
Alexandre Julliard [Tue, 1 Dec 2009 16:07:55 +0000 (17:07 +0100)] 
ntdll: Add support for converting file names to Unix when a root directory is specified.

14 years agontdll: Move the directory lookup part of wine_nt_to_unix_file_name to a separate...
Alexandre Julliard [Tue, 1 Dec 2009 15:30:52 +0000 (16:30 +0100)] 
ntdll: Move the directory lookup part of wine_nt_to_unix_file_name to a separate helper.

14 years agojscript: Pass NULL as retv to exec_source in exec_global_code.
Jacek Caban [Tue, 1 Dec 2009 13:52:43 +0000 (14:52 +0100)] 
jscript: Pass NULL as retv to exec_source in exec_global_code.

14 years agoimagehlp/tests: Add tests of Image[Add|Get|Remove]Certificate functions.
Owen Rudge [Mon, 30 Nov 2009 21:14:30 +0000 (21:14 +0000)] 
imagehlp/tests: Add tests of Image[Add|Get|Remove]Certificate functions.

14 years agomciavi: Simplify play loop.
Jörg Höhle [Sun, 22 Nov 2009 14:38:26 +0000 (15:38 +0100)] 
mciavi: Simplify play loop.

14 years agoole32: Fix test failure on win2000+.
Rob Shearman [Tue, 1 Dec 2009 13:14:33 +0000 (13:14 +0000)] 
ole32: Fix test failure on win2000+.

These OSs have different behaviour w.r.t. quotes in path names and
don't ignore the rest of the path outside of the quotes.

14 years agowinex11.drv: Make sure that the selectionAcquired flag has been set before returning...
Rob Shearman [Tue, 1 Dec 2009 13:16:20 +0000 (13:16 +0000)] 
winex11.drv: Make sure that the selectionAcquired flag has been set before returning from X11DRV_AcquireClipboard.

X11DRV_CLIPBOARD_UpdateCache depends on selectionAcquired being set if
the current process is the selection owner, otherwise it will defer to
getting the clipformats from X, manufacturing extra formats that the
app may not be expecting, having just set the formats itself. Worse
still, since selectionAcquired is set in another thread this behaviour
is not predicatable and it may sometimes use the clipformats already
set and other times defer to X.

14 years agows2_32: Initialise buffer eventually passed into send to zero in test_write_events.
Rob Shearman [Tue, 1 Dec 2009 13:14:06 +0000 (13:14 +0000)] 
ws2_32: Initialise buffer eventually passed into send to zero in test_write_events.

14 years agooleaut32: Remove LPVOID variables in olefont tests and pass IFont pointers into OleCr...
Rob Shearman [Tue, 1 Dec 2009 13:13:40 +0000 (13:13 +0000)] 
oleaut32: Remove LPVOID variables in olefont tests and pass IFont pointers into OleCreateFontIndirect directly.

In many places the assignment of the LPVOID variable into the
corresponding IFont * variable has been forgotten.

14 years agontdll: Silence a common warning.
Maarten Lankhorst [Mon, 30 Nov 2009 17:18:58 +0000 (18:18 +0100)] 
ntdll: Silence a common warning.

14 years agogdi32: Avoid calling get_dc_ptr on a null handle.
Alexandre Julliard [Tue, 1 Dec 2009 13:38:21 +0000 (14:38 +0100)] 
gdi32: Avoid calling get_dc_ptr on a null handle.

14 years agocomctl32: Test the WM_GETTEXT processing of datetime control.
Ilya Shpigor [Mon, 30 Nov 2009 12:24:27 +0000 (15:24 +0300)] 
comctl32: Test the WM_GETTEXT processing of datetime control.

14 years agoserver: Make sure that last error doesn't get set during thread cleanup.
Alexandre Julliard [Tue, 1 Dec 2009 14:10:23 +0000 (15:10 +0100)] 
server: Make sure that last error doesn't get set during thread cleanup.

14 years agoserver: Don't set last error in close_handle(), return the error code instead.
Alexandre Julliard [Tue, 1 Dec 2009 12:59:41 +0000 (13:59 +0100)] 
server: Don't set last error in close_handle(), return the error code instead.

14 years agoserver: Don't set last error in get_handle(), move that into the callers.
Alexandre Julliard [Tue, 1 Dec 2009 12:49:43 +0000 (13:49 +0100)] 
server: Don't set last error in get_handle(), move that into the callers.

14 years agoshell32/tests: Fix ITEMIDLIST_format test when running on FAT filesystems.
Austin Lund [Fri, 20 Nov 2009 23:02:32 +0000 (09:02 +1000)] 
shell32/tests: Fix ITEMIDLIST_format test when running on FAT filesystems.

14 years agoadvapi32: Improve the stub for GetEffectiveRightsFromAclA.
Hans Leidekker [Tue, 1 Dec 2009 10:35:50 +0000 (11:35 +0100)] 
advapi32: Improve the stub for GetEffectiveRightsFromAclA.

14 years agowininet/tests: Trace extended errors in a couple of places.
Hans Leidekker [Tue, 1 Dec 2009 10:35:11 +0000 (11:35 +0100)] 
wininet/tests: Trace extended errors in a couple of places.

14 years agomsi/tests: Don't check more bytes than written to the file.
Hans Leidekker [Tue, 1 Dec 2009 10:34:07 +0000 (11:34 +0100)] 
msi/tests: Don't check more bytes than written to the file.

14 years agod3d9/tests: Trace the viewport in clear_test().
Henri Verbeet [Tue, 1 Dec 2009 10:27:48 +0000 (11:27 +0100)] 
d3d9/tests: Trace the viewport in clear_test().

There are some failures in this test on Win7 that appear to be related to the
initial viewport. Perhaps this trace will help narrow it down.

14 years agod3d8: Return D3DERR_INVALIDCALL when trying to delete an invalid pixel shader.
Henri Verbeet [Tue, 1 Dec 2009 10:27:47 +0000 (11:27 +0100)] 
d3d8: Return D3DERR_INVALIDCALL when trying to delete an invalid pixel shader.

It appears this is fixed on Vista/Win7 to be consistent with
DeleteVertexShader(). Match the more consistent behaviour of Vista/Win7 and
mark the previous behaviour as broken.

14 years agontdll/tests: Add some tests for FileAllInformation name information.
Henri Verbeet [Tue, 1 Dec 2009 10:27:46 +0000 (11:27 +0100)] 
ntdll/tests: Add some tests for FileAllInformation name information.

This is essentially a copy of test_file_name_information().

14 years agontdll: Also return name information for FileAllInformation.
Henri Verbeet [Tue, 1 Dec 2009 10:27:45 +0000 (11:27 +0100)] 
ntdll: Also return name information for FileAllInformation.

14 years agontdll: Fix the FileAllInformation info size.
Henri Verbeet [Tue, 1 Dec 2009 10:27:44 +0000 (11:27 +0100)] 
ntdll: Fix the FileAllInformation info size.

14 years agodbghelp: Check wImageName for NULL (Coverity).
Marcus Meissner [Tue, 1 Dec 2009 09:48:56 +0000 (10:48 +0100)] 
dbghelp: Check wImageName for NULL (Coverity).

14 years agocryptnet: Added a potentially missing NULL ptr check (Coverity).
Marcus Meissner [Tue, 1 Dec 2009 09:26:48 +0000 (10:26 +0100)] 
cryptnet: Added a potentially missing NULL ptr check (Coverity).

14 years agocomctl32/treeview: Simplify WM_CHAR handler.
Nikolay Sivov [Mon, 30 Nov 2009 19:18:59 +0000 (22:18 +0300)] 
comctl32/treeview: Simplify WM_CHAR handler.

14 years agocomctl32/treeview: Clean up winproc a bit, move parameter check to handlers.
Nikolay Sivov [Mon, 30 Nov 2009 19:03:34 +0000 (22:03 +0300)] 
comctl32/treeview: Clean up winproc a bit, move parameter check to handlers.

14 years agowinspool: Add a test which shows the flaws in the current all enumeration.
Jeremy White [Mon, 30 Nov 2009 23:05:23 +0000 (17:05 -0600)] 
winspool: Add a test which shows the flaws in the current all enumeration.

14 years agowinspool: Implement GetPrinterDriverA with GetPrinterDriverW, notably using the large...
Jeremy White [Mon, 30 Nov 2009 23:05:15 +0000 (17:05 -0600)] 
winspool: Implement GetPrinterDriverA with GetPrinterDriverW, notably using the larger sizes, which fixes a bug in printing with Acrobat Reader 9.2.

14 years agowinspool: Add a test to show size required for EnumPrinterDriversA is the same as W.
Jeremy White [Mon, 30 Nov 2009 23:05:01 +0000 (17:05 -0600)] 
winspool: Add a test to show size required for EnumPrinterDriversA is the same as W.

14 years agowinspool: When retrieving PRINTER_INFO_7, the lack of a directory service print queue...
Jeremy White [Mon, 30 Nov 2009 23:04:50 +0000 (17:04 -0600)] 
winspool: When retrieving PRINTER_INFO_7, the lack of a directory service print queue object is represented with a NULL pointer and a successful return, not an error return.

14 years agowinspool: Implement GetPrinterA via GetPrinterW, largely to support the eccentricity...
Jeremy White [Mon, 30 Nov 2009 23:04:35 +0000 (17:04 -0600)] 
winspool: Implement GetPrinterA via GetPrinterW, largely to support the eccentricity that GetPrinterA allocates buffers as large as those required by GetPrinterW.

14 years agowinspool: Add modest tests for GetPrinter.
Jeremy White [Mon, 30 Nov 2009 23:04:19 +0000 (17:04 -0600)] 
winspool: Add modest tests for GetPrinter.

14 years agowinspool: Remove unvarying unicode parameter from WINSPOOL_EnumPrinters.
Jeremy White [Mon, 30 Nov 2009 23:04:09 +0000 (17:04 -0600)] 
winspool: Remove unvarying unicode parameter from WINSPOOL_EnumPrinters.

14 years agowinspool: Remove unvarying unicode parameter from WINSPOOL_OpenDriverReg.
Jeremy White [Mon, 30 Nov 2009 23:03:58 +0000 (17:03 -0600)] 
winspool: Remove unvarying unicode parameter from WINSPOOL_OpenDriverReg.

14 years agocomctl32: Use FAILED instead of !SUCCEEDED.
Michael Stefaniuc [Mon, 30 Nov 2009 22:45:16 +0000 (23:45 +0100)] 
comctl32: Use FAILED instead of !SUCCEEDED.

14 years agojscript: Added lastIndex tests.
Jacek Caban [Mon, 30 Nov 2009 20:12:29 +0000 (21:12 +0100)] 
jscript: Added lastIndex tests.

14 years agojscript: Added lastIndex setter implementation.
Jacek Caban [Mon, 30 Nov 2009 20:12:13 +0000 (21:12 +0100)] 
jscript: Added lastIndex setter implementation.

14 years agowininet: Make HTTP_HttpSendRequestW static and avoid its forward declaration.
Jacek Caban [Mon, 30 Nov 2009 19:01:17 +0000 (20:01 +0100)] 
wininet: Make HTTP_HttpSendRequestW static and avoid its forward declaration.

14 years agowininet: Directly return error status from HTTP_HttpAddRequestHeadersW.
Jacek Caban [Mon, 30 Nov 2009 19:01:00 +0000 (20:01 +0100)] 
wininet: Directly return error status from HTTP_HttpAddRequestHeadersW.

14 years agowininet: Directly return error status from HTTP_HttpOpenRequestW.
Jacek Caban [Mon, 30 Nov 2009 19:00:44 +0000 (20:00 +0100)] 
wininet: Directly return error status from HTTP_HttpOpenRequestW.

14 years agowininet: Make HTTP_HttpOpenRequestW static and avoid forward its declaration.
Jacek Caban [Mon, 30 Nov 2009 19:00:28 +0000 (20:00 +0100)] 
wininet: Make HTTP_HttpOpenRequestW static and avoid forward its declaration.

14 years agowininet: Directly return error status from NETCON_init.
Jacek Caban [Mon, 30 Nov 2009 19:00:11 +0000 (20:00 +0100)] 
wininet: Directly return error status from NETCON_init.

14 years agowininet: Directly return error status from refill_buffer.
Jacek Caban [Mon, 30 Nov 2009 18:59:56 +0000 (19:59 +0100)] 
wininet: Directly return error status from refill_buffer.

14 years agowininet: Directly return error status from NETCON_recv.
Jacek Caban [Mon, 30 Nov 2009 18:59:40 +0000 (19:59 +0100)] 
wininet: Directly return error status from NETCON_recv.

14 years agomshtml: Add stub implementation of IHTMLFormElement.
Andrew Eikum [Mon, 30 Nov 2009 17:40:06 +0000 (11:40 -0600)] 
mshtml: Add stub implementation of IHTMLFormElement.

14 years agomshtml.idl: Add DispHTMLFormElement interface.
Andrew Eikum [Mon, 30 Nov 2009 17:40:03 +0000 (11:40 -0600)] 
mshtml.idl: Add DispHTMLFormElement interface.