Jacek Caban
|
5c05e6c869
|
jscript: Add static functions to variable objects.
|
2008-09-09 11:46:17 +02:00 |
Jacek Caban
|
a0170ad7f9
|
jscript: Added Function.length implementation.
|
2008-09-09 11:46:17 +02:00 |
Jacek Caban
|
99b4bc2347
|
jscript: Added member expression implementation.
|
2008-09-09 11:46:17 +02:00 |
Jacek Caban
|
7c6bf428b5
|
jscript: Added function object stub implementation.
|
2008-09-09 11:46:17 +02:00 |
Jacek Caban
|
d7c8c2544d
|
jscript: Added '!==' expression implementation.
|
2008-09-09 11:46:17 +02:00 |
Jacek Caban
|
c3938073da
|
jscript: Added '===' expression implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
326cf6e0cf
|
jscript: Added var statement implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
11153d0e05
|
jscript: Added logical negation implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
b60898353c
|
jscript: Added infrastructure for test scripts.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
a16f205382
|
jscript: Added call expression implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
652a0121a9
|
jscript: Added variable object handling.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
fc5a8836e9
|
jscript: Added scope chain implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
86a787bbc9
|
jscript: Added assignment test.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
3c05ffe094
|
jscript: Added literal expression implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
512505f908
|
jscript: Added assign expression implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
ca2b797f6a
|
jscript: Added global object implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
2bbd9d4105
|
jscript: Added AddNamedItem implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
2a7c9f1b92
|
jscript: Added identifier expression implementation.
|
2008-09-09 11:46:16 +02:00 |
Jacek Caban
|
eb0bb55de2
|
jscript: Added expression statement implementation.
|
2008-09-09 11:46:15 +02:00 |
Jacek Caban
|
3612bae30c
|
jscript: Added GetMemberName implementation.
|
2008-09-09 11:46:15 +02:00 |
Jacek Caban
|
68326a391d
|
jscript: Added DeleteMemberByName implementation.
|
2008-09-09 11:46:15 +02:00 |
Jacek Caban
|
11d9a49b0a
|
jscript: Added GetNextDispID implementation.
|
2008-09-09 11:46:15 +02:00 |
Jacek Caban
|
61734cd945
|
jscript: Added InvokeEx implementation.
|
2008-09-09 11:46:15 +02:00 |
Juan Lang
|
8c0e089d68
|
crypt32: Simplify CryptVerifyMessageSignature.
|
2008-09-09 11:46:15 +02:00 |
Juan Lang
|
cb5385e326
|
crypt32: Implement CryptVerifyDetachedMessageSignature.
|
2008-09-09 11:46:15 +02:00 |
Juan Lang
|
9e6b32139d
|
crypt32: Add tests for CryptVerifyDetachedMessageSignature.
|
2008-09-09 11:46:15 +02:00 |
Juan Lang
|
814451a420
|
crypt32: Add stub for CryptVerifyDetachedMessageSignature.
|
2008-09-09 11:46:15 +02:00 |
Juan Lang
|
32466b3a83
|
crypt32: Test verifying the signature of a detached signed message.
|
2008-09-09 11:46:15 +02:00 |
Juan Lang
|
b7d26dc9f5
|
crypt32: Don't crash when asked to verify a signature before the content has been finalized.
|
2008-09-09 11:46:15 +02:00 |
Juan Lang
|
f98eb4a8a0
|
crypt32: Implement CryptVerifyMessageHash.
|
2008-09-09 11:46:15 +02:00 |
Juan Lang
|
c097a7a6a6
|
crypt32: Add tests for CryptVerifyMessageHash.
|
2008-09-09 11:46:15 +02:00 |
Juan Lang
|
3cef67d5ca
|
crypt32: Add stub for CryptVerifyMessageHash.
|
2008-09-09 11:46:14 +02:00 |
Juan Lang
|
7c83565580
|
crypt32: Don't store redundant copy of detached hash message data.
|
2008-09-09 11:46:14 +02:00 |
Juan Lang
|
254f9b9c01
|
crypt32: Check length of sequence before checking tag.
|
2008-09-09 11:46:14 +02:00 |
Gerald Pfeifer
|
3dbdb31128
|
comctl32: Remove unused paramters from MONTHCAL_GetRange, MONTHCAL_MouseMove, and MONTHCAL_Create.
|
2008-09-09 11:46:14 +02:00 |
Gerald Pfeifer
|
95613fbdd2
|
wordpad: Shed off unused parameters from on_fontlist_modified, OnCreate, OnUser, OnNotify, and OnInitPopupMenu.
|
2008-09-09 11:46:14 +02:00 |
Alexander Nicolaysen Sørnes
|
32f890939f
|
regedit: Convert parts of export handling to unicode.
|
2008-09-09 11:46:14 +02:00 |
Alexander Nicolaysen Sørnes
|
87a871efe4
|
notepad: Only append .txt to missing files without a dot in them.
|
2008-09-09 11:46:14 +02:00 |
James Hawkins
|
ce8e69d4b1
|
riched20: Fix two typos that cause a failing test.
|
2008-09-09 11:46:14 +02:00 |
Rob Shearman
|
b49835229e
|
include: Use placeholder structures with at least one field in vmr9.idl.
MIDL won't parse structures with no fields.
|
2008-09-09 11:46:14 +02:00 |
Rob Shearman
|
fa441c9dd0
|
include: Add XMLDOMDocumentEvents dispinterface to xmldom.idl.
|
2008-09-09 11:46:14 +02:00 |
Rob Shearman
|
d65920df77
|
include: The INewShortcutHookA, INewShortcutHookW and IRunnableTask interface in shobjidl.idl should be local.
They are declared such that they cannot be used over the network and
cause errors in MIDL when they are not declared local.
|
2008-09-09 11:46:14 +02:00 |
Rob Shearman
|
c36682685a
|
include: Fix signature of NearestPoint function of IInkDisp interface in msinkaut.idl.
Since the PointOnStroke and DistanceFromPacket parameters are [in,
out] parameters the must be pointers.
|
2008-09-09 11:46:14 +02:00 |
Rob Shearman
|
244b14ba36
|
include: Fix level of indirection of parameters in GetNotifyCmdLine function of IBackgroundCopyJob2 interface in bits1_5.idl.
The parameters should be double pointers to strings, not pointers to strings.
|
2008-09-09 11:46:13 +02:00 |
Rob Shearman
|
10208999c5
|
include: Uncomment declaration of IDirectShowStream in amstream.idl.
Also remove incorrect [optional] attributes from parameters.
|
2008-09-09 11:46:13 +02:00 |
Rob Shearman
|
f399e6ecf2
|
include: Remove incorrect [optional] attributes from parameters in ddstream.idl.
|
2008-09-09 11:46:13 +02:00 |
Rob Shearman
|
dc2bee5f42
|
include: Define sigset_t in pthread.h if HAVE_SIGSET_T isn't defined.
|
2008-09-09 11:02:26 +02:00 |
Hans Leidekker
|
7f28c5f87e
|
winhttp: Make sure not to read more data than expected on a redirect.
Fixes a bug in automatic redirects with content.
|
2008-09-09 11:02:17 +02:00 |
Hans Leidekker
|
01e7d12848
|
winhttp: WinHttpQueryDataAvailable should do a blocking read if more data is expected.
Spotted by Henri Verbeet.
|
2008-09-09 11:02:04 +02:00 |
Hans Leidekker
|
6e6ffab63f
|
winhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT must return a pointer.
|
2008-09-09 11:01:53 +02:00 |