mshtml: Added window global properties test.
[wine] / dlls / mshtml / htmltextarea.c
2009-09-09  Jacek Cabanmshtml: Store body event target in window object.
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (HTML*Element...
2008-10-10  Jacek Cabanmshtml: Forward IHTMLelement3::[get|put]_disabled to...
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLTextAreaElement.
2008-04-24  Jacek Cabanmshtml: Use heap_alloc_zero for allocating node objects.
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
2007-12-17  Jacek Cabanmshtml: Remove not used argument in nsAString_GetData.
2007-12-06  Michael Stefaniucmshtml: Rename the wrappers around HeapAlloc() &Co...
2007-12-04  Jacek Cabanmshtml: Initialize HTMLElement in the beginning of...
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 HTMLElement's destr...
2007-09-19  Jacek Cabanmshtml: Forward node ref calls to IHTMLDOMNode interface.
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-13  Jacek Cabanmshtml: Store HTMLDOMNode struct instead of pointer...
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-08  Jacek Cabanmshtml: Added get_name and get_value implementation...
2006-03-07  Jacek Cabanmshtml: Added IHTMLTextAreaElement implementation.