ddraw/tests: Replace malloc() with HeapAlloc().
[wine] / dlls / mshtml / tests /
2009-05-13  Paul Vriensmshtml/tests: Fix some test failures with IE8.
2009-04-16  Jacek Cabanmshtml: Added IPersistHistory stub implementation.
2009-04-15  Michael Stefaniucmshtml/tests: Replace long with LONG.
2009-04-01  Ge van Geldorpmshtml/tests: Fix tests on Windows.
2009-04-01  Jacek Cabanurlmon.idl: Use HANDLE_PTR in IInternetProtocolRoot...
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (remaining...
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (HTML*Element...
2009-03-12  Jacek Cabanmshtml: Don't use unicode constants for HTML IDs (code...
2009-03-10  Jacek Cabanmshtml: Added IHTMLStyle::put_cssText implementation.
2009-03-10  Jacek Cabanmshtml: Added IHTMLStyle::get_cssText implementation.
2009-03-10  Jacek Cabanmshtml: Added IHTMLElement::put_innerHTML implementation.
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderBottomWidth.
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderRightWidth.
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderTopWidth.
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle get/put backgroundPositionY.
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle get/put backgroundPositionX.
2009-03-06  Alistair Leslie... mshtml: Implement IHTMLStyle_get_borderLeft.
2009-03-06  Paul Vriensmshtml/tests: Fix some typos.
2009-03-04  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderStyle.
2009-03-04  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderStyle.
2009-03-04  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderColor.
2009-03-04  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderColor.
2009-03-04  Alistair Leslie... mshtml: Implement IHTMLStyle_put_textDecoration.
2009-03-02  Alistair Leslie... mshtml: Implement IHTMLStyle get/put textDecorationBlink.
2009-03-02  Alistair Leslie... mshtml: Implement IHTMLStyle get/put textDecorationOver...
2009-03-02  Alistair Leslie... mshtml: Implement IHTMLStyle get/put textDecorationNone.
2009-03-02  Rico Schüllermshtml/tests: Add SysFreeString(sDefault) after the...
2009-03-02  Rico Schüllermshtml/tests: Fix SysFreeString call with wrong variable.
2009-02-27  Alistair Leslie... mshtml: Show IPersistHistory interface is supported.
2009-02-26  Detlef Riekenbergmshtml/tests: Fix text in ok().
2009-02-26  Detlef Riekenbergmshtml/tests: Fix typos from copy&paste.
2009-02-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_backgroundRepeat.
2009-02-25  Alistair Leslie... mshtml: Implement IHTMLStyle get/put backgroundRepeat.
2009-02-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_marginLeft.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_marginRight.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_verticalAlign.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_zIndex.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingLeft.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_height.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_width.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_top.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_left.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontSize.
2009-02-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontWeight.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_cursor.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_textDecoration.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_textAlign.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderLeftStyle.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderBottomStyle.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderRightStyle.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderTopStyle.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontVariant.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_backgroundImage.
2009-02-20  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontStyle.
2009-02-19  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_fontFamily.
2009-02-19  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_position.
2009-02-18  Alistair Leslie... mshtml: Implement IHTMLStyle_get_marginLeft.
2009-02-18  Alistair Leslie... mshtml: Implement IHTMLStyle_get_marginRight.
2009-02-17  Alistair Leslie... mshtml: Implement IHTMLStyle get/put minHeight.
2009-02-16  Michael Stefaniucmshtml: Remove superfluous pointer casts.
2009-02-13  Alistair Leslie... mshtml: Implement IHTMLStyle_put_textDecorationUnderline.
2009-02-13  Alistair Leslie... mshtml: Implement IHTMLStyle_put_textDecorationLineThrough.
2009-02-12  Alistair Leslie... mshtml: Implement IHTMLStyle_get_paddingLeft.
2009-02-10  Jacek Cabanactivscp.idl: Added IActiveScriptParseProcedure*64...
2009-02-06  Alistair Leslie... mshtml: Implement IHTMLStyle_get_backgroundColor.
2009-02-06  Alistair Leslie... mshtml: Implement IHTMLStyle_put_fontWeight.
2009-02-03  Alistair Leslie... mshtml: Add support for IHTMLStyle4 interface.
2009-02-03  Alistair Leslie... mshtml: Add support for IHTMLStyle3 interface.
2009-02-03  Jacek Cabanjscript: Add IActiveScriptParse64 declaration and use...
2009-01-29  Alasdair Sinclairmshtml/tests: Fix missing void in empty parameter list.
2009-01-26  Nikolay Sivovmshtml/tests: Fix interface release (Coverity).
2009-01-22  Alistair Leslie... mshtml: Implement IHTMLDocument3 getElementsByTagName.
2009-01-21  Alistair Leslie... mshtml: Implement IHTMLDocument5 createComment.
2009-01-19  Nikolay Sivovmshtml: Added ISupportErrorInfo for IHTMLDocument.
2009-01-15  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderTopStyle.
2009-01-15  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderRightStyle.
2009-01-15  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderBottomStyle.
2009-01-15  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderLeftStyle.
2009-01-10  Ge van Geldorpmshtml/tests: Skip a couple of tests when IE is running...
2009-01-09  Alistair Leslie... mshtml: Implement IHTMLStyle get/set Attribute.
2009-01-06  Jacek Cabanmshtml: Added IDispatchEx support to HTMLLocation object.
2009-01-05  Alexandre Julliardmshtml/tests: Fix the platform test for Win64.
2009-01-04  Jacek Cabanmshtml: Added IHTMLWindow2::get_location implementation.
2008-12-20  Andrei Derevyankomshtml: Updated test of QueryInterface.
2008-12-20  Alistair Leslie... mshtml: Implement IHTMLStyle get_position.
2008-12-12  Alistair Leslie... mshtml: Implement IHTMLScriptElement get/put Defer.
2008-12-12  Alistair Leslie... mshtml: Implement IHTMLStyle get/put fontVariant.
2008-12-11  Alistair Leslie... mshtml: Implement IHTMLStyle put_fontStyle.
2008-12-10  Alistair Leslie... mshtml: Implement IHTMLStyle get/put posHeight.
2008-12-10  Jacek Cabanmshtml: Skip tests on broken IE6 versions.
2008-12-10  Jacek Cabanmshtml: Make IHTMLElement::get_document vtbl offset...
2008-12-08  Alistair Leslie... mshtml: Implement IHTMLStyle get/put posWidth.
2008-12-04  Alistair Leslie... mshtml: Implement IHTMLStyle get/put overflow.
2008-11-28  Alistair Leslie... mshtml: Add a test case.
2008-11-26  Alistair Leslie... mshtml: Implement IHTMLDocument2 get_anchors.
2008-11-26  Alistair Leslie... mshtml: Implement IHTMLDocument2 get_forms.
2008-11-26  Alistair Leslie... mshtml: Implement IHTMLDocument2 get_links.
2008-11-26  Alistair Leslie... mshtml: Implement IHTMLDocument2 get_applets.
2008-11-24  Jacek Cabanmshtml: Skip tests on old IE as soon as possible.
2008-11-24  Jacek Cabanmshtml: Skip tests on old IE as soon as possible.
next