Alexandre Julliard
96ff3daaa3
usp10: Update the character data tables to Unicode 7.0.0.
2014-06-23 16:05:13 +02:00
Francois Gouget
e053721057
mshtml: Remove nsAString_SetData() because it is unused.
2014-06-23 11:06:28 +02:00
Sebastian Lackner
9d82ee5cac
ntdll/tests: Add tests for DBG_RIPEXCEPTION debugger events.
2014-06-23 11:06:00 +02:00
Sebastian Lackner
0114be0978
kernel32: Process DBG_RIPEXCEPTION events like regular exceptions.
2014-06-23 10:18:39 +02:00
Sebastian Lackner
2fcecdb72e
ntdll: Avoid leaking activation context in RtlCreateUserThread. (Valgrind).
2014-06-23 10:18:23 +02:00
Sebastian Lackner
c936e505e5
kernel32/tests: Add missing ReleaseActCtx() calls. (Valgrind).
2014-06-23 10:18:13 +02:00
Michael Stefaniuc
c1cd60957e
comctl32: Functions using setjmp can never be inlined.
2014-06-23 10:18:04 +02:00
Thomas Faber
1ab9c79dca
msvcrt: Do not omit mandatory argument to VirtualProtect.
2014-06-23 10:17:40 +02:00
Sebastian Lackner
cfd09b0967
ntdll: Fix leaking activation context when terminating via exit_thread(). (Valgrind).
2014-06-23 10:17:26 +02:00
Sebastian Lackner
392321f4f6
comctl32: Allocate new memory in notify_forward_header() to avoid Free() on wrong pointer. (Valgrind).
2014-06-23 10:12:25 +02:00
Sebastian Lackner
e5e4ef07b6
kernel32/tests: Add missing HeapFree() in doChildren(). (Valgrind).
2014-06-23 10:12:18 +02:00
Sebastian Lackner
87a78ed878
kernel32: Fix a valgrind warning in format_add_char(). (Valgrind).
2014-06-23 10:12:09 +02:00
Thomas Faber
8fe759dfae
rpcrt4: Do not omit mandatory argument to VirtualProtect.
2014-06-23 10:08:13 +02:00
Piotr Caban
b2d22ecb07
msvcr100/tests: Add _SpinWait tests.
2014-06-23 10:07:08 +02:00
Piotr Caban
cda83f9c33
msvcr100: Add _SpinWait implementation.
2014-06-23 10:07:01 +02:00
Francois Gouget
889cce442e
packager/tests: Make the IStorage methods static.
2014-06-20 18:31:38 +02:00
Sebastian Lackner
99ac786c69
ntdll/tests: Add more tests for debug string events.
...
This patch adds additional tests, to check how debuggers handle
OUTPUT_DEBUG_STRING_EVENT events.
2014-06-20 16:30:57 +02:00
Sebastian Lackner
15fa6111af
kernel32: Process OutputDebugString events like regular exceptions.
2014-06-20 16:30:20 +02:00
Sebastian Lackner
457f6af057
ntdll/tests: Run crashing i386 exception tests as the last step.
2014-06-20 12:20:25 +02:00
Sebastian Lackner
3aa62498da
ntdll/tests: Use an EXCEPTION_REGISTRATION_RECORD array to prevent compiler from reordering variables.
2014-06-20 12:19:53 +02:00
Frédéric Delanoy
2ab8729020
Assorted spelling/grammar fixes.
2014-06-20 12:19:31 +02:00
Vincent Povirk
13a8d80f30
Revert "windowscodecs: Fix leak in test_QueryCapability.".
2014-06-19 22:55:20 +02:00
Sebastian Lackner
0828715179
ntdll/tests: Add exception tests for RtlUnwind on i386.
2014-06-19 19:44:34 +02:00
Vincent Povirk
1aa6e581d7
windowscodecs: Fix leak in test_QueryCapability.
2014-06-19 19:41:06 +02:00
Jacek Caban
153abe0fa7
wininet: Use current server in HTTP_GetRedirectURL.
2014-06-19 17:08:57 +02:00
Jacek Caban
a33ae13f7f
wininet: Update hostPort in HTTP_HandleRedirect.
2014-06-19 17:08:55 +02:00
Jacek Caban
7ab99b5c48
wininet: Don't change hostPort in HTTP_HttpOpenRequestW.
2014-06-19 17:08:53 +02:00
André Hentschel
8cad71cd5e
krnl386: Fix typo in a comment.
2014-06-19 13:14:07 +02:00
Vincent Povirk
0f2efcf0c5
windowscodecs: Fix leak in test_QueryCapability.
2014-06-19 12:35:48 +02:00
Vincent Povirk
ed92450d6f
windowscodecs: Fix leak in test_propertybag_getpropertyinfo.
2014-06-19 12:35:44 +02:00
Andrew Eikum
fae22c7c41
packager: Implement IOleObject::Close.
2014-06-19 12:35:35 +02:00
Andrew Eikum
7c6899ba7b
packager: Implement Activate verb for OleObject::DoVerb.
2014-06-19 12:35:33 +02:00
Andrew Eikum
04b6fc9d5e
packager: Implement IOleObject::GetMiscStatus.
2014-06-19 12:35:30 +02:00
Andrew Eikum
07e9d33f39
packager: Implement IOleObject::SetClientSite.
2014-06-19 12:35:24 +02:00
Francois Gouget
eb4d39b9ee
msvcrt/tests: Add a trailing '\n' to an ok() call.
2014-06-18 19:56:07 +02:00
Francois Gouget
082d091029
ole32: Return the correct error in FileLockBytesImpl_*LockRegion*().
2014-06-18 19:55:45 +02:00
Francois Gouget
bea2c6f2d5
ole32: Treat STG_E_LOCKVIOLATION the same way as STG_E_ACCESSDENIED as both indicate locking contention.
2014-06-18 19:55:40 +02:00
Francois Gouget
cc4ad353d7
ole32: FileLockBytesImpl_WriteAt() should return STG_E_WRITEFAULT for write errors.
2014-06-18 19:55:29 +02:00
Grazvydas Ignotas
47909d8d8b
msvcrt/tests: Test _cnt value after rewind/fflush.
2014-06-18 19:54:43 +02:00
Piotr Caban
ac399b0842
msvcrt: Add small blocks heap tests.
2014-06-18 19:54:33 +02:00
Piotr Caban
608605c7dc
msvcrt: Allocate data with 16-bytes alignement if small blocks heap is used.
2014-06-18 19:54:27 +02:00
Andrew Eikum
d03c1cfc17
packager: Add loading support for Ole10Native storage objects.
2014-06-18 19:52:40 +02:00
Andrew Eikum
b456eb5213
packager: Add stub Packager implementation.
2014-06-18 19:52:39 +02:00
Alexandre Julliard
762c94144f
msvcrt/tests: Avoid size_t in traces.
2014-06-18 19:52:38 +02:00
Alexandre Julliard
b0953a09bd
kernel32: Only try to load krnl386 in native applications.
2014-06-18 18:36:21 +02:00
Alexandre Julliard
699daa7749
krnl386: Properly handle failure to set a 16-bit LDT entry.
2014-06-18 18:34:50 +02:00
Sebastian Lackner
2e0921d065
wininet: Don't update *lpdwIndex if HttpQueryInfoW fails with ERROR_INSUFFICIENT_BUFFER.
2014-06-18 16:31:42 +02:00
Austin English
fd6c5490df
kernel32: Add a stub for UnregisterApplicationRestart.
2014-06-18 16:31:14 +02:00
Vincent Povirk
bb8fdb734e
windowscodecs: Fix leak in DGifGetImageDesc.
2014-06-18 16:27:13 +02:00
Vincent Povirk
831b7371bc
windowscodecs: Fix memory leak in ComponentFactory_CreateBitmapFromSource.
2014-06-18 16:27:06 +02:00
Vincent Povirk
8340636c55
advapi32/tests: Account for limited users in registry test.
2014-06-18 16:27:00 +02:00
Vincent Povirk
fa8d59c30b
shell32: Set tm_isdst before calling mktime.
2014-06-18 16:26:43 +02:00
Jacek Caban
0b30276e2f
mshtml: Added IHTMLWindow2::scroll implementation.
2014-06-17 20:36:38 +02:00
Alexandre Julliard
82bee5ceda
user32: Properly block sent messages while waiting for a reply with SMTO_BLOCK.
2014-06-17 15:14:51 +02:00
Nikolay Sivov
bfceaa4f39
xmllite/writer: Implement WriteFullEndElement().
2014-06-17 13:03:18 +02:00
Piotr Caban
8436b58ee7
msvcrt: Use size_t to store indexes in qsort.
...
It also avoids potential overflow while computing median
position (found by Frédéric Delanoy).
2014-06-17 13:03:13 +02:00
Grazvydas Ignotas
40067dd011
msvcrt: Change internal buffer size to 4k.
2014-06-17 12:35:48 +02:00
Grazvydas Ignotas
147be95a68
msvcrt/tests: Add a test for fwrite flushing behavior.
2014-06-17 12:35:33 +02:00
Grazvydas Ignotas
9614283996
msvcrt: Free old buffer properly in setvbuf.
2014-06-17 12:35:22 +02:00
Alexandre Julliard
ae6efdd45d
user32/tests: Silence some noisy traces.
2014-06-17 10:58:55 +02:00
Alexandre Julliard
ec3f8a76d5
gdi32/tests: Silence some noisy traces.
2014-06-17 10:58:51 +02:00
Alexandre Julliard
c7eacd9e83
kernel32/tests: Silence some noisy traces.
2014-06-17 10:58:46 +02:00
Sebastian Lackner
1b3d67aace
kernel32: Raise DBG_PRINTEXCEPTION_C exception in OutputDebugStringA.
2014-06-17 10:58:28 +02:00
Sebastian Lackner
e9fbcc8360
user32: Avoid race-condition when unloading module while hook is still active.
...
Based on a patch by Sam Revitch.
2014-06-17 10:40:12 +02:00
Sebastian Lackner
25b069c4d8
msvcr110: Fix typo in exported symbol _set_SSE2_enable.
2014-06-17 10:38:10 +02:00
Francois Gouget
809b6aeab2
ole32: Fix StorageImpl_LockRegionSync() to actually wait between locking attempts.
2014-06-17 10:37:52 +02:00
Henri Verbeet
8583fc4a6c
d2d1: Implement d2d_d3d_render_target_CreateLinearGradientBrush().
2014-06-17 10:37:35 +02:00
Henri Verbeet
22a20e4016
d2d1: Implement d2d_d3d_render_target_CreateGradientStopCollection().
2014-06-17 10:37:33 +02:00
Henri Verbeet
cfde833140
d2d1: Implement d2d_d3d_render_target_CreateSolidColorBrush().
2014-06-17 10:37:31 +02:00
Alex Henrie
6b947701a7
riched20: Consider adjacent runs when computing EN_LINK range.
2014-06-17 10:36:53 +02:00
Bruno Jesus
53f8d78e57
winhttp: Use a helper to receive data and take care of EINTR.
2014-06-17 10:36:39 +02:00
Bruno Jesus
6db935a6f4
winhttp: Use a helper to send data and take care of EINTR.
2014-06-17 10:36:03 +02:00
Austin English
bdc0099eb4
kernel32: Add DECLSPEC_HOTPATCH to SetFilePointer.
2014-06-17 10:35:15 +02:00
Austin English
82392e78b7
user32: Add a stub for SetGestureConfig.
2014-06-17 10:34:40 +02:00
Marcus Meissner
eddf841ab3
winealsa/wineoss/winecoreaudio: Calculate frequency in 64bit (Coverity).
2014-06-17 09:07:34 +02:00
Marcus Meissner
7ce613c3c2
mscms: Removed duplicate return ret (Coverity).
2014-06-17 09:06:52 +02:00
Marcus Meissner
d3d54dfd3c
oleaut32: Avoid buffer overread (Coverity).
2014-06-17 09:06:19 +02:00
Michael Stefaniuc
5e1783b59a
dmusic: Increment the refcount when a IReferenceClock pointer is returned.
2014-06-17 09:04:24 +02:00
Sebastian Lackner
270d66efc7
kernel32: Update VirtualAddress of resource section in write_raw_resources.
2014-06-17 09:04:15 +02:00
Vincent Povirk
3ccaad8b41
windowscodecs: Support InterlaceOption in PNG encoder.
2014-06-16 18:03:54 +02:00
Akihiro Sagawa
8d9a7247c3
winmm: Fix SEEK_END handling for memory files.
2014-06-16 18:03:18 +02:00
Akihiro Sagawa
71b8a56c84
winmm: Update lBufOffset after seeking file directly.
2014-06-16 18:03:13 +02:00
Akihiro Sagawa
f7ddc1eb95
winmm: Avoid direct seeking for memory files.
2014-06-16 18:03:12 +02:00
Akihiro Sagawa
c4629e5af5
winmm: Memory file buffer is available even if we just allocate memory.
2014-06-16 18:03:10 +02:00
Akihiro Sagawa
09a1f81cb4
winmm/tests: Activate some mmioSeek tests with todo_wine keyword.
2014-06-16 16:41:12 +02:00
Henri Verbeet
9031adfd5c
ddraw/tests: Properly declare matrices.
2014-06-16 14:00:16 +02:00
Henri Verbeet
b9bfcf2c2a
ddraw/tests: Get rid of some unused assignments.
2014-06-16 14:00:14 +02:00
Shuai Meng
d8135b8243
vbscript: Implemented CSng.
2014-06-16 13:57:08 +02:00
Zhenbo Li
05f65a9341
mshtml: Added IHTMLTableCell::cellIndex method implementation.
2014-06-16 13:56:58 +02:00
Matteo Bruni
b42fe709d6
wined3d: Validate and handle query size parameter.
2014-06-16 13:56:35 +02:00
Matteo Bruni
7162820845
d3d9/tests: Test GetData behavior with various size values.
2014-06-16 13:56:33 +02:00
Bruno Jesus
6f47a9d9d8
ws2_32: Don't call WS_EnterSingleProtocol[A|W] on unsupported protocols (valgrind).
2014-06-16 09:39:42 +02:00
Bruno Jesus
e3998e3988
ws2_32/tests: Wait for thread test before returning (valgrind).
2014-06-16 09:39:29 +02:00
Nikolay Sivov
50ad765cd6
kernel32: Added a message for WSAECONNRESET.
2014-06-16 09:33:13 +02:00
Nikolay Sivov
b5184df5df
dwrite: Recognize more Unicode ranges in script analyzer.
2014-06-16 09:31:45 +02:00
Nikolay Sivov
af46bab594
xmllite/writer: Maintain a stack of written elements to write end tags.
...
Xmllite helps in a way that user doesn't have to specify closing tag
name (like it has to in case of MXWriter). So when closing current level
element qname is used for a closing tag; later this stack will also hold
namespace definitions that element is carrying to check if nested
element uses defined prefix.
2014-06-16 09:31:40 +02:00
Nikolay Sivov
45b9027258
msxml3/tests: Accept Stat() method called on test stream.
2014-06-16 09:31:19 +02:00
Nikolay Sivov
d3980cdcf2
msctf/tests: Fix crash when ITfInputProcessorProfileMgr is not supported.
2014-06-16 09:31:14 +02:00
Nikolay Sivov
d789495534
dsound/tests: Accept another error code.
2014-06-16 09:31:10 +02:00
Nikolay Sivov
7e3ab90187
windowscodecs/tests: Fixed some leaks on error path (Valgrind).
2014-06-16 09:31:04 +02:00