Andrew Eikum
|
4811167410
|
shlwapi: Check for NULL string in UrlIs.
|
2010-04-12 11:29:16 +02:00 |
Alexandre Julliard
|
a8e86e35dd
|
winapi: Generate the 64-bit variant of structure size/alignment tests.
|
2010-04-07 18:03:00 +02:00 |
Alexandre Julliard
|
2083aa3d68
|
shlwapi/tests: Fix some pointer conversion warnings on 64-bit.
|
2010-04-07 14:25:09 +02:00 |
Alexandre Julliard
|
86860cc976
|
shlwapi: Fix SHCreateWorkerWindowA for 64-bit.
|
2010-04-02 15:22:53 +02:00 |
Nikolay Sivov
|
803dea3326
|
shlwapi: Some SHCreateWorkerWindowA tests.
|
2010-03-30 17:23:43 +02:00 |
Mikhail Maroukhine
|
95100a6e92
|
shlwapi: Fix compiler warnings with flag -Wcast-qual.
|
2010-03-29 12:16:43 +02:00 |
Mikhail Maroukhine
|
f930c87fd6
|
objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN.
|
2010-03-29 12:11:02 +02:00 |
Nikolay Sivov
|
ade553823d
|
shlwapi: Fix SHCreateWorkerWindowW fallback to A-call condition.
|
2010-03-29 11:48:15 +02:00 |
Nikolay Sivov
|
3058b68bdc
|
shlwapi: More trace for menu related helpers.
|
2010-03-29 11:47:59 +02:00 |
Nikolay Sivov
|
df04c25a86
|
shlwapi/tests: Use a single trace call variable for all tests.
|
2010-03-29 11:47:52 +02:00 |
Nikolay Sivov
|
1372806e74
|
shlwapi: Use public define for QISearch table entry, make it available by name (as on Vista+).
|
2010-03-29 11:47:44 +02:00 |
Nikolay Sivov
|
66aa3dc834
|
shlwapi: Complete IUnknown_SetOwner call.
|
2010-03-29 11:47:34 +02:00 |
Nikolay Sivov
|
442364c1be
|
shlwapi: Fix interface leaks in SHIsSameObject.
|
2010-03-29 11:46:00 +02:00 |
Nikolay Sivov
|
55b4e4e354
|
shlwapi: Fix IUnknown_AtomicRelease prototype and simplify body a bit.
|
2010-03-29 11:45:54 +02:00 |
Nikolay Sivov
|
076676d448
|
shlwapi: Fix some memory, handle and reference count leaks in RegisterDefaultAcceptHeaders.
|
2010-03-29 11:45:49 +02:00 |
Nikolay Sivov
|
43a92c6610
|
shlwapi: Added IUnknown_ProfferService implementation with tests.
|
2010-03-26 10:31:14 +01:00 |
Nikolay Sivov
|
b6f92ceaed
|
shlwapi: Fix prototype for SHGetShellKey and extend trace.
|
2010-03-26 10:31:10 +01:00 |
Nikolay Sivov
|
c9f2007e72
|
shlwapi: Implement IUnknown_QueryServiceExec with tests.
|
2010-03-25 15:10:04 +01:00 |
Francois Gouget
|
3428b94a8d
|
Assorted spelling and case fixes.
|
2010-03-22 10:49:13 +01:00 |
Andrew Eikum
|
594a19645e
|
shlwapi: Only skip 'localhost' in file URLs in UrlCanonicalize.
|
2010-03-19 17:10:10 +01:00 |
Alexandre Julliard
|
82e7a6e52a
|
shlwapi/tests: Avoid size_t in a trace.
|
2010-03-19 17:04:02 +01:00 |
Nikolay Sivov
|
93b3ba76f6
|
shlwapi: Fix StrCpyNW to deal with null inputs better, and don't use lstrcpynW.
|
2010-03-18 17:06:42 +01:00 |
Nikolay Sivov
|
d16bf5f9ba
|
shlwapi: Add a forward to DelayLoadFailureHook.
|
2010-03-18 11:17:18 +01:00 |
Paul Vriens
|
5f6962c7fc
|
shlwapi/tests: Fix some test failures on Vista+.
|
2010-03-17 13:38:51 +01:00 |
Paul Vriens
|
33b45cf98d
|
shlwapi/tests: Fix some test failures on XP/Vista.
|
2010-03-17 10:07:27 +01:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Andrew Eikum
|
e60b2ec907
|
shlwapi: Improve error handling in UrlGetPart.
|
2010-03-15 15:08:26 +01:00 |
Nikolay Sivov
|
c8cd150258
|
shlwapi: Don't cast WCHAR string to BSTR.
|
2010-03-15 14:18:06 +01:00 |
Nikolay Sivov
|
533f7558aa
|
shlwapi: Partially implement SHGetObjectCompatFlags with tests.
|
2010-03-15 14:18:06 +01:00 |
Paul Vriens
|
2448b8da9b
|
shlwapi/tests: Fix a test failure on NT4.
|
2010-03-15 13:28:26 +01:00 |
Paul Vriens
|
fc47c7d1d7
|
shlwapi/tests: Fix some test failures on Win9x/WinMe.
|
2010-03-05 12:46:14 +01:00 |
Paul Vriens
|
e271ac6f26
|
shlwapi/tests: Skip some tests on Win9x/WinMe.
|
2010-03-05 12:46:08 +01:00 |
Nikolay Sivov
|
2d76bf2e69
|
shlwapi/tests: Some tests for PathGetDriveNumber.
|
2010-03-03 11:54:52 +01:00 |
Andrew Eikum
|
386cb659df
|
shlwapi: Ignore the hash of HTML URLs in UrlCombine.
|
2010-03-01 14:27:27 +01:00 |
Nikolay Sivov
|
cf663d17e7
|
shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests.
|
2010-03-01 12:05:52 +01:00 |
Nikolay Sivov
|
5d74e5753f
|
shlwapi: Fix mask usage in SHSetWindowBits with tests.
|
2010-03-01 12:05:52 +01:00 |
Reece Dunn
|
1571337c03
|
shlwapi/tests: Skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE.
|
2010-02-23 12:10:06 +01:00 |
Alexandre Julliard
|
6164ce2d82
|
makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
|
2010-02-22 10:47:11 +01:00 |
Vincent Povirk
|
90b7ccc36a
|
shlwapi: GetUrlPart can get the scheme of url's without a ://.
|
2010-02-16 10:45:10 +01:00 |
Detlef Riekenberg
|
c723015fdc
|
shlwapi/tests: Use defined settings when testing GetAcceptLanguages.
|
2010-02-15 16:11:04 +01:00 |
Detlef Riekenberg
|
b14a08f388
|
shlwapi: Return the correct length from GetAcceptLanguagesA.
|
2010-02-12 15:52:25 +01:00 |
Detlef Riekenberg
|
31ea126692
|
shlwapi: Return the correct results in GetAcceptLanguagesW.
|
2010-02-12 15:52:25 +01:00 |
Detlef Riekenberg
|
7aac2c070d
|
shlwapi/tests: Remove GetLastError tests for GetAcceptLanguages, which uses HRESULT.
|
2010-02-12 15:52:25 +01:00 |
Aric Stewart
|
e0b23217fe
|
shlwapi: Account for trailing NULL in UrlFixupW.
|
2010-02-10 11:33:22 +01:00 |
Michael Stefaniuc
|
36d269ac22
|
shlwapi: Don't print the function name twice in an ERR.
|
2010-02-04 13:39:28 +01:00 |
Detlef Riekenberg
|
c318f4f76b
|
shlwapi/tests: UrlUnescape* is not present on Win95B (winetestbot).
|
2010-02-01 12:35:09 +01:00 |
Detlef Riekenberg
|
ce7eb256bc
|
shlwapi/tests: UrlIs* is not present on Win95B (winetestbot).
|
2010-02-01 12:35:00 +01:00 |
Detlef Riekenberg
|
4f4a47a1c9
|
shlwapi/tests: UrlHash* is not present on Win95B (winetestbot).
|
2010-02-01 12:34:52 +01:00 |
Detlef Riekenberg
|
fb81d89a81
|
shlwapi/tests: UrlGetPart* is not present on Win95B (winetestbot).
|
2010-02-01 12:34:44 +01:00 |
Detlef Riekenberg
|
5d1820e70e
|
shlwapi/tests: UrlEscape* is not present on Win95B (winetestbot).
|
2010-02-01 12:34:36 +01:00 |