quartz: Improve video window sizing on first sample.
[wine] / dlls / urlmon /
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 support for determining what port...
2010-09-28  Thomas Mullalyurlmon: Fixed TRACE's which sometimes output garbage.
2010-09-28  Thomas Mullalyurlmon: Implemented validation of the host name compone...
2010-09-21  Jacek Cabanurlmon: Added about:blank IUri test.
2010-09-21  Jacek Cabanurlmon: Make protocol_start IUri-based.
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: Restructured how the userinfo component is...
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...
2010-09-18  Thomas Mullalyurlmon: Can't set the scheme name of a IUriBuilder...
2010-09-09  Thomas Mullalyurlmon: Implemented IUriBuilder_RemoveProperties.
2010-09-09  Thomas Mullalyurlmon: Implemented IUriBuilder_HasBeenModified.
2010-09-09  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}IUri.
2010-09-09  Thomas Mullalyurlmon/tests: IUriBuilder's can create IUri's even...
2010-09-09  Thomas Mullalyurlmon/tests: Restructured IUriBuilder tests so they...
2010-09-09  Thomas Mullalyurlmon/tests: Removed no longer needed todo_wine's.
2010-09-09  Thomas Mullalyurlmon: Fixed bug in IUriBuilder_GetUserName.
2010-09-08  Jacek Cabanurlmon: Correctly handle INET_E_USE_DEFAULT_SETTING...
2010-09-08  Michael Stefaniucurlmon: Remove superfluous NULL check before heap_free...
2010-09-07  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}UserName.
2010-09-07  Thomas Mullalyurlmon: Some IUri's don't include the userinfo componen...
2010-09-07  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}SchemeName.
2010-09-07  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Query.
2010-09-07  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Port.
2010-09-07  Thomas Mullalyurlmon: set_builder_component now handles setting the...
2010-09-07  Thomas Mullalyurlmon: Removed some unneeded URI_THIS casts.
2010-09-06  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Path.
2010-09-06  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Password.
2010-09-06  Thomas Mullalyurlmon/tests: Restructured IUriBuilder's test data.
2010-09-06  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Host.
2010-09-06  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Fragment.
2010-09-06  Gerald Pfeiferurlmon/tests: Simplify test_IUriBuilder_GetPorttest_IUr...
2010-09-02  Jacek Cabanmshtml: Added file protocol's IInternetProtocolEx tests.
2010-09-02  Jacek Cabanurlmon: Use StartEx in file protocol handler's Start...
2010-09-02  Jacek Cabanurlmon: Return E_INVALIDARG for empty pwzURI in CreateUri.
2010-09-02  Jacek Cabanurlmon: Added IInternetProtocolEx implementation for...
2010-09-02  Jacek Cabanurlmon: Store file size in FileProtocol object.
2010-09-02  Jacek Cabanurlmon: Use INVALID_HANDLE_VALUE instead of NULL for...
2010-08-27  Juan Langurlmon: Return failures from progress callback.
2010-08-27  Thomas Mullalyurlmon: Improved support for opaque file URL paths.
2010-08-27  Thomas Mullalyurlmon: Finished adding basic support for Uri_CREATE_FI...
2010-08-27  Thomas Mullalyurlmon: Improved support for determining if a URI is...
2010-08-27  Thomas Mullalyurlmon: Beginning to add support for Uri_CREATE_FILE_US...
2010-08-27  Thomas Mullalyurlmon: Some opaque URIs get their port set.
2010-08-27  Thomas Mullalyurlmon: Some IUri's don't always have an absolute URI...
2010-08-24  Francois GougetAssorted spelling fixes.
2010-08-24  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_RemoveProperties.
2010-08-24  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder's IUri property.
2010-08-24  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_HasBeenModified.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetUserName.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetSchemeName.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetQuery.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetPort.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetPath.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetPassword.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetHost.
2010-08-23  Thomas Mullalyurlmon/tests: Fixed bug where tests might succeed befor...
2010-08-19  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetFragment.
2010-08-19  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_CreateUriWith...
2010-08-19  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_CreateUriSimple.
2010-08-19  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_CreateUri.
2010-08-19  Thomas Mullalyurlmon/tests: Added a few tests for CreateIUriBuilder.
2010-08-18  Thomas Mullalyurlmon: Added documentation for CreateUri and CreateUri...
2010-08-18  Thomas Mullalyurlmon: Implemented CreateUriWithFragment.
2010-08-18  Thomas Mullalyurlmon/tests: Added testing suite for CreateUriWithFrag...
2010-08-18  Thomas Mullalyurlmon: Added stub for CreateUriWithFragment.
2010-08-17  Thomas Mullalyurlmon: Implemented IUri_IsEqual.
2010-08-17  Thomas Mullalyurlmon: Print fixme for unsupported flags to CreateUri.
2010-08-17  Thomas Mullalyurlmon: Added support for invalid flag combinations...
2010-08-17  Thomas Mullalyurlmon: Added support for pre-processing URI strings.
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetProperties and IUri_HasProp...
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetDisplayUri.
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetAbsoluteUri.
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetFragment.
2010-08-16  Thomas Mullalyurlmon: Implemented canonicalization for URI fragments.
2010-08-16  Thomas Mullalyurlmon: Implemented a fragment parser.
2010-08-04  Thomas Mullalyurlmon: Implemented IUri_GetPathAndQuery.
2010-08-04  Thomas Mullalyurlmon: Implemented IUri_GetQuery.
2010-08-04  Thomas Mullalyurlmon: Implemented canonicalization of query strings.
2010-08-04  Thomas Mullalyurlmon: Implemented a parser for URI query strings.
2010-08-03  Thomas Mullalyurlmon: Implemented IUri_GetExtension.
2010-08-03  Thomas Mullalyurlmon: Implemented function to the file extension...
2010-08-03  Thomas Mullalyurlmon: Implemented IUri_GetPath.
2010-08-03  Thomas Mullalyurlmon: Implemented canonicalization function for paths...
2010-08-03  Thomas Mullalyurlmon: Implemented a function which removes dot segmen...
2010-08-03  Thomas Mullalyurlmon: Implemented canonicalization function for hiera...
2010-08-03  Thomas Mullalyurlmon: Implemented a path parser for opaque URIs.
2010-08-03  Thomas Mullalyurlmon: Implemented a path parser for hierarchical...
2010-08-02  Thomas Mullalyurlmon: Implemented IUri_GetDomain.
2010-08-02  Thomas Mullalyurlmon: Implemented function for finding the domain...
2010-08-02  Thomas Mullalyurlmon: Implemented IUri_GetAuthority.
next