atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / mshtml / htmlelemcol.c
2012-07-26  Jacek Cabanmshtml: Use inline wrappers and fixed found warnings.
2012-06-27  Jacek Cabanmshtml: Get rid of no longer needed unk_ref from HTMLEl...
2012-06-27  Jacek Cabanmshtml: Keep references to nodes stored in HTMLElementC...
2012-06-25  Jacek Cabanmshtml: Keep reference in node returned from get_node.
2011-10-18  Marcus Meissnermshtml: Adjusted some incorrect sizeofs (Coverity).
2011-08-23  Piotr Cabanmshtml: Populate dynamic properties table in get_dynami...
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in Dispat...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLDOMNode iface.
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLElementCollection...
2010-12-30  Michael Stefaniucmshtml: COM cleanup for the IHTMLElement iface.
2010-12-28  Jacek Cabanmshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl...
2010-12-28  Jacek Cabanmshtml: Pass DispatchEx pointer instead of outer IUnkno...
2010-12-01  Jacek Cabanmshtml: Improved error handling in get_node calls.
2010-01-29  Jacek Cabanmshtml: Optimize more nsAString handling.
2009-11-21  Andrew Eikummshtml: Also get dispid by element name & id in HTMLEle...
2009-10-14  Jacek Cabanmshtml: Use DISPATCH_* macros instead of INVOKE_*.
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-07-08  Jacek Cabanmshtml: Added support for VT_UINT name in IHTMLElementC...
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (HTML*Element...
2009-01-09  Andrew Talbotmshtml: Declare a function static.
2008-10-07  Jacek Cabanmshtml: Fixed handing non-element nodes in IHTMLElement...
2008-10-01  Jacek Cabanmshtml: Added IHTMLTable::get_rows implementation.
2008-10-01  Jacek Cabanmshtml: Use create_all_collection in IHTMLElement:...
2008-10-01  Jacek Cabanmshtml: Use create_collection_from_nodelist in IHTMLEle...
2008-10-01  Jacek Cabanmshtml: Move IHTMLElementCollection to separated file.