mshtml: Add stub implementation of IProvideClassInfo interface.
[wine] / dlls / mshtml / tests / dom.c
2011-07-14  Alexander Morozovmshtml: Add stub implementation of IProvideClassInfo...
2011-06-21  Jacek Cabanmshtml: Added IDispatchEx support to HTMLTitleElement...
2011-06-21  Jacek Cabanmshtml: Added IHTMLTitleElement stub implementation.
2011-06-21  Jacek Cabanmshtml: Added IDispatchEx support to HTMLHeadElement...
2011-06-21  Jacek Cabanmshtml: Added IHTMLHeadElement stub implementation.
2011-06-03  Jacek Cabanmshtml: Added IHTMLElement::get_offsetParent implementa...
2011-05-31  Jacek Cabanmshtml: Added IHTMLMimeTypesCollection::get_length...
2011-05-31  Jacek Cabanmshtml: Added IDispatchEx support to HTMLMimeTypesColle...
2011-05-31  Jacek Cabanmshtml: Added IHTMLElement::get_offsetLeft implementation.
2011-05-27  Jacek Cabanmshtml: Added IHTMLScreen::get_availWidth implementation.
2011-05-27  Jacek Cabanmshtml: Added IHTMLScreen::get_availHeight implementation.
2011-05-26  Alexander Morozovmshtml/tests: Fix a typo.
2011-05-11  Jacek Cabanmshtml: Added IOmNavigator::get_cpuClass implementation.
2011-03-18  Alistair Leslie... mshtml: Implement IHTMLDOMNode previousSibling.
2011-03-14  Jacek Cabanmshtml: Properly handle BLOCKED:: URLs in IHTMLImgEleme...
2011-03-03  Jacek Cabanmshtml: Added more attribute object tests.
2011-03-02  Jacek Cabanmshtml: Reuse attribute objects.
2011-03-02  Alistair Leslie... mshtml: Implement IHTMLAnchorElement get/put target.
2011-03-01  Jacek Cabanmshtml: Added IHTMLFormElement::get_elements implementa...
2011-02-28  Jacek Cabanmshtml: Added simple filter parser to support opacity.
2011-02-28  Jacek Cabanmshtml: Store style object in element object.
2011-02-28  Jacek Cabanmshtml: Store style filter in HTMLStyle object.
2011-02-28  Jacek Cabanmshtml: Fixed typos in IHTMLInputElement::value tests.
2011-02-25  Jacek Cabanmshtml: Added more backgroundPosition* tests.
2011-02-25  Jacek Cabanmshtml: Added IHTMLDOMAttribute::get_nodeValue implemen...
2011-02-24  Jacek Cabanmshtml: Added attribute object tests.
2011-02-24  Jacek Cabanmshtml: Added IHTMLElement4 stub implementation.
2011-02-17  Alistair Leslie... mshtml: Implement IHTMLAnchorElement_put_href.
2011-02-14  Detlef Riekenbergmshtml/tests: Fix a typo.
2011-02-09  Alistair Leslie... mshtml: Implement IHTMLCurrentStyle_get_padding.
2011-02-09  Alistair Leslie... mshtml: Implement IHTMLStyle_put_borderLeftColor.
2011-02-09  Austin Englishmshtml/tests: Make sure return values are used (LLVM...
2011-02-08  Alistair Leslie... mshtml: Implemented IHTMLStyle_put_borderBottomColor.
2011-02-07  Alistair Leslie... mshtml: Implement IHTMLStyle put_borderRightColor.
2011-02-02  Alistair Leslie... mshtml: Implement IHTMLStyle put_borderTopColor.
2011-01-20  Jacek Cabanmshtml: Fixed some leaks in tests (valgrind).
2011-01-20  Piotr Cabanmshtml: Added IObjectSafety stub.
2010-12-17  Jacek Cabanmshtml: Added IHTMLStyleElement::type property implemen...
2010-12-17  Jacek Cabanmshtml: Added IHTMLStyleElement::media property impleme...
2010-12-17  Jacek Cabanmshtml: Added IHTMLScriptElement::get_scr implementation.
2010-12-15  Jacek Cabanmshtml: Added IOleContainer stub implementation.
2010-11-29  Jacek Cabanmshtml: Added IHTMLStyle::padding property implementation.
2010-11-15  Jacek Cabanmshtml: Correctly handle NULL nsdoc in IHTMLDocument2...
2010-11-15  Jacek Cabanmshtml: Correctly handle NULL nsdoc in IHTMLDocument2...
2010-11-15  Jacek Cabanmshtml: Added createDocumentFragment tests.
2010-11-12  Jacek Cabanmshtml: Added IHTMLStyleElement stub implementation.
2010-11-12  Jacek Cabanmshtml: Added IHTMLObjectElement::get_vspace implementa...
2010-11-08  Jacek Cabanmshtml: Added IDispatchEx support to HTMLStyleSheetsCol...
2010-11-08  Jacek Cabanmshtml: Added IOmNavigator::get_plugins implementation.
2010-11-08  Jacek Cabanmshtml: Don't free string that will be cleared by SafeA...
2010-10-29  Jacek Cabanmshtml: Added IHTMLEmbedElement stub implementation.
2010-10-28  Piotr Cabanmshtml: Added IHTMLTextAreaElement_get_type implementation.
2010-10-28  Piotr Cabanmshtml: Added IHTMLFormElement_{get/put}_encoding imple...
2010-10-28  Piotr Cabanmshtml: Added IHTMLFormElement_{get/put}_name implement...
2010-10-28  Piotr Cabanmshtml: Added IHTMLFormElement_{get/put}_method impleme...
2010-10-28  Piotr Cabanmshtml/test: Fix some memory leaks.
2010-10-28  Jacek Cabanmshtml: Added IDispatchEx support to HTMLObjectElement...
2010-10-28  Jacek Cabanmshtml: Added IHTMLObjectElement stub implementation.
2010-08-31  Jacek Cabanmshtml: Marked invalid test as broken.
2010-07-19  Jacek Cabanmshtml: Added implementation of remaining IHTMLRect...
2010-07-19  Jacek Cabanmshtml: Added IHTMLRect::get_top implementation.
2010-07-19  Jacek Cabanmshtml: Added IHTMLElement2::getBoundingClientRect...
2010-05-14  Jacek Cabanmshtml: Fixed platform test on 64-bit IE6.
2010-05-13  Jacek Cabanmshtml: Fixed test on some IEs.
2010-05-11  Jacek Cabanmshtml: Added IHTMLTextAreaElement::readOnly property...
2010-05-11  Jacek Cabanmshtml: Added IHTMLFormElement::action property impleme...
2010-05-11  Jacek Cabanmshtml: Added IHTMLFormElement::item implementation.
2010-05-11  Jacek Cabanmshtml: Added IHTMLSelectElement::item implementation.
2010-05-11  Jacek Cabanmshtml: Added IHTMLTextAreaElement::put_value implement...
2010-05-11  Jacek Cabanmshtml: Added IHTMLOptionElement::selected property...
2010-05-11  Michael Stefaniucmshtml/tests: Replace long with LONG.
2010-05-07  Jacek Cabanmshtml: Added IHTMLInputElement::put_name implementation.
2010-05-07  Jacek Cabanmshtml: Added IHTMLInputElement::get_type tests.
2010-05-07  Jacek Cabanmshtml: Added IHTMLFormElement::get_length implementation.
2010-04-29  Jacek Cabanmshtml: Added IHTMLSelectElement::get_options implement...
2010-04-29  Jacek Cabanmshtml: Added IHTMLSelectElement::put_length implementa...
2010-03-16  Paul Vriensmshtml/tests: Fix some test failures on Win9x/WinMe...
2010-03-15  Jacek Cabanmshtml: Use user agent string in IOmNavigator::get_appV...
2010-02-26  Adam Petacciamshtml: Test IHTMLScriptElement_put_type.
2010-02-11  Jacek Cabanmshtml: Added IHTMLStyle::get_border*Color implementation.
2010-02-10  Jacek Cabanmshtml: Added IHTMLStyle::get_borderRightColor implemen...
2010-02-10  Jacek Cabanmshtml: Forward IHTMLCommentElement::get_text to IHTMLE...
2010-02-09  Andrew Nguyenmshtml: Accept NULL SAFEARRAY pointers in IHTMLDocument...
2010-02-09  Jacek Cabanmshtml: Correctly handle comment nodes in IHTMLElement...
2010-02-09  Jacek Cabanmshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_wid...
2010-02-09  Jacek Cabanmshtml: Added IHTMLImgElement::height property implemen...
2010-02-09  Jacek Cabanmshtml: Added IHTMLImgElement::width property implement...
2010-01-29  Jacek Cabanmshtml: Added textarea element IDispatchEx support.
2010-01-28  Jacek Cabanmshtml: Added script element IDispatchEx support.
2010-01-22  Jacek Cabanmshtml: Added IDispatchEx support for frame element.
2010-01-22  Jacek Cabanmshtml: Added IHTMLFrameElement3::get_contentDocument...
2010-01-22  Jacek Cabanmshtml: Added IHTMLFrameElement3 stub implementation.
2010-01-05  Paul Vriensmshtml/tests: Fix a test failure on NT4.
2009-12-28  Jacek Cabanmshtml: Added better default bgColor test and code...
2009-12-22  Alistair Leslie... mshtml: Add stub interface IHTMLFiltersCollection.
2009-12-15  Alistair Leslie... mshtml: Implement IHTMLImgElement get_Name.
2009-12-14  Jacek Cabanmshtml: Added IHTMLStyle2::right implementation.
2009-12-14  Jacek Cabanmshtml: Added IHTMLStyle::marginTop implementation.
2009-12-10  Jacek Cabanmshtml: Added IHTMLDOMTextNode::get_length implementation.
2009-12-08  Andrew Eikummshtml: Implement IHTMLFrameBase::get_name.
next