mshtml: Added noscript tag handling tests.
[wine] / dlls / mshtml / htmlnode.c
2012-10-02  Jacek Cabanmshtml: Simplify get_node_obj.
2012-07-26  Jacek Cabanmshtml: Properly handle NULL VT_DISPATCH refChild in...
2012-07-19  Jacek Cabanmshtml: Store MSHTML node reference in Gecko node objec...
2012-07-19  Jacek Cabanmshtml: Make nsIDOMHTMLDocument reference cycle collect...
2012-07-19  Jacek Cabanmshtml: Make node object's dynamic IDispatchEx-based...
2012-07-19  Jacek Cabanmshtml: Make node object cycle collector aware.
2012-06-28  Jacek Cabanmshtml: Reimplement get_node_obj using vtbl comparison.
2012-06-28  Jacek Cabanmshtml: Return referenced object in get_node_obj.
2012-06-28  Jacek Cabanmshtml: Keep reference to document in HTMLDOMChildrenCo...
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-06-11  Jacek Cabanmshtml: Wine Gecko 1.6 release.
2012-04-13  Jacek Cabanmshtml: Use return_nsstr helper in more functions.
2012-03-28  Jacek Cabanmshtml: Improved more VARIANT debug traces.
2012-03-15  Jacek Cabanmshtml: Get rid of remaining PRBool usages.
2011-10-12  Alistair Leslie... mshtml: Implement IHTMLDOMNode replaceChild.
2011-09-02  Piotr Cabanmshtml: Removed typo from HTMLDOMChildrenCollection_inv...
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-08-23  Piotr Cabanmshtml: Populate dynamic properties table in get_dynami...
2011-03-18  Alistair Leslie... mshtml: Implement IHTMLDOMNode previousSibling.
2011-02-24  Jacek Cabanmshtml: Make sure we don't try to create node object...
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in Dispat...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMChildrenCollection...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode2 iface.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode iface.
2010-12-28  Jacek Cabanmshtml: Pass DispatchEx pointer instead of outer IUnkno...
2010-12-17  Jacek Cabanmshtml: IHTMLDocument2 iface handling clean up.
2010-12-02  Jacek Cabanmshtml: Improved error handling in HTMLElement_Create...
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: Correctly handle DOCUMENT_FRAGMENT_NODE in...
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-01-29  Jacek Cabanmshtml: Optimize more nsAString handling.
2009-11-03  Jacek Cabanmshtml: Return NULL ownerDocument for document node.
2009-11-03  Jacek Cabanmshtml: Moved whole element initialization to HTMLEleme...
2009-10-29  Jacek Cabanmshtml: Added IHTMLDOMNode::nextSibling implementation.
2009-10-14  Jacek Cabanmshtml: Use DISPATCH_* macros instead of INVOKE_*.
2009-10-02  Jacek Cabanmshtml: Added IHTMLDOMNode::cloneNode implementation.
2009-09-22  Jacek Cabanmshtml: Added IHTMLDOMNode2::get_ownerDocument implemen...
2009-09-17  Jacek Cabanmshtml: Inherit HTMLDocumentNode from HTMLDOMNode.
2009-09-17  Jacek Cabanmshtml: Move node list to HTMLDocumentNode.
2009-09-01  Jacek Cabanmshtml: Properly release DispatchEx data.
2009-09-01  Jacek Cabanmshtml: Added support for DISPID_VALUE.
2009-05-27  Paul Vriensmshtml: Match IE8 implementation.
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (remaining...
2008-10-14  Jacek Cabanmshtml: Don't fail in IHTMLDOMNode::appendChild if...
2008-10-14  Jacek Cabanmshtml: Added IHTMLDOMNode::insertBefore implementation.
2008-10-10  Jacek Cabanmshtml: Moved events declaration to separated file.
2008-09-22  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDOMChildrenCollection.
2008-09-22  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDOMNode.
2008-09-22  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDOMNode2.
2008-07-01  Jacek Cabanmshtml: DispatchEx's QueryInterface implementation...
2008-06-26  Jacek Cabanmshtml: Added DOCUMENT_NODE type support.
2008-06-26  Jacek Cabanmshtml: Added IHTMLDOMNode::get_parentNode implementation.
2008-06-24  Jacek Cabanmshtml: Added IHTMLDOMNode::hasChildNodes implementation.
2008-06-24  Jacek Cabanmshtml: Added IHTMLDOMNode::removeChild implementation.
2008-06-24  Jacek Cabanmshtml: Fixed argument checking in IHTMLDOMChildrenColl...
2008-06-24  Jacek Cabanmshtml: Added support to accessing child nodes by index...
2008-06-23  Jacek Cabanmshtml: Added IHTMLDOMNode::appendChild implementation.
2008-06-20  Jacek Cabanmshtml: Added IHTMLGenericElement implementation.
2008-06-20  Jacek Cabanmshtml: Initialize node object from child node's constr...
2008-06-19  Jacek Cabanmshtml: Added IHTMLDOMNode::put_nodeValue implementation.
2008-06-19  Jacek Cabanmshtml: Added IHTMLDOMNode::get_nodeValue implementation.
2008-05-06  Francois Gougetmshtml: gcc 2.95 does not allow an array of undefined...
2008-05-01  Jacek Cabanmshtml: Added IHTMLCommentElement stub implementation.
2008-05-01  Jacek Cabanmshtml: Added IDispatchEx support to HTMLDOMChildrenCol...
2008-05-01  Jacek Cabanmshtml: Added IHTMLDOMChildrenCollection::item implemen...
2008-05-01  Jacek Cabanmshtml: Added IHTMLDOMChildrenCollection::get_length...
2008-05-01  Jacek Cabanmshtml: Added get_childNodes implementation.
2008-04-24  Jacek Cabanmshtml: Added get_nodeType implementation.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMTextNode stub implementation.
2008-04-24  Jacek Cabanmshtml: Added get_firstChild implementation.
2008-04-24  Jacek Cabanmshtml: Added IHTMLDOMNode2 stub implementation.
2008-04-24  Jacek Cabanmshtml: Added elements IDispatchEx implementation.
2008-04-24  Jacek Cabanmshtml: Use heap_alloc_zero for allocating node objects.
2008-04-21  Jacek Cabanmshtml: Parse and store onload attributes.
2008-04-18  Jacek Cabanmshtml: Added possibility to get node object from nsIDO...
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
2008-04-07  Austin EnglishSpelling fixes.
2007-12-17  Jacek Cabanmshtml: Remove not used argument in nsAString_GetData.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-10-15  Jacek Cabanmshtml: Added ref counting to node object.
2007-10-04  Jacek Cabanmshtml: Move nodes' QueryInterface implementation to...
2007-10-04  Jacek Cabanmshtml: Use vtbl for node destructors.
2007-10-04  Jacek Cabanmshtml: Pass HTMLDOMNode pointer to its destructor.
2007-09-19  Jacek Cabanmshtml: Forward node ref calls to IHTMLDOMNode interface.
2007-09-19  Jacek Cabanmshtml: Get rid of node_type variable in HTMLNode object.
2007-09-13  Jacek Cabanmshtml: Store HTMLDOMNode struct instead of pointer...
2007-08-17  Jacek Cabanmshtml: Don't create element object for document node.
2007-06-25  Jacek Cabanmshtml: Added IHTMLDOMNode::get_nodeName implementation.
2006-10-06  Jacek Cabanmshtml: Win64 printf format warning fixes.
2006-07-18  Jacek Cabanmshtml: Wrap more Heap* function by inline functions.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-20  Jacek Cabanmshtml: Better QueryInterface implementation.
2006-03-06  Jacek Cabanmshtml: Added IHTMLElementCollection implementation.
2006-03-06  Jacek Cabanmshtml: Added IHTMLElement implementation.
2006-03-06  Jacek Cabanmshtml: Added IHTMLDOMNode implementation.