Rob Shearman
2c37baba0a
winedos: Compare HRESULT value explicitly against S_OK instead of using an implicit != 0 comparison.
2008-10-01 11:43:34 -05:00
Rob Shearman
d31ce9ae37
wininet: Compare HRESULT values explicitly against S_OK instead of using an implicit != 0 comparison.
2008-10-01 11:43:30 -05:00
Rob Shearman
ee2281d370
urlmon: Compare HRESULT value explicitly against S_OK instead of using an implicit != 0 comparison.
2008-10-01 11:43:25 -05:00
Rob Shearman
a14d34b2f6
winhttp: Fix compilation with MinGW/MSVC.
2008-10-01 11:43:19 -05:00
Rob Shearman
79ad9cbcdd
cabinet: Check buffer size before copying in NONEfdi_decomp.
...
Check that the data will fit into the fixed sized buffer CAB(outbuf)
and return an error if not before copying.
2008-10-01 11:42:36 -05:00
Alistair Leslie-Hughes
2b5a59c092
msxml3: Correct cast.
2008-10-01 11:42:23 -05:00
James Hawkins
23d899d8ab
comctl32: Only log system messages.
2008-10-01 11:41:59 -05:00
James Hawkins
3e8a63d5fa
comctl32: Fix several test failures in win2k.
2008-10-01 11:41:54 -05:00
James Hawkins
e1111a5bef
comctl32: Only log system messages.
2008-10-01 11:41:45 -05:00
James Hawkins
48e6e584d3
msi: Fix a test that fails in win95.
2008-10-01 11:41:34 -05:00
James Hawkins
4749ee2662
msi: Forward MsiDatabaseMergeA to MsiDatabaseMergeW.
2008-10-01 11:41:29 -05:00
James Hawkins
525865447e
msi: Add a stub implementation of MsiDatabaseMerge.
2008-10-01 11:41:23 -05:00
Dylan Smith
c2bab443fa
richedit: Made sure table row gap/offset is copied on append row.
2008-10-01 11:41:01 -05:00
Dylan Smith
a3ac5ef094
richedit: Fixed a bug preventing streaming out nested table properties.
2008-10-01 11:40:52 -05:00
Dylan Smith
3af4419688
richedit: Added code to stream out table border properties.
...
This code was simply missing, since the table border properties are
already stored and displayed.
2008-10-01 11:40:34 -05:00
Dylan Smith
ee5342e432
richedit: Prevent assertion failure when streaming out nested tables.
...
The table properties are streamed out at the start of the table for
non-nested tables, and at the end of the table for nested tables. The
assertion caught the fact that I didn't get the start of the table row
for nested tables before trying to stream out the properties.
The call to ME_GetTableRowStart will handle both of these cases by
getting the table row start paragraph and asserting that it is found.
This call was also the reason for removing the const qualifier on one
of the parameters.
2008-10-01 11:40:20 -05:00
Dylan Smith
fac8e957c5
richedit: Prevent font or colour buffer overflow on stream out.
...
Static sized buffers are used for storing the colours and fonts, so
there needs to be a check to prevent these buffer from overflowing.
2008-10-01 11:40:04 -05:00
Dylan Smith
3df78710a9
richedit: Make sure border properties are saved for undo/redo.
...
Previously the paragraph and cell border properties were lost when
deleting the text, then undoing the deletion. This would cause tables
to lose the colour and width of the table border.
2008-10-01 11:39:56 -05:00
Jacek Caban
9c248189f7
jscript: Added delete expression for EXPRVAL_IDREF implementation.
2008-10-01 11:39:47 -05:00
Jacek Caban
65a207466d
jscript: Added IDispatchEx::GeleteMemberByDispID implementation.
2008-10-01 11:39:42 -05:00
Jacek Caban
84d8cddcae
jscript: Added Date constructor object implementation.
2008-10-01 11:39:37 -05:00
Jacek Caban
a9c4d2b18e
jscript: Don't clear uninitialized variable.
2008-10-01 11:39:26 -05:00
Jacek Caban
50a84b4545
jscript: Allocate variables when entering execution context.
2008-10-01 11:39:18 -05:00
Jacek Caban
131d0b9f1b
jscript: Optimize GetDispID usage.
2008-10-01 11:39:13 -05:00
Jacek Caban
b54f449e2d
mshtml: Ignore IDispatchJS in QueryInterface.
2008-10-01 10:01:15 -05:00
Jacek Caban
e80c55c367
mshtml: Added IHTMLTableRow::get_cells implementation.
2008-10-01 10:01:10 -05:00
Jacek Caban
ac4117fdb5
mshtml: Added IHTMLTable::get_rows implementation.
2008-10-01 10:01:03 -05:00
Jacek Caban
bf9155dbaa
mshtml: Store nsIDOMHTMLTableElement in HTMLTable.
2008-10-01 10:00:57 -05:00
Jacek Caban
0769ebc8a6
mshtml: Use create_all_collection in IHTMLElement::get_all implementation.
2008-10-01 10:00:51 -05:00
Jacek Caban
53f00d0221
mshtml: Use create_collection_from_nodelist in IHTMLElement::get_children implementation.
2008-10-01 10:00:45 -05:00
Jacek Caban
c584effc73
mshtml: Move IHTMLElementCollection to separated file.
2008-10-01 10:00:38 -05:00
Jacek Caban
1ee46d4814
mshtml: Don't use IHTMLControlElement in IDispatchEx implementations.
2008-10-01 10:00:31 -05:00
Jacek Caban
630252c12d
mshtml: Added IDispatchEx support to IHTMLTable.
2008-10-01 10:00:27 -05:00
Jacek Caban
ea36413683
mshtml: Added IDispatchEx support to HTMLTableRow.
2008-10-01 10:00:22 -05:00
Jacek Caban
31ae80233d
mshtml: Added IHTMLTableRow stub implementation.
2008-10-01 09:58:50 -05:00
Andrew Talbot
3fae4082ef
dsound: Sign-compare warnings fix.
2008-10-01 09:57:00 -05:00
Andrew Talbot
623ee7775b
ddraw: Sign-compare warning fix.
2008-10-01 09:56:54 -05:00
Dmitry Timoshkov
40e1e39785
gdi32: Make the PS_NULL test pass under Wine.
2008-10-01 09:56:41 -05:00
Juan Lang
8c90767c3d
wintrust: Implement WTHelperGetKnownUsages.
2008-10-01 09:56:22 -05:00
Juan Lang
c4c409e91c
wintrust: Add tests for WTHelperGetKnownUsages.
2008-10-01 09:55:20 -05:00
Juan Lang
6e0f86596f
wintrust: Add stub for WTHelperGetKnownUsages.
2008-10-01 09:54:38 -05:00
Eric Pouech
9bc74e3ab6
dbghelp: Add support for the newest line number information in pdb files.
2008-10-01 09:51:51 -05:00
Eric Pouech
3dc37cbf94
dbghelp: Rewrote the linetab access so that we don't need to allocate intermediate information.
2008-10-01 09:51:44 -05:00
Eric Pouech
864a60d5ba
dbghelp: Added support for real80 (aka long double) in inner codeview types.
2008-10-01 09:50:35 -05:00
Eric Pouech
1a1be65e8e
dbghelp: Now fully reading the leafs as variant for constants.
...
Also added missing creation for V3 constants.
2008-10-01 09:50:28 -05:00
Eric Pouech
81df3de0fc
dbghelp,winedump: Added support for symbol symbol.
2008-10-01 09:50:02 -05:00
Eric Pouech
028956d1fe
dbghelp,winedump: Added support for symbol 0x113c.
2008-10-01 09:49:54 -05:00
Eric Pouech
82d1845d85
dbghelp,winedump: Added support for 0x113d symbol.
2008-10-01 09:49:45 -05:00
Eric Pouech
1a6e018f0e
dbghelp: Silence symbol 0x1139.
2008-10-01 09:49:32 -05:00
Eric Pouech
cff33cedf5
winedump: Add preliminary dumping of 0x1136 and 0x1137 symbols.
2008-10-01 09:49:24 -05:00
Eric Pouech
076dcc845f
dbghelp,winedump: Added support for symbol 0x1012.
2008-10-01 09:48:32 -05:00
Eric Pouech
ee4aaf7fcd
dbghelp,winedump: Added support for symbol 0x113a.
2008-10-01 09:48:20 -05:00
Eric Pouech
7abf97ca47
dbghelp: Added stub for SymSetScopeFromAddr.
2008-10-01 09:48:06 -05:00
Eric Pouech
871dbfa88b
dbghelp: Added the latest stubs.
2008-10-01 09:47:55 -05:00
Eric Pouech
49a44342fa
dbghelp: Added stubs for add symbol functions.
2008-10-01 09:47:41 -05:00
Dimitrie O. Paun
e209932069
user32: Fix a noisy FIXME.
2008-10-01 09:47:31 -05:00
Marcus Meissner
628b8e7630
msi: Fix potential uninitialized use of substg.
2008-09-30 11:33:38 -05:00
Reece Dunn
4193d78029
kernel32: Be more verbose when reporting the sync test failures.
2008-09-30 11:33:24 -05:00
Roderick Colenbrander
ad89d9a2b8
opengl32: Merge recent opengl extensions and prepare for opengl 3.0.
2008-09-30 11:32:58 -05:00
Ulrich Czekalla
32a4ac1629
shell32: Revert c1f2824429
. It caused poor performance.
...
Patch c1f2824429
causes poor performance
when browsing a directory. In fact it has a side affect that when you
browse the root folder off of My Computer it will enumerate not only
the root's contents but each subfolder's contents as well in order to
get a more likely correct value for SFGAO_HASSUBFOLDER.
2008-09-30 11:32:50 -05:00
Hans Leidekker
b0a069dcfb
inetcomm: Add a stub implementation of IIMAPTransport.
2008-09-30 11:29:07 -05:00
Andrew Talbot
c1d5dfe84b
dinput: Sign-compare warnings fix.
2008-09-30 10:57:23 -05:00
Rob Shearman
637c3125ba
advapi32: Output the last error when services tests fail.
2008-09-30 10:57:15 -05:00
Lei Zhang
60d97040f8
comctl32: Avoid a divide by zero in listview.
2008-09-30 10:56:55 -05:00
Jacek Caban
ec34ad38ef
urlmon: Fixed potential null dereference.
2008-09-30 10:56:22 -05:00
Rob Shearman
65de799958
comcat: Fix mixing of HRESULT and LSTATUS types in COMCAT_CLSID_IEnumGUID_Next, COMCAT_IEnumCATEGORYINFO_Next and COMCAT_CATID_IEnumGUID_Next.
...
(Found by PreFast.)
2008-09-30 10:20:46 -05:00
Rob Shearman
941801c548
d3d8: Fix incorrect ordering of brackets in IDirect3DVertexShader8Impl_GetDevice.
...
The comparison should be (D3D_OK == hr && myDevice), not (D3D_OK == (hr && myDevice)).
(Found with PreFast.)
2008-09-30 10:20:41 -05:00
Rob Shearman
c9d24bdc3e
avifil32: Fix treating the return values of mmio* functions as HRESULTs instead of MMRESULTs.
...
(Found by PreFast.)
2008-09-30 10:20:32 -05:00
Rob Shearman
6357f9c02c
oledlg: Fix the type of ret in UIINSERTOBJECTDLG_PopulateObjectTypes.
...
It is only used for storing the result of RegEnumKeyW so it should be
LSTATUS instead of HRESULT.
2008-09-30 10:20:30 -05:00
Rob Shearman
171762827c
avifil32: Fix type of variable used to store the result of ICCompress in AVIFILE_EncodeFrame.
...
(Found by PreFast.)
2008-09-30 10:20:26 -05:00
Rob Shearman
a4b2a2c380
d3d9: Fix incorrect ordering of brackets in IDirect3DVertexShader9Impl_GetDevice.
...
The comparison should be (D3D_OK == hr && myDevice), not (D3D_OK == (hr && myDevice)).
(Found with PreFast.)
2008-09-30 10:20:22 -05:00
Rob Shearman
80b5b74f15
shlwapi: Use an error code instead of -1 for signalling prefix not being found in URL_GuessScheme.
2008-09-30 10:20:14 -05:00
Rob Shearman
739bdaeb86
uxtheme: SetPropW returns a BOOL not an HRESULT.
...
Therefore fix the code to handle SetPropW failing with this in mind.
(Found by PreFast.)
2008-09-30 10:20:10 -05:00
Dylan Smith
0699332b37
richedit: Fixed test failing on windows version with larger font sizes.
2008-09-30 10:18:02 -05:00
Dylan Smith
c13fd6a44b
richedit: Fixed test failure that happend on older builds of riched20.dll.
2008-09-30 10:16:27 -05:00
Lei Zhang
83d92f4195
gdiplus: Allocate enough space for BITMAPINFO in GdipLoadImageFromStream.
2008-09-30 10:15:42 -05:00
Lei Zhang
778ea2360e
gdiplus: Allocate enough space for BITMAPINFO in GdipBitmapUnlockBits.
2008-09-30 10:15:37 -05:00
Lei Zhang
2309a9e4ab
gdiplus: Allocate enough space for BITMAPINFO in GdipBitmapLockBits.
2008-09-30 10:15:31 -05:00
Lei Zhang
fc753bbb58
gdiplus: Free memory on a failure.
2008-09-30 10:15:02 -05:00
Lei Zhang
8d53fc56fe
gdiplus: Allocate enough space for BITMAPINFO in GdipCreateTextureIA.
2008-09-30 10:14:56 -05:00
Jacek Caban
47ef2acc3b
mshtml: Fixed tests on IE7.
2008-09-30 10:14:31 -05:00
Vitaliy Margolen
d83fc43e5e
user32/tests: Move shell test to the end - killing explorer affects lots of tests.
2008-09-30 10:14:22 -05:00
Roderick Colenbrander
b09a9ebc76
opengl32: Remove some tests which cause issues on win9x.
2008-09-30 10:13:47 -05:00
Roderick Colenbrander
23b1988f1a
opengl32: Add some driver traces to the tests.
2008-09-30 10:13:39 -05:00
Nikolay Sivov
3ecb8bdd61
gdiplus: Stubs for GdipIsVisiblePoint/GdipIsVisiblePointI.
2008-09-30 10:13:31 -05:00
Nikolay Sivov
e2817e59b1
gdiplus: Implemented GdipSetClipPath.
2008-09-30 10:13:23 -05:00
Vitaliy Margolen
cc5ff833b3
user32/tests: Make it easier to identify failed tests.
2008-09-29 17:32:45 -05:00
Vitaliy Margolen
311fea4ec4
user32/tests: Use empty_message_queue with timeouts.
2008-09-29 17:32:30 -05:00
Andrew Talbot
a697d99d66
ddraw: Sign-compare warnings fix.
2008-09-29 17:32:17 -05:00
Jacek Caban
9b81945aeb
urlmon: Fixed file protocol tests on win9x.
2008-09-29 17:26:11 -05:00
Hans Leidekker
ee1a4650fd
winhttp: Skip notifications that may arrive out of order.
2008-09-29 17:25:47 -05:00
Hans Leidekker
a14e967135
shlwapi: Fix PathIsValidChar tests that fail on some versions of Windows.
2008-09-29 17:25:42 -05:00
Dmitry Timoshkov
830f1563c6
gdi32: Add a test for PS_NULL pen being equal to NULL_PEN stock object.
2008-09-29 17:25:36 -05:00
James Hawkins
2f8830d55b
comctl32: Fix a test on locales where default first day of week is not the max value.
2008-09-29 17:25:30 -05:00
James Hawkins
5114d652d2
crypt32: Fix several failing tests in win9x.
2008-09-29 17:25:25 -05:00
Jacek Caban
4d46c99765
shdocvw: Fixed tests on IE5.
2008-09-29 17:25:16 -05:00
Kai Blin
ab448df3ef
dplayx: Set tests to "interactive" to avoid timing out on all machines.
2008-09-29 17:25:04 -05:00
Rob Shearman
f16bbf3282
ole32: Fix clipboard test failures on some versions of Windows.
...
Some versions of ole32 don't test that the lindex field of the
FORMATETC structure passed into functions is valid.
2008-09-29 17:25:00 -05:00
Francois Gouget
1177bbaa9e
comctl32/tests: Don't crash if adding the tooltip failed.
2008-09-29 17:24:55 -05:00
Jacek Caban
d1ab3b097d
mshtml: Fixed tests timeout.
2008-09-29 17:24:50 -05:00