urlmon: Skip more tests on old IE and ignore BINDSTATUS_PROXYDETECTING notification.
[wine] / dlls / urlmon / tests / url.c
2009-01-07  Jacek Cabanurlmon: Skip more tests on old IE and ignore BINDSTATUS...
2008-12-18  Jacek Cabanurlmon: Remove broken IBindCtx ref count test.
2008-11-20  Alexandre Julliardurlmon/tests: Don't expect IHttpNegotiate2 queries...
2008-11-11  Paul Vriensurlmon/tests: Fix failures on Win9x and WinMe.
2008-09-09  James Hawkinsurlmon: Fix several failing tests with IE7.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-01  James Hawkinsurlmon: Fix a few test failures.
2008-05-01  Paul Vriensurlmon/tests: Fix timeout for tests on win9x.
2008-02-21  Jacek Cabanurlmon: Fixed crash on old IE.
2008-02-18  Jacek Cabanurlmon: Added URLDownloadToFile tests.
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-06  Jacek Cabanurlmon: Added gecko_installer_workaround to url.c tests.
2008-02-04  Jacek Cabanurlmon: Added more tests.
2008-02-04  Jacek Cabanurlmon: Fixed tests.
2008-01-17  Marcus Meissnerurlmon: Skip pstgmed related tests if NULL.
2007-12-31  Jacek Cabanurlmon: Added more tests.
2007-12-31  Jacek Cabanurlmon: Added BindToObject implementation.
2007-12-31  Jacek Cabanurlmon: Added ibind argument handling in CreateAsyncBin...
2007-12-24  Jacek Cabanurlmon: Fixed BindToObject tests.
2007-12-14  Jacek Cabanurlmon: Fixed handling MIME type in Binding object.
2007-12-10  Alistair Leslie... urlmon: Fix memory leaks.
2007-10-29  Rob Shearmanurlmon: Add tests for BindToObject for URL monikers...
2007-10-26  Jacek Cabanurlmon: Added emulated http tests.
2007-10-02  Jacek Cabanurlmon: Added more RegiterBindStatusCallback tests.
2007-10-02  Jacek Cabanurlmon: Added more strict QueryInterface tests.
2007-10-02  Jacek Cabanurlmon: Wrap callback in RegisterBindStatusCallback.
2007-08-13  Jacek Cabanurlmon: Wrap IBindCtx in CreateAsyncBindCtxEx.
2007-08-09  Misha Koshelevurlmon/tests: Call CHECK_CALLED(OnProgress_SENDINGREQUE...
2007-08-09  Misha Koshelevurlmon: Do not use BindToStorage_hack for INTERNET_SCHE...
2007-08-09  Misha Koshelevurlmon/tests: Fix clipformat test.
2007-08-08  Misha Koshelevurlmon/tests: Add test for binding to a URL from which...
2007-08-07  Misha Koshelevurlmon/tests: Keep track of download state in tests.
2007-08-07  Misha Koshelevurlmon/tests: Add tests for synchronous vs asynchronous...
2007-08-07  Misha Koshelevurlmon/tests: Declare the bind flags as a global variab...
2007-08-06  Misha Koshelevurlmon/tests: Fix todo_wine's to show the IServiceProvi...
2007-07-24  Misha Koshelevurlmon/tests: Add tests for calls to IHttpNegotiate...
2007-07-24  Misha Koshelevurlmon/tests: Add tests for calls to IBindStatusCallbac...
2007-02-12  Jacek Cabanurlmon: Added mk protocol handling test.
2007-02-12  Jacek Cabanurlmon: Added test of handlong its protocol.
2007-01-12  Jacek Cabanurlmon: Code clean up.
2007-01-08  Francois Gougeturlmon/tests: Replace some '#if 0's with 'if (0)'s.
2006-10-07  Jacek Cabanurlmon: Win64 printf format warning fixes.
2006-09-29  Francois GougetFix rpcndr.h so it takes CONST_VTABLE into account.
2006-09-21  Alexandre Julliardurlmon/tests: Don't fail the tests if the network is...
2006-05-28  Jacek Cabanurlmon: Store STGMEDIUM in Binding object and set its...
2006-05-25  Jacek Cabanurlmon: Added ReportResult implementation.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Jacek Cabanurlmon: Fix tests.
2006-01-05  Jacek Cabanurlmon: Code clean up.
2005-12-26  Jacek Cabanurlmon: Use pluggable protocol for file protocol.
2005-12-16  Jacek Cabanurlmon: Fix BindToStorage test.
2005-11-15  Alexandre JulliardDon't crash if BindToStorage fails.
2005-11-14  Jacek CabanBeginning of true BindToStorage implementation.
2005-09-16  Jacek CabanMore tests of URLMoniker.
2005-09-03  Jacek CabanAdded CreateAsyncBindCtxEx implementation.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-23  Jacek CabanSeparated IBinding and IMoniker interfaces.
2004-12-20  Jacek Caban- Added test of BindToStorage.
2004-12-08  Jacek Caban- Implemented CreateAsyncBindCtx.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-05-03  Kevin KoltzauHandle context in CreateURLMoniker.