mshtml: Don't crash in QueryInterface if uri is NULL.
[wine] / dlls / rpcrt4 / tests /
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-13  Alexandre Julliardrpcrt4/tests: Don't use sizeof in ok() to avoid printf...
2006-06-03  Robert Shearmanrpcrt4: Don't try to resolve the name when constructing...
2006-06-02  Robert Shearmanrpcrt4: All of the parameters to TowerExplode are optional.
2006-06-02  Robert Shearmanrpcrt4: Implement TowerConstruct and TowerExplode.
2006-06-02  Robert Shearmanrpcrt4: NdrClientInitializeNew shouldn't clear all...
2006-05-30  Robert Shearmanrpcrt4: For full pointers the state consists of flags...
2006-05-27  Robert Shearmanrpcrt4: Store the QueryType in the state table in NdrFu...
2006-05-27  Robert Shearmanrpcrt4: Fix NdrFullPointerQueryRefId to make more tests...
2006-05-27  Robert Shearmanrpcrt4: Implement remaining part of NdrFullPointerQuery...
2006-05-27  Robert Shearmanrpcrt4: Implement some full pointer functions and add...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Huw Daviesrpcrt4: Uncomment test now that it works correctly.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Huw Daviesrpcrt4: Use IsClient to determine whether we can use...
2006-05-18  Mike McCormackrpcrt4: Fix and test RpcNetworkIsProtseqValid.
2006-05-17  Huw Daviesrpcrt4: Don't update StubMsg->MemorySize while unmarsha...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-20  Stefan HuehnerMake some function static.
2004-12-23  Bill MedlandImplemented DceErrorInqText.
2004-10-30  Francois GougetMIDL_STUB_MESSAGE.UniquePtrCount has been renamed in...
2004-09-08  Francois GougetFix and unify parsing of calling conventions.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-24  Dimitrie O. PaunFix definitions for Uuid{To,From}String, RpcStringFree.
2002-12-05  Francois GougetSkip Unicode tests if there's no Unicode support.
2002-10-07  Greg TurnerAdded skeleton for rpcrt4 unit test with some UUID...