msvcp: Prevent overflows while operating on string sizes.
[wine] / dlls / mshtml / tests / dom.c
2012-09-04  Jacek Cabanmshtml: Added IHTMLElement::contains implementation.
2012-09-03  Jacek Cabanmshtml: Added IHTMLIFrameElement2 stub implementation.
2012-08-13  Jacek Cabanmshtml: Test contentWindow interfaces of frame and...
2012-07-30  Jacek Cabanmshtml/tests: Use proper helpers for iface calls.
2012-07-26  Jacek Cabanmshtml: Properly handle NULL VT_DISPATCH refChild in...
2012-07-24  Jacek Cabanmshtml: Added IHTMLDOMAttribute::get_specified implemen...
2012-07-24  Jacek Cabanmshtml: Use proper document node for createElement...
2012-07-23  Jacek Cabanmshtml: Added IHTMLFrameBase::frameBorder implementation.
2012-07-23  Jacek Cabanmshtml: Share IHTMLFrameBase tests between iframe and...
2012-07-13  Jacek Cabanmshtml: Added IHTMLAnchorElement::name implementation.
2012-07-13  Jacek Cabanmshtml: Added IHTMLInputElement::maxLength implementation.
2012-05-22  Michael Stefaniucmshtml/tests: Check the correct variables.
2012-05-22  Michael Stefaniucmshtml/tests: Remove leftover code from c3d8d052.
2012-05-04  Jacek Cabanmshtml: Fixed tests on old IEs.
2012-05-02  Jacek Cabanmshtml: Added IHTMLWindow2::get_history implementation.
2012-04-23  Jacek Cabanmshtml: Accept different VARIANT types in document_write.
2012-04-11  Jacek Cabanmshtml: Return self as a parent of global top window.
2012-04-10  Jacek Cabanmshtml: Added better IHTMLWindow2::get_opener stub.
2012-04-03  Jacek Cabanmshtml: Added IHTMLMetaElement::get_httpEquiv implement...
2012-04-03  Jacek Cabanmshtml: Added IHTMLMetaElement::get_content implementation.
2012-04-03  Jacek Cabanmshtml: Added IHTMLMetaElement::get_name implementation.
2012-04-02  Jacek Cabanmshtml: Added IHTMLMetaElement stub implementation.
2012-03-28  Jacek Cabanmshtml: Added IHTMLTableCell interface stub implementation.
2012-03-27  Jacek Cabanmshtml: Added IHTMLObjectElement2 stub implementation.
2012-02-09  Alistair Leslie... mshtml/tests: Interface ITravelLogClient may not be...
2012-02-08  Jacek Cabanmshtml: Added IHTMLDocument2::get_frames implementation.
2012-02-08  Jacek Cabanmshtml: Removed code duplication in frame collection...
2012-01-20  Jacek Cabanmshtml: Added ITravelLogClient stub implementation.
2012-01-18  Jacek Cabanmshtml: Added ITargetContainer stub implementation.
2011-10-12  Alistair Leslie... mshtml: Implement IHTMLDOMNode replaceChild.
2011-09-26  Alistair Leslie... mshtml: IID_IHTMLCurrentStyle4 isn't supported on IE6.
2011-09-23  Alistair Leslie... mshtml: Add IHTMLCurrentStyle2/3/4 support.
2011-09-22  Alistair Leslie... mshtml: Fix test for Windows 7 with IE9.
2011-09-21  Alistair Leslie... mshtml: Add IHTMLTable2/3 support.
2011-09-13  Francois Gougetmshtml/tests: GetUserDefaultUILanguage() is not availab...
2011-09-02  Piotr Cabanmshtml/tests: Added IHTMLAttributeCollection IDispatchE...
2011-09-02  Piotr Cabanmshtml/tests: Added IHTMLAttributeCollection tests.
2011-09-02  Piotr Cabanmshtml/tests: Added attributes tests on comment node.
2011-08-23  Piotr Cabanmshtml/tests: Added dynamic properties accessing tests.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-01  Jacek Cabanmshtml: Added IOmNavigator::get_appMinorVersion impleme...
2011-08-01  Jacek Cabanmshtml: Added IOmNavigator::get_*Language tests.
2011-08-01  Jacek Cabanmshtml: Added IHTMLPluginsCollection::get_length implem...
2011-08-01  Jacek Cabanmshtml: Added semi-stub implementation of IHTMLWindow2...
2011-07-20  Jacek Cabanmshtml: Moved style tests to separated file.
2011-07-18  Jacek Cabanmshtml: Added IHTMLStyle::pageBreakAfter property imple...
2011-07-18  Alexander Morozovmshtml: Added IProvideClassInfo::GetClassInfo implement...
2011-07-15  Jacek Cabanmshtml: Added IHTMLStyle::clip tests.
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.
next