Alexandre Julliard
be94563670
ntdll/tests: Make some variables static.
2010-10-01 13:37:03 +02:00
Alexandre Julliard
7c2de56ccd
netapi32/tests: Make some variables static.
2010-10-01 13:36:54 +02:00
Alexandre Julliard
d1d1d0205d
msi/tests: Make some variables static.
2010-10-01 13:36:43 +02:00
Alexandre Julliard
7064e8838c
kernel32/tests: Make some variables static.
2010-10-01 13:36:35 +02:00
Alexandre Julliard
c1b1b6f184
d3d9/tests: Make some variables static.
2010-10-01 13:36:20 +02:00
Alexandre Julliard
d7bd274eed
crypt32/tests: Make some variables static.
2010-10-01 13:36:03 +02:00
Alexandre Julliard
55676e84ed
comctl32/tests: Make some variables static.
2010-10-01 13:35:49 +02:00
Alexandre Julliard
53d810c9ad
advapi32/tests: Make function pointers static and remove redundant typedefs.
2010-10-01 13:33:37 +02:00
Alexandre Julliard
536fc57091
winex11: Force setting the cursor again on the first mouse event in case the initial setting failed.
2010-09-30 17:51:18 +02:00
Damjan Jovanovic
666940902d
windowscodecs: Support ICO files with embedded PNGs.
2010-09-30 17:51:18 +02:00
Adam Martinson
776a8662f0
msxml3: Expose the XML parser SAX callback interface.
...
This eliminates a few function calls; libxml will call this indirectly
through the old method. By writing our own callback functions or
wrapping the default ones we can manipulate the xmlDoc as it's being
parsed, allowing us to match the way msxml parses.
2010-09-30 17:51:17 +02:00
Vitaly Perov
042ecec8b6
shdocvw: Silence QueryInterface FIXME.
2010-09-30 17:51:17 +02:00
Jacek Caban
651fc5a289
urlmon: Skip tests on IEs older than 6 by checking for CompareSecurityIds.
2010-09-30 17:51:17 +02:00
Alexandre Julliard
b4109a079f
msi/tests: Fix a test failure on 64-bit.
2010-09-30 17:51:17 +02:00
Alexandre Julliard
9fe16f8ae9
msi/tests: Avoid corrupting the pending file renames key on failure.
2010-09-30 17:51:17 +02:00
Henri Verbeet
132158cbf5
wined3d: Pass gl_info and state parameters directly to drawStridedSlowVs().
2010-09-30 17:51:17 +02:00
Henri Verbeet
f065a5e54b
wined3d: Remove the useless device parameter to drawStridedFast().
2010-09-30 17:51:16 +02:00
Henri Verbeet
c2363f750b
wined3d: Pass a wined3d_gl_info structure to send_attribute().
2010-09-30 17:51:16 +02:00
Henri Verbeet
5097623dcf
wined3d: Pass a wined3d_state structure to device_preload_texture().
2010-09-30 17:51:16 +02:00
Andrew Nguyen
285e6d249f
msvcrt: Initialize environ on DLL load.
2010-09-30 17:51:16 +02:00
Alexandre Julliard
9227eb2c9d
ntdll: Add a workaround for Ubuntu's stupid ptrace breakage.
2010-09-30 17:51:12 +02:00
Alexandre Julliard
dec7effac0
ntdll: Add support for retrieving the server pid from the socket credentials.
2010-09-30 17:05:13 +02:00
Alexandre Julliard
179715251d
server: Make the fd passing code slightly more portable.
2010-09-30 11:53:07 +02:00
Alexandre Julliard
19da00a6a3
dsound/tests: Mark some Vmware sound driver failures as broken.
2010-09-30 11:32:59 +02:00
Alexandre Julliard
7a151d5e3e
ntdll/tests: Fix a test failure on 64-bit platforms.
2010-09-30 11:19:31 +02:00
Gerald Pfeifer
90021f6ea5
setupx.dll16: Remove some unused code from VCP_CheckPaths.
2010-09-30 11:16:53 +02:00
Juan Lang
be3a5e368f
crypt32: Check revocation failures when verifying the SSL policy.
2010-09-30 11:16:44 +02:00
Juan Lang
da11d66bff
crypt32: Check usage when verifying the SSL policy.
2010-09-30 11:16:40 +02:00
Juan Lang
d74c4f7c15
crypt32: Honor more SECURITY_FLAG_IGNORE flags when verifying the SSL policy.
2010-09-30 11:16:36 +02:00
Juan Lang
54429016eb
crypt32/tests: Test more SECURITY_FLAG_IGNORE flags for the SSL policy.
2010-09-30 11:16:28 +02:00
Stefan Leichter
637fd3735a
setupapi: Added more tests for SetupDiGetINFClassA.
2010-09-30 11:15:49 +02:00
Detlef Riekenberg
ddb033b7c0
inetcpl: Remove a space from a button label.
2010-09-30 11:15:36 +02:00
Frédéric Delanoy
4bf30d130f
inetcpl.cpl: Update French translation.
2010-09-30 11:15:33 +02:00
Juan Lang
0e4e2a378a
wininet: More completely implement querying INTERNET_OPTION_SECURITY_FLAGS.
2010-09-30 11:14:39 +02:00
Juan Lang
6808c1c684
wininet: Remove unneeded error message.
2010-09-30 11:14:31 +02:00
Juan Lang
44112c367f
wininet: Honor security flags when verifying certificates.
2010-09-30 11:14:16 +02:00
Juan Lang
98dbdadcda
wininet: Don't call SSL_connect until initialization is complete.
2010-09-30 11:14:01 +02:00
Juan Lang
181a367a1f
wininet: Don't retrieve a certificate that isn't used.
2010-09-30 11:13:55 +02:00
Juan Lang
77c4ade08b
wininet: Store security flags in WININET_NETCONNECTION.
2010-09-30 11:13:48 +02:00
Juan Lang
ce0164c3f7
wininet: Store WININET_NETCONNECTION * in SSL context.
2010-09-30 11:13:35 +02:00
Juan Lang
3e51313e37
wininet: Don't make use of OpenSSL's security checks, as crypt32 also verifies certificate chain.
2010-09-30 11:13:12 +02:00
Alexandre Julliard
9387810dab
winmm: Make MCI_STATUS return type a 64-bit integer on 64-bit platforms.
...
Based on a patch by Octavian Voicu.
2010-09-29 20:17:01 +02:00
Alexandre Julliard
88be48ebeb
makefiles: Use the -m16 option with 16-bit resources for consistency.
2010-09-29 20:15:57 +02:00
Alexandre Julliard
c685b99d9b
makefiles: Pass target options to wrc.
2010-09-29 20:13:44 +02:00
Alexandre Julliard
e6340f1652
wrc: Add support for target options, and define _WIN64 for 64-bit builds.
2010-09-29 20:13:28 +02:00
Jacek Caban
c6e1a0c81e
mshtml: Added nsIURI::GetPath implementation.
2010-09-29 16:15:03 +02:00
Jacek Caban
11d33cb167
mshtml: Use IUri for nsIURL::GetQuery implementation.
2010-09-29 16:14:59 +02:00
Jacek Caban
d98bb11f49
mshtml: Get rid of use_wine_url.
2010-09-29 16:14:49 +02:00
Jacek Caban
e58f9df642
mshtml: Use IUri for nsIURI::GetScheme implementation.
2010-09-29 16:14:46 +02:00
Alexandre Julliard
d1e9a09388
winmm: Add support for the MCI_INTEGER64 type.
...
Based on a patch by Octavian Voicu.
2010-09-29 15:22:00 +02:00