Austin English
5cce62a8f4
hlink/tests: Remove win9x hacks.
2011-02-28 13:11:50 +01:00
Austin English
f41a70133a
hlink/tests: Don't check results in disabled tests (LLVM/Clang).
2011-02-08 14:45:54 -06:00
Reece Dunn
365ae23e46
hlink/tests: Add hres checks for the IHlink_GetMonikerReference calls (clang).
2011-01-25 12:37:51 +01:00
Nikolay Sivov
e871d5ec37
hlink/tests: Fix interface leak (Valgrind).
2011-01-17 12:50:42 +01:00
Michael Stefaniuc
4a6c525659
hlink: Use ifaces instead of vtbl pointers in ExtensionService.
2011-01-05 17:52:46 +01:00
Michael Stefaniuc
5b502e3e02
hlink: Use an iface instead of a vtbl pointer in CFImpl.
2010-12-30 12:21:53 +01:00
Michael Stefaniuc
5101f249c8
hlink: Use ifaces instead of vtbl pointers in HlinkImpl.
2010-12-29 11:59:34 +01:00
Michael Stefaniuc
425dd09309
hlink: Use an iface instead of a vtbl pointer in HlinkBCImpl.
2010-12-05 12:28:45 +01:00
Alexandre Julliard
61eb983313
hlink: Convert dll registration to the IRegistrar mechanism.
2010-12-02 14:40:00 +01:00
Andrew Eikum
a8e39c66f7
hlink: Site data should only be set if the hlink has an HlinkSite.
2010-11-02 11:15:08 +01:00
Andrew Eikum
5c5e53ae21
hlink: Implement HlinkClone.
2010-11-02 11:15:05 +01:00
Alexandre Julliard
81b8ee863e
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
2010-09-19 12:36:48 +02:00
Andrew Eikum
cb5eb33159
hlink: Implement HLINKGETREF flags handling.
2010-08-17 11:56:13 +02:00
Alexandre Julliard
b86d515ed6
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:36 +02:00
Austin English
82868174bc
Remove references to wineprefixcreate.
2010-07-20 12:35:40 +02:00
Alexandre Julliard
2a26e954ec
hlink/tests: Comment out a test for an uninitialized return value.
2010-06-21 11:49:07 +02:00
Francois Gouget
da00e1558e
hlink/tests: Add a trailing '\n' to an ok() call.
2010-03-22 10:48:35 +01:00
Andrew Eikum
94edcc1d88
hlink: Implement IHlinkBrowseContext::GetBrowseWindowInfo.
2010-03-17 10:59:08 +01:00
Andrew Eikum
3e041586a6
hlink: Split target at hash in HlinkCreateFromString.
2010-03-17 10:59:02 +01:00
Andrew Eikum
a8183a6317
hlink: Set hlink's location to NULL if the empty string is given.
2010-03-17 10:58:56 +01:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Reece Dunn
a2ae7a2b3d
hlink/tests: Add more tests to show a difference in string and moniker hlinks.
2010-03-02 11:12:26 +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
Reece Dunn
a2c41b72f8
Don't generate FIXME warnings for DllCanUnloadNow.
2010-01-06 10:59:51 +01:00
Andrew Eikum
4fec073d49
hlink/tests: Fix some memory leaks (valgrind).
2010-01-04 11:41:27 +01:00
Andrew Eikum
9b164cf6f4
hlink: Fix copy-paste typo.
2010-01-04 11:41:27 +01:00
Andrew Eikum
57a47b0833
hlink: String target reference is actually moniker target's display name.
...
The original implementation treated the string target in IHlink as a
separate entity from the moniker target. In reality, the string target
is just the moniker target's display name and setting one reference also
sets the other.
2009-12-31 12:12:16 +01:00
Andrew Eikum
ff13146e92
hlink/tests: Repair test to work as intended.
2009-12-29 11:08:59 +01:00
Paul Vriens
62bb1eb2a4
hlink/tests: Fix a test failure on Win9x/WinMe.
2009-12-24 17:01:27 +01:00
Andrew Eikum
7255944064
hlink: Add tests for IHlinkBrowseContext::SetInitialHlink.
2009-12-23 14:27:30 +01:00
Andrew Eikum
7ba2434975
hlink: Add partial implementation of IHlinkBrowseContext::GetHlink.
2009-12-23 14:27:30 +01:00
Andrew Eikum
fc4a9e2e69
hlink: Add tests and fix error handling in IHlink::{Get, Set}StringReference.
2009-12-23 14:27:30 +01:00
Rob Shearman
74e5e0b33f
hlink: Fix more memory leaks in tests.
2009-12-07 09:32:22 +01:00
Rob Shearman
b84201dca5
hlink: Fix memory leaks in test.
2009-12-02 16:08:52 +01:00
Andrew Eikum
a4b5ccfc29
hlink: Use HLINKSETF flags in Hlink::fnSetMonikerReference.
2009-10-21 16:05:56 +02:00
Alexandre Julliard
f3664e9bc3
hlink/tests: Use the global wine_dbgstr_w instead of a local variant.
2009-08-19 13:36:27 +02:00
Austin English
5f9e19b4fd
hlink/tests: Sign compare fix.
2009-05-11 12:47:55 +02:00
Michael Stefaniuc
b4d65f595e
hlink: Remove superfluous pointer casts.
2009-01-27 14:26:46 +01:00
Paul Vriens
d127bbd5db
hlink/tests: Fix some failures on Win9x and WinMe.
2008-12-05 12:37:32 +01:00
Alistair Leslie-Hughes
522b515b54
hlink: Mark Get/Set AdditionalParams as Unimplemented.
2008-09-11 12:38:36 +02:00
Reece Dunn
c722cca599
hlink: Fix the tests for IE7.
2008-09-08 14:08:49 +02:00
Andrew Talbot
3427b94384
hlink: Remove unneeded address-of operators from array names.
2008-07-11 13:58:59 +02:00
Alexandre Julliard
79c64acc7b
tests: Don't depend on the static uuid libraries in the tests.
...
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +02:00
Andrew Talbot
0695c568eb
hlink: Remove unneeded address-of operators from function names.
2008-05-05 19:46:15 +02:00
Alexandre Julliard
dad21bbcbf
makefiles: List the static libraries as normal imports instead of extra libs.
2008-04-30 14:23:55 +02:00
Aric Stewart
09af64cb83
hlink: Implement IExtensionServices.
2008-04-29 14:53:26 +02:00
Rob Shearman
48000893f9
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
...
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
2008-03-04 20:55:01 +01:00
Andrew Talbot
ad606f4d26
hlink: Assign to struct instead of using memcpy.
2008-02-29 12:35:37 +01:00
Jacek Caban
8ad3252d80
hlink: Don't prefer native version.
...
It's no longer a stub DLL.
2008-02-04 11:29:48 +01:00
Jacek Caban
7bfab2a482
hlink: Added standard comments.
2008-02-04 11:29:43 +01:00