Paul Vriens
|
59f8cd533d
|
msxml3/tests: Compare instead of assign.
|
2008-10-08 12:20:28 +02:00 |
Paul Vriens
|
682890ae4d
|
inetmib1/tests: Compare instead of assign.
|
2008-10-08 12:20:24 +02:00 |
Paul Vriens
|
b27db86ca4
|
advapi2/tests: Compare instead of assign.
|
2008-10-08 12:20:21 +02:00 |
Christian Costa
|
06c8d49e3e
|
d3dxof: Enable referencing of named subobjects too.
|
2008-10-08 12:19:54 +02:00 |
Christian Costa
|
9d64f82554
|
d3dxof: Store number of subojects for all top level objects.
|
2008-10-08 12:19:46 +02:00 |
Christian Costa
|
ded68e8a4f
|
d3dxof: Enumerate only 2 levels of objects obtained from a reference.
|
2008-10-08 12:19:41 +02:00 |
Christian Costa
|
b12be1ce78
|
d3dxof: Allow omission of comma which separates array elements.
|
2008-10-08 12:19:36 +02:00 |
Jacek Caban
|
b67e875eed
|
jscript: Added String.split implementation for non-regexp arguments.
|
2008-10-08 12:18:45 +02:00 |
Jacek Caban
|
67af45be7d
|
jscript: Added encodeURI implementation.
|
2008-10-08 12:18:40 +02:00 |
Jacek Caban
|
bb08e971ed
|
jscript: Fixed numeric escapes unescaping.
|
2008-10-08 12:18:35 +02:00 |
Jacek Caban
|
80bd994bc7
|
jscript: Added Array.pop implementation.
|
2008-10-08 12:18:31 +02:00 |
Jacek Caban
|
4783dd1e54
|
jscript: Fixed list literal length calculation.
|
2008-10-08 12:18:25 +02:00 |
Jacek Caban
|
7a8cfdee6d
|
jscript: Fixed copy&paste bug in disp_propget.
|
2008-10-08 12:18:21 +02:00 |
Juan Lang
|
6b8fb4ed9b
|
cryptnet: Set cache expiration time of objects that have an expiration time to the object's expiration time, rather than relying on the HTTP Expires header.
|
2008-10-08 12:18:09 +02:00 |
Juan Lang
|
da605a935b
|
cryptnet: Don't access URL cache entry before it's been read.
|
2008-10-08 12:18:00 +02:00 |
Juan Lang
|
f50b2c237d
|
wininet: Fix trace typo.
|
2008-10-08 12:17:52 +02:00 |
Juan Lang
|
9189bf3d72
|
wininet: Don't call URL_LocalFileNameToPathA when asked for a unicode string and URL_LocalFileNameToPathW fails.
|
2008-10-08 12:17:45 +02:00 |
Juan Lang
|
024c13c174
|
wininet: Trace the cache file entry's local file name rather than the passed-in cache entry info's local file name, as the caller may have passed a NULL pointer.
|
2008-10-08 12:17:37 +02:00 |
Vitaly Lipatov
|
98d0155371
|
include/ddk: Fix include path and include guard name.
|
2008-10-08 12:17:24 +02:00 |
Rob Shearman
|
0715d9c123
|
wininet: Fix crash when calling HttpQueryInfoA/W(HTTP_QUERY_RAW_HEADERS) before any response has been received from a server.
|
2008-10-08 12:17:11 +02:00 |
Rob Shearman
|
dbd1800ab2
|
wininet: Get rid of rc variable in InternetReadFile_test.
All of the tested functions return BOOLs, not DWORDs so use res instead of rc.
|
2008-10-08 12:17:05 +02:00 |
Rob Shearman
|
0c75ead3e8
|
wininet: Validate parameters passed to RetrieveUrlCacheEntryInfoA/W.
Add tests for this.
|
2008-10-08 12:16:59 +02:00 |
Henri Verbeet
|
31d6dbfd74
|
wined3d: Cleanup CreateAdditionalSwapChain error handling a bit (LLVM/Clang).
|
2008-10-08 12:16:54 +02:00 |
Henri Verbeet
|
0420f17b1f
|
wined3d: Remove a redundant initialization of cfgs in WineD3D_ChoosePixelFormat.
|
2008-10-08 12:16:48 +02:00 |
Henri Verbeet
|
d8c40f7641
|
wined3d: Print an error when drawStridedSlow() is called with 0 idxSize and non-NULL idxData (CID 509).
|
2008-10-08 12:16:35 +02:00 |
Henri Verbeet
|
d19bb78329
|
comdlg32: Add a test for AbortProc handling.
|
2008-10-08 12:16:26 +02:00 |
Henri Verbeet
|
4f2a3c2c28
|
gdi32: Call AbortProc from StartDoc instead of EndPage.
|
2008-10-08 12:16:00 +02:00 |
Alexandre Julliard
|
e20ef50139
|
msvcrt: Pass the command interpreter as exe name from _wpopen.
|
2008-10-07 15:36:44 +02:00 |
Eric Pouech
|
3a2dda11e9
|
msvcrt: Implemented splitpath_s.
|
2008-10-07 15:24:00 +02:00 |
Aric Stewart
|
3b3ed7a020
|
oleaut32: In variants check bOverflow to make sure not to accidently overun static buffers in an overflow case (Coverity 313).
|
2008-10-07 15:22:30 +02:00 |
Aric Stewart
|
f7cacc1f09
|
d3d8: Initialize IDirect3DDevice8 *device to NULL in case of immediate cleanup (Coverity 795).
|
2008-10-07 15:21:20 +02:00 |
Aric Stewart
|
e3e9bc30fd
|
wineoss: Don't dereference a potentially NULL value in the WARN statement (Coverity 93).
|
2008-10-07 15:20:29 +02:00 |
Paul Vriens
|
839b5400cd
|
kernel32/tests: Add a missing newline.
|
2008-10-07 15:20:24 +02:00 |
John Klehm
|
3496d17018
|
wintab32: Send notification when z-order changes.
|
2008-10-07 15:20:19 +02:00 |
Michael Karcher
|
57ee10ff12
|
msxml3: Revert "Simplify IXMLDOMNode::removeChild".
The simplification was bad, native msxml works if interface pointers
to the wrong interface are passed in. Tests included.
|
2008-10-07 13:45:40 +02:00 |
Michael Karcher
|
91513caa16
|
msxml3: Handle all variant types in IXMLDOMDocument::createNode.
|
2008-10-07 13:42:16 +02:00 |
Michael Karcher
|
27e9a98350
|
msxml3: replaceNode accepts IXMLDOMElement instead of IXMLDOMNode.
|
2008-10-07 13:42:05 +02:00 |
Michael Karcher
|
6fe686f599
|
msxml3: Basic implementation of IXMLDOMNode::replaceChild.
|
2008-10-07 13:41:54 +02:00 |
Michael Karcher
|
2a21579b08
|
msxml3/tests: Valgrind fix.
|
2008-10-07 13:41:43 +02:00 |
Alexander Morozov
|
2e917e3a3c
|
ntoskrnl.exe: Implement some functions.
|
2008-10-07 12:52:38 +02:00 |
Alexander Morozov
|
626de2b35a
|
include: Add usb.h, usb100.h, usb200.h and usbdlib.h.
|
2008-10-07 12:48:52 +02:00 |
Alexander Morozov
|
332105331a
|
include: Add some definitions.
|
2008-10-07 12:43:55 +02:00 |
Alexander Morozov
|
1be805bee5
|
ntoskrnl.exe: Initialize StackSize field of DEVICE_OBJECT structure.
|
2008-10-07 12:42:49 +02:00 |
Jacek Caban
|
0c20b1d0a1
|
jscript: Fixed compare function check in Array.sort (Coverity).
|
2008-10-07 12:17:34 +02:00 |
Jacek Caban
|
ec35d3ab38
|
jscript: Added a few missing allocation checks (Coverity).
|
2008-10-07 12:17:26 +02:00 |
Jacek Caban
|
43c7907f31
|
jscript: Added String.indexOf implementation.
|
2008-10-07 12:16:56 +02:00 |
James Hawkins
|
e88b09a342
|
msi: Don't update the table columns if there are no more columns.
This should fix the heap corruption that caused intermittent crashes
for patchwatcher.
|
2008-10-07 12:14:03 +02:00 |
James Hawkins
|
7cd6736886
|
msi: Add tests for dropping tables with multiple columns.
|
2008-10-07 12:13:52 +02:00 |
James Hawkins
|
374c042880
|
msi: Remove the columns in reverse order.
|
2008-10-07 12:13:46 +02:00 |
James Hawkins
|
aa230a6267
|
msi: Remove a break that kept other columns from getting the table name.
|
2008-10-07 12:13:39 +02:00 |