Michael Stefaniuc
|
f6baf97629
|
shell32: Use FAILED instead of !SUCCEEDED.
|
2008-10-08 13:41:52 +02:00 |
Dylan Smith
|
443bfc99ad
|
runtest: Let the test program handle the lack of a test name.
|
2008-10-08 13:40:38 +02:00 |
Dylan Smith
|
634052e4d8
|
runtest: Modified the default program so that it might find the test program.
|
2008-10-08 13:38:32 +02:00 |
Dylan Smith
|
8d88fe6d4d
|
runtest: More helpful error when top of wine directory isn't found.
|
2008-10-08 13:23:15 +02:00 |
Jacek Caban
|
7918196ee8
|
mshtml: Added IHTMLStyle::[get|put]_filter implementation.
|
2008-10-08 13:20:38 +02:00 |
Jacek Caban
|
4d822f4408
|
mshtml: Added IHTMLStyle::[get|put]_textAlign implementation.
|
2008-10-08 13:20:34 +02:00 |
Jacek Caban
|
cbc186b865
|
mshtml: Added support for accessing style attributes by CSS syntax.
|
2008-10-08 13:20:27 +02:00 |
Jacek Caban
|
844d1cfc15
|
mshtml: Added IHTMLStyle::[get|put]_zIndex implementation.
|
2008-10-08 13:20:20 +02:00 |
Jacek Caban
|
712c4d9af2
|
mshtml: Added IDispatchEx support for HTMLIFrame.
|
2008-10-08 13:20:14 +02:00 |
Jacek Caban
|
2e52c61c4c
|
mshtml: Added HTMLIFrame stub implementation.
|
2008-10-08 13:20:08 +02:00 |
Jacek Caban
|
536fac7c1b
|
mshtml: Added IHTMLElement3 stub implementation.
|
2008-10-08 13:19:56 +02:00 |
Jacek Caban
|
c67952ae14
|
mshtml: Added IHTMLElement::get_offsetWidth implementation.
|
2008-10-08 13:19:40 +02:00 |
Paul Vriens
|
880f785747
|
gdi32/tests: Skip some tests on Win9x/WinMe.
|
2008-10-08 12:20:38 +02:00 |
Paul Vriens
|
3d8180a2fc
|
shell32/tests: Compare instead of assign.
|
2008-10-08 12:20:31 +02:00 |
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 |