mshtml: Improved IHTMLElement2::doScroll stub.
[wine] / dlls / mshtml / tests / dom.c
2009-10-05  Jacek Cabanmshtml: Added IHTMLElement2::client[Top|Left] tests.
2009-10-02  Jacek Cabanmshtml: Added IHTMLDOMNode::cloneNode implementation.
2009-10-02  Jacek Cabanmshtml: Added IHTMLAnchorElement::get_href tests.
2009-10-02  Jacek Cabanmshtml: Added HTMLAnchorElement dispex data.
2009-09-29  Jacek Cabanmshtml: Added IInternetHostSecurityManager stub impleme...
2009-09-23  Ge van Geldorpmshtml/tests: Fix htmldoc test on Windows Server and...
2009-09-22  Andrew Eikummshtml: Reimplement IHTMLElement::{get, set}Attribute...
2009-09-22  Jacek Cabanmshtml: Added IHTMLDOMNode2::get_ownerDocument tests.
2009-09-18  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_textIndent.
2009-09-18  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_lineHeight.
2009-09-17  Jacek Cabanmshtml: Use node's IDispatchEx implementation in HTMLDo...
2009-09-17  Jacek Cabanmshmtl: Moved ICustomDoc implementation to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Inherit HTMLDocumentNode from HTMLDOMNode.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_bottom.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_right.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_marginBottom.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_marginTop.
2009-09-16  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_letterSpacing.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingBottom.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingRight.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_paddingTop.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderBottomColor.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderRightColor.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderTopColor.
2009-09-15  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderLeftColor.
2009-09-15  Jacek Cabanmshtml: Added IHTMLInputElement::src property implement...
2009-09-10  Jacek Cabanmshtml: Use ActiveScript for JavaScript in about protoc...
2009-09-09  Jacek Cabanmshtml: Make empty string is a valid overflow style.
2009-09-02  Jacek Cabanmshtml: Added IOmNavigator::get_userAgent implementation.
2009-09-02  Jacek Cabanmshtml: Added IHTMLDocument::writeln implementation.
2009-09-01  Jacek Cabanmshtml: Added IHTMLWindow2::toString implementation.
2009-09-01  Jacek Cabanmshtml: Added IOmNavigator::toString implementation.
2009-09-01  Jacek Cabanmshtml: Added DISPID_VALUE implementation for HTMLLocat...
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLStyle get/put letterSpacing.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_margin.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderWidth.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_overflow.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_backgroundColor.
2009-08-25  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_color.
2009-08-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderTopWidth.
2009-08-24  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_borderBottomWidth.
2009-08-24  Alistair Leslie... mshtml: Implement HTMLCurrentStyle_get_borderRightWidth.
2009-08-21  Alistair Leslie... mshtml: Implement IHTMLStyle get/put wordSpacing.
2009-08-21  Alistair Leslie... mshtml: Implement HTMLCurrentStyle_get_borderLeftWidth.
2009-08-20  Alistair Leslie... mshtml: Implement IHTMLStyle get/put borderLeftWidth.
2009-08-19  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_visibility.
2009-08-19  Alexandre Julliardmshtml/tests: Use the global wine_dbgstr_w instead...
2009-08-18  Alistair Leslie... mshtml: Implement IHTMLLocation get_href.
2009-08-18  Vladimir Pankratovmshtml: Add test for OmNavigator_get_appName.
2009-08-10  Jacek Cabanmshtml: Added IHTMLLocation::get_pathname implementation.
2009-08-04  Jacek Cabanmshtml: Wine Gecko 1.0.0 release.
2009-08-03  Jacek Cabanmshtml: Added IHTMLStyle3::wordWrap property implementa...
2009-07-08  Jacek Cabanmshtml: Added support for VT_UINT name in IHTMLElementC...
2009-06-23  Jacek Cabanmshtml: Fixed tests on IE8 and change Wine behavior...
2009-06-15  Detlef Riekenbergurlmon/tests: Move SecurityManager and ZoneManager...
2009-06-08  Paul Vriensmshtml/tests: Use strcmp_wa instead of lstrcmpW to...
2009-06-08  Paul Vriensmshtml/tests: Correct another test.
2009-06-08  Paul Vriensmshtml/tests: Use lstrcmpA in a helper function to...
2009-06-08  Paul Vriensmshtml/tests: Correct a test and show a Wine bug.
2009-05-27  Paul Vriensmshtml: Match IE8 implementation.
2009-05-26  Paul Vriensmshtml/tests: Fix some test failures on IE8.
2009-04-15  Michael Stefaniucmshtml/tests: Replace long with LONG.
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-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.
next