Michael Stefaniuc
|
689895702a
|
shdocvw: Use FAILED instead of !SUCCEEDED.
|
2008-10-08 13:42:43 +02:00 |
Michael Stefaniuc
|
2f6df7c2a5
|
qcap: Use the right FAILED/SUCCEEDED macro instead of negating the opposite.
|
2008-10-08 13:42:38 +02:00 |
Michael Stefaniuc
|
4afe790387
|
dplayx: Use SUCCEEDED instead of !FAILED.
|
2008-10-08 13:42:34 +02:00 |
Michael Stefaniuc
|
0312b96474
|
shlwapi: Use FAILED instead of !SUCCEEDED.
|
2008-10-08 13:42:29 +02:00 |
Michael Stefaniuc
|
6a908eb149
|
d3d9/tests: Use FAILED instead of !SUCCEEDED.
|
2008-10-08 13:42:25 +02:00 |
Michael Stefaniuc
|
05d397283a
|
mshtml/tests: Use FAILED instead of !SUCCEEDED.
|
2008-10-08 13:42:20 +02:00 |
Michael Stefaniuc
|
10ebc51fa4
|
urlmon/tests: Use FAILED instead of !SUCCEEDED.
|
2008-10-08 13:42:15 +02:00 |
Michael Stefaniuc
|
ff5a860c0c
|
ddraw/tests: Use FAILED instead of !SUCCEEDED.
|
2008-10-08 13:42:11 +02:00 |
Michael Stefaniuc
|
56c6f7670b
|
quartz: Use the right FAILED/SUCCEEDED macro instead of negating the opposite.
|
2008-10-08 13:42:06 +02:00 |
Michael Stefaniuc
|
dd843b87b6
|
qmgr: Use FAILED instead of !SUCCEEDED.
|
2008-10-08 13:42:01 +02:00 |
Michael Stefaniuc
|
3ed8ffcc99
|
ole32: Use the right FAILED/SUCCEEDED macro instead of negating the opposite.
|
2008-10-08 13:41:58 +02:00 |
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 |