mshtml: Added noscript tag handling tests.
[wine] / dlls / mshtml / htmldoc3.c
2012-10-02  Jacek Cabanmshtml: Added support for script 'for' and 'event'...
2012-10-02  Jacek Cabanmshtml: Moved getElementById implementation to separate...
2012-09-13  Jacek Cabanmshtml: Added IHTMLDocument4::fireEvent implementation.
2012-09-13  Jacek Cabanmshtml: Added IHTMLDocument4::createEventObject impleme...
2012-06-28  Jacek Cabanmshtml: Use proper macro to release nstext.
2012-06-27  Jacek Cabanmshtml: Get rid of no longer needed unk_ref from HTMLEl...
2012-06-26  Jacek Cabanmshtml: Return referenced instances from node constructors.
2012-06-25  Jacek Cabanmshtml: Keep reference in node returned from get_node.
2012-03-28  Jacek Cabanmshtml: Improved VARIANT debug traces in htmldoc*.c.
2011-11-09  Jacek Cabanmshtml: Wine Gecko 1.4 release.
2011-08-23  Jacek Cabanmshtml: Wine Gecko 1.3 release.
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in HTMLDo...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode iface.
2010-12-22  Michael Stefaniucmshtml: COM cleanup for the IHTMLDocument4 iface.
2010-12-22  Michael Stefaniucmshtml: COM cleanup for the IHTMLDocument3 iface.
2010-12-17  Jacek Cabanmshtml: IHTMLDocument2 iface handling clean up.
2010-12-02  Jacek Cabanmshtml: Better error handling in create_node calls.
2010-12-01  Jacek Cabanmshtml: Improved error handling in get_node calls.
2010-11-15  Jacek Cabanmshtml: Added IHTMLDocument3::createDocumentFragment...
2010-07-19  Jacek Cabanmshtml: Added IHTMLDocument3::detachEvent implementation.
2010-05-07  Jacek Cabanmshtml: Added beginning support for oncontextmenu event.
2010-03-18  Jacek Cabanmshtml: Added support for load event on all nodes.
2010-01-29  Jacek Cabanmshtml: Optimize more nsAString handling.
2009-12-28  Jacek Cabanmshtml: Fixed nsIDOMNSHTMLElement declaration.
2009-11-21  Andrew Eikummshtml: Also search by node name attribute in IHTMLDocu...
2009-11-03  Jacek Cabanmshtml: Moved readystate to HTMLWindow.
2009-10-22  Jacek Cabanmshtml: Moved nsdoc to HTMLDocumentNode object.
2009-10-12  Jacek Cabanmshtml: Return NULL documentElement in READYSTATE_UNINI...
2009-09-28  Jacek Cabanmshtml: Added IHTMLDocument3::attachEvent implementation.
2009-09-17  Jacek Cabanmshtml: Move node list to HTMLDocumentNode.
2009-01-22  Alistair Leslie... mshtml: Implement IHTMLDocument3 getElementsByTagName.
2008-10-14  Jacek Cabanmshtml: Added IHTMLDocument4::focus implementation.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in IHTMLDocument3::getElementById.
2008-10-09  Jacek Cabanmshtml: Use stored nselem in get_documentElement.
2008-10-09  Jacek Cabanmshtml: Use stored nsdoc in createTextNode.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDocument4.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDocument3.
2008-06-23  Jacek Cabanmshtml: Added IHTMLDocument3::createTextNode implementa...
2008-04-24  Jacek Cabanmshtml: Added IHTMLDocument3::getElementById implementa...
2008-04-18  Jacek Cabanmshtml: Added possibility to get node object from nsIDO...
2007-10-15  Jacek Cabanmshtml: Added IHTMLDocument4 stub implementation.
2007-06-25  Rob Shearmanmshtml: Fix HTMLDocument3_get_documentElement to get...
2006-10-06  Jacek Cabanmshtml: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-06  Jacek Cabanmshtml: Added get_documentElement implementation.
2005-12-12  Jacek Cabanmshtml: Added IHTMLDocument3 stub implementation.