Commit Graph

40791 Commits

Author SHA1 Message Date
Rob Shearman cfb349c4f2 urlmon: Add tests for BindToObject for URL monikers based on the existing tests for BindToStorage. 2007-10-29 12:02:40 +01:00
Aric Stewart 20ae8d2804 msdmo: Fix to DMOEnum to properly enumerate the keys and properly respect the flag. 2007-10-29 12:02:33 +01:00
Detlef Riekenberg 3fb513deb4 include/winbase: Fix a typo. 2007-10-29 12:02:24 +01:00
Alexandre Julliard 444b3c7a58 Release 0.9.48. 2007-10-26 19:21:15 +02:00
Marcus Meissner 438ca04607 Updated AUTHORS file. 2007-10-26 17:27:46 +02:00
Francois Gouget ce9cc0ba50 cryptnet: Fix compilation on systems that don't support nameless unions. 2007-10-26 15:20:46 +02:00
Stefan Dösinger 20f1f50b2a wined3d: Move regular surface / texture downloading to LoadLocation. 2007-10-26 15:18:15 +02:00
Stefan Dösinger 123744910f wined3d: Add a method for surface location updates. 2007-10-26 15:17:30 +02:00
Stefan Dösinger dcff7dc213 wined3d: Begin centralizing surface location management. 2007-10-26 15:17:19 +02:00
Stefan Dösinger ee32ac575b wined3d: A point size fix. 2007-10-26 15:17:01 +02:00
Louis Lenders 27e8b829a4 advapi32: Export RegOverridePredefKey. 2007-10-26 15:16:38 +02:00
Detlef Riekenberg 23d78ff2b8 comdlg32/tests: Initial tests for PrintDlgExW. 2007-10-26 15:15:05 +02:00
Detlef Riekenberg 429d7a27e0 comdlg32: Improve stub for PrintDlgEx. 2007-10-26 15:14:56 +02:00
Detlef Riekenberg 2be2c1acc5 ntdll: Dump the base address when a module is loaded. 2007-10-26 15:14:21 +02:00
Jeremy Newman 2da76a04a3 credui: Add a Wine-themed banner for the credentials dialog. 2007-10-26 15:13:14 +02:00
Rob Shearman ce5b6c8410 credui: Add a banner and message box to the dialog presented by CredUIPromptForCredentials. 2007-10-26 15:12:36 +02:00
Jacek Caban cecc7ab747 itss: Fixed test crash on IE7. 2007-10-26 14:04:17 +02:00
Jacek Caban 6f8bb3256e mshtml: More IE7 test fixes. 2007-10-26 14:04:13 +02:00
Jacek Caban fe04ba0aab urlmon: Use QueryInterface in get_callback. 2007-10-26 14:04:08 +02:00
Dan Kegel 3d9b69f5a3 winmm: Avoid testing linecontrols if can't get line info. 2007-10-26 14:04:03 +02:00
Lionel Debroux efebe8b29b msvcrt/tests: Fix memory leak (found by Smatch). 2007-10-26 14:03:47 +02:00
Dmitry Timoshkov c20bf6931a shlwapi: Update exported API entries according to the info published by Geoff Chappell. 2007-10-26 14:03:47 +02:00
Andrew Talbot ac524986df winhelp: Fix a memory leak. 2007-10-26 14:03:47 +02:00
James Hawkins 4d2e148fb0 msi: Use package_from_db instead of opening the package with MsiOpenPackage. 2007-10-26 14:03:47 +02:00
James Hawkins 1d9c680eed msi: Output expected values on failing tests. 2007-10-26 14:03:47 +02:00
James Hawkins a992991262 msi: Define _WIN32_MSI to pull in new definitions. 2007-10-26 14:03:47 +02:00
James Hawkins e6b658c4bf user32: Define WM_LBTRACKPOINT if it's not previously defined. 2007-10-26 14:03:47 +02:00
James Hawkins 0c22e54059 user32: Fix a test that now passes in Windows. 2007-10-26 14:03:47 +02:00
James Hawkins 9f50d66276 advpack: Restore the LProgramF string using the acquired Program Files string. 2007-10-26 14:03:47 +02:00
James Hawkins d258484b0b msi: Set the ROOTDRIVE property so the admin sequence won't choose its own. 2007-10-26 14:03:46 +02:00
James Hawkins 5169d04ec2 msi: Add missing newline to the adm_custom_action table. 2007-10-26 14:03:46 +02:00
James Hawkins e533893da8 cabinet: Fix two tests that return E_FAIL on win98. 2007-10-26 14:03:46 +02:00
Jacek Caban c98ca177a8 urlmon: Fixed tests on IE7. 2007-10-26 14:03:46 +02:00
Jacek Caban f4f0c8fbcd urlmon: Added emulated http tests. 2007-10-26 14:03:46 +02:00
Aric Stewart 6a8219a6b1 kernel32: Set last error to ERROR_INSUFFICIENT_BUFFER in LCMapString when the sort key buffer is too small. 2007-10-26 14:03:46 +02:00
Mikolaj Zalewski a1e0f773e0 advapi32: Add a well known sid. 2007-10-26 14:03:46 +02:00
Mikolaj Zalewski e7d423ce48 advapi32: Fix CreateWellKnownSid test on Windows XP. 2007-10-26 14:03:46 +02:00
Alexandre Julliard 3243311214 winebuild: Add a -ordinal flag for entry points that must be imported by ordinal but exported by name. 2007-10-26 12:47:40 +02:00
Juan Lang 8170acfc35 crypt32: Remove iTunes chain from certificate policy tests, there's no guarantee the root cert is trusted. 2007-10-26 12:46:30 +02:00
Juan Lang 8240395073 crypt32: Remove a test because of a Windows 2003 SP1 bug. 2007-10-26 12:46:30 +02:00
Juan Lang e2f1f39b52 setupapi: Include enumerator string as part of device instance ID. 2007-10-26 12:46:30 +02:00
Rob Shearman e51f8490f2 server: Ignore ACEs with the INHERIT_ONLY_ACE flag set during access checks. 2007-10-26 12:46:30 +02:00
Rob Shearman 340122abb7 advapi32: Fix the ACCESS_SYSTEM_SECURITY test by impersonating the token during the call to RtlAdjustPrivileges. 2007-10-26 12:46:30 +02:00
Rob Shearman efed229a08 advapi32: Add a test for access checks with the INHERIT_ONLY_ACE flag. 2007-10-26 12:46:30 +02:00
Rob Shearman 23df453d38 server: Make create_mapping use struct object_attributes and set the security descriptor of file mapping objects. 2007-10-26 12:45:29 +02:00
Rob Shearman 1f86321964 server: Make create_mutex use struct object_attributes and set the security descriptor of mutex objects. 2007-10-26 12:44:51 +02:00
Rob Shearman b0e5fb4384 server: Make create_semaphore use struct object_attributes and set the security descriptor of semaphore objects. 2007-10-26 12:44:26 +02:00
Andrew Talbot a8df7fddd5 xcopy: Fix some memory leaks. 2007-10-25 14:26:47 +02:00
Hwang YunSong(황윤성) f0c31f2e8a browseui: New Korean resource. 2007-10-25 14:00:04 +02:00
Hwang YunSong(황윤성) 39380c9454 regedit: Updated Korean resource. 2007-10-25 13:59:46 +02:00