mscms: Added missing breaks (Coverity).
[wine] / dlls / urlmon / tests /
2011-04-01  Nikolay Sivovurlmon/tests: Test for return value directly, without...
2011-04-01  Nikolay Sivovurlmon: Fix parameter validation in BindToStorage().
2011-03-29  Piotr Cabanurlmon/tests: Added IWinInetHttpInfo tests.
2011-03-29  Thomas Mullalyurlmon: Added basic domain zone support to MapUrlToZone.
2011-03-28  André Hentschelurlmon/tests: Add another case to IUri tests.
2011-03-28  Thomas Mullalyurlmon/tests: Added CoInternetParseUrl tests.
2011-03-28  Thomas Mullalyurlmon/tests: Added zone domain mapping tests.
2011-03-28  Thomas Mullalyurlmon/tests: Added SecurityManager zone mapping cache...
2011-03-28  Dan Kegelurlmon: IsValidUrl should not fail if first parameter...
2011-03-14  Alexandre Julliardurlmon/tests: Update test data location to test.winehq...
2011-03-07  Francois Gougeturlmon/tests: Add a '\n' to an ok() call.
2011-02-25  Austin Englishurlmon/tests: Remove win9x hacks.
2011-02-23  Jacek Cabanurlmon: Register MIME filter only for bindings testing...
2011-02-16  Jacek Cabanurlmon: Use winetest page URL for abort test.
2011-02-15  Jacek Cabanurlmon: Properly handle BINDSTATUS_BEGINDOWNLOADDATA.
2011-02-15  Jacek Cabanurlmon: Read remaining protocol data if report_data...
2011-02-14  André Hentschelurlmon/tests: Fix expected result.
2011-02-14  Austin Englishurlmon/tests: Make sure to use a return value (LLVM...
2011-02-14  Jacek Cabanurlmon: Fixed Valgrind warnings.
2011-02-11  André Hentschelurlmon/tests: Mark unavailable InternetZoneManagerEx2...
2011-02-09  Austin Englishurlmon/tests: Make sure return values are used (LLVM...
2011-02-08  Jacek Cabanurlmon: Added more CoInternetGetSecurityUrl[Ex] tests.
2011-01-24  Nikolay Sivovurlmon/tests: Fix a leak in test (Valgrind).
2011-01-21  Jacek Cabanurlmon: Call remove_dot_segments on path opaque for...
2011-01-21  Thomas Mullalyurlmon: Added pluggable protocol support to CoInternetG...
2011-01-21  Thomas Mullalyurlmon/tests: Added pluggable protocol tests for CoInte...
2011-01-21  Thomas Mullalyurlmon: Added basic CoInternetGetSecurityUrlEx implemen...
2011-01-21  Thomas Mullalyurlmon/tests: Added CoInternetGetSecurityUrlEx tests.
2011-01-19  Greg Geldorpurlmon/tests: Fix tests when connecting via proxy.
2011-01-17  Jacek Cabanurlmon: Fixed memory leaks in tests.
2011-01-17  Thomas Mullalyurlmon/tests: Fixed memory leak in tests (valgrind).
2011-01-11  David Hedbergurlmon: Add some error handling to the http protocol.
2011-01-04  Jacek Cabanurlmon: Fixed IUriBuilderFactory declaration.
2010-12-30  André Hentschelurlmon/tests: Don't test function directly when reporti...
2010-12-27  Jacek Cabanurlmon: Fixed a race in tests causing unexpected Switch...
2010-12-23  Jacek Cabanurlmon: Make protocol tests more verbose.
2010-12-22  Jacek Cabanurlmon: Added more IInternetProtocolEx tests.
2010-12-20  Jacek Cabanurlmon: Added IUriContainer stub implementation of...
2010-12-20  David Hedbergurlmon: Set BINDF_NEEDFILE if BINDF_PULLDATA is not...
2010-12-09  Thomas Mullalyurlmon: Added pluggable protocol support to CoInternetP...
2010-12-07  Thomas Mullalyurlmon: Implemented IUriBuilderFactory interface.
2010-12-05  Thomas Mullalyurlmon: Implemented PARSE_ANCHOR and PARSE_LOCATION...
2010-12-03  Thomas Mullalyurlmon: Implemented PARSE_DOMAIN for CoInternetParseIUri.
2010-12-03  Thomas Mullalyurlmon: Implemented PARSE_SITE for CoInternetParseIUri.
2010-12-03  Thomas Mullalyurlmon: Implemented PARSE_SCHEMA for CoInternetParseIUri.
2010-12-03  Thomas Mullalyurlmon: Implemented PARSE_URL_FROM_PATH for CoInternetP...
2010-12-03  Thomas Mullalyurlmon: Implemented PARSE_PATH_FROM_URL for CoInternetP...
2010-11-29  Thomas Mullalyurlmon: Implemented PARSE_DOCUMENT for CoInternetParseIUri.
2010-11-29  Thomas Mullalyurlmon: Added implementation for PARSE_ROOTDOCUMENT...
2010-11-29  Thomas Mullalyurlmon: Implementation for PARSE_FRIENDLY in CoInternet...
2010-11-29  Thomas Mullalyurlmon: Added implementation for PARSE_CANONICALIZE...
2010-11-29  Thomas Mullalyurlmon: Added stub for CoInternetParseIUri.
2010-11-17  Alexandre Julliardurlmon/tests: Avoid sizeof in traces.
2010-11-15  Thomas Mullalyurlmon: Added pluggable protocol support to CoInternetC...
2010-11-15  Thomas Mullalyurlmon: Implemented CoInternetCombineUrlEx.
2010-11-15  Thomas Mullalyurlmon: Added stub for CoInternetCombineUrlEx.
2010-11-10  Michael Stefaniucurlmon/tests: Escape '\' in C strings (sparse).
2010-11-09  Thomas Mullalyurlmon: Improve IUri support of res URIs.
2010-11-09  Thomas Mullalyurlmon: CoInternetCombineIUri uses pluggable protocols.
2010-11-08  Thomas Mullalyurlmon/tests: Fixed some IUri tests that used hard...
2010-11-04  Jacek Cabanurlmon: Compute expected Uri_HAS_* flags from property...
2010-11-03  Thomas Mullalyurlmon: Implemented case when relative URI has a path...
2010-11-03  Thomas Mullalyurlmon: Implemented case when relative path begins...
2010-11-03  Thomas Mullalyurlmon: Some IUri's don't display the default port...
2010-11-03  Thomas Mullalyurlmon: Implemented case when the relative URI doesn...
2010-11-03  Thomas Mullalyurlmon/tests: Added more CoInternetCombineIUri tests.
2010-11-03  Thomas Mullalyurlmon: Improved IUri support for file URIs.
2010-11-02  Francois GougetAssorted spelling fixes.
2010-11-02  Thomas Mullalyurlmon: Implemented base case for CoInternetCombineIUri.
2010-11-02  Thomas Mullalyurlmon/tests: Added actual CoInternetCombineIUri tests.
2010-11-02  Thomas Mullalyurlmon/tests: Added basic tests for CoInternetCombineIUri.
2010-10-27  Piotr Cabanurlmon: Improved url canonicalize when Uri_CREATE_FILE_...
2010-10-14  Jacek Cabanmshtml: Fixed the first ReportData invocation when...
2010-10-11  Piotr Cabanurlmon: Added ProtocolStream_Stat implementation.
2010-10-08  Jacek Cabanurlmon: Skip more tests on too old IEs.
2010-10-07  Jacek Cabanurlmon: Added IInternetProtocolEx support to ftp protoc...
2010-10-07  Jacek Cabanurlmon: Added IInternetProtocolEx support to http proto...
2010-10-07  Jacek Cabanurlmon: Added post data stream tests.
2010-10-07  Jacek Cabanurlmon: Added IBinding::Abort and binding without callb...
2010-10-06  Jacek Cabanurlmon: Return correct error in get_protocol_handler...
2010-10-04  Jacek Cabanurlmon: Added Abort support to BindProtocol.
2010-10-04  Jacek Cabanurlmon: Added Abort tests.
2010-10-04  Thomas Mullalyurlmon: Implemented canonicalization of IUriBuilder...
2010-10-01  Jacek Cabanurlmon: Replace also bind_info in set_binding_sink.
2010-09-30  Jacek Cabanurlmon: Skip tests on IEs older than 6 by checking...
2010-09-29  Thomas Mullalyurlmon: Improve IUri support for mk: URIs.
2010-09-28  Thomas Mullalyurlmon: Finished validation for the remaining component...
2010-09-28  Thomas Mullalyurlmon: Can't set the host of a IUriBuilder to NULL.
2010-09-28  Thomas Mullalyurlmon: Implemented validation of the host name compone...
2010-09-21  Jacek Cabanurlmon: Added about:blank IUri test.
2010-09-20  Jacek Cabanurlmon: Skip tests on very old IEs as soon as possible.
2010-09-20  Thomas Mullalyurlmon: Implemented validation for the userinfo compone...
2010-09-20  Thomas Mullalyurlmon: File URIs can't have a userinfo component when...
2010-09-20  Thomas Mullalyurlmon: Implemented validation of scheme component...
2010-09-20  Thomas Mullalyurlmon: IUriBuilder_CreateUri* functions return base...
2010-09-20  Thomas Mullalyurlmon/tests: Added more tests for IUriBuilder's Create...
2010-09-20  Paul Vriensurlmon/tests: Fix test failures on Win9x/WinMe by using...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-18  Thomas Mullalyurlmon/tests: Fixed bug in tests where the wrong value...
2010-09-18  Thomas Mullalyurlmon/tests: IUriBuilder_CreateUri functions will...
next