mshtml: Added window global properties test.
[wine] / dlls / mshtml / htmlinput.c
2009-09-09  Jacek Cabanmshtml: Store body event target in window object.
2009-08-12  Jacek Cabanmshtml: Use correct macro in HTMLInputTextElement:...
2009-03-12  Michael Stefaniucmshtml: Change long to LONG in mshtml.idl (HTML*Element...
2009-02-16  Michael Stefaniucmshtml: Remove superfluous pointer casts.
2008-12-16  Jacek Cabanmshtml: Fixed IHTMLInputTextElement vtbl and QueryInter...
2008-10-17  Jacek Cabanmshtml: Added IHTMLInputElement::put_checked implementa...
2008-10-17  Jacek Cabanmshtml: Added IHTMLInputElement::[get|put]_defaultCheck...
2008-10-13  Jacek Cabanmshtml: Added IHTMLInputElement::select implementation.
2008-10-10  Jacek Cabanmshtml: Use IHTMLElement3 in IDispatchEx.
2008-10-10  Jacek Cabanmshtml: Forward IHTMLelement3::[get|put]_disabled to...
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLInputElement.
2008-06-25  Jacek Cabanmshtml: Added IHTMLInputElement::put_disabled implement...
2008-06-19  Jacek Cabanmshtml: Forward HTMLInputElement IDispatch calls to...
2008-06-19  Jacek Cabanmshtml: Added IHTMLInputElement::put_value implementation.
2008-05-06  Francois Gougetmshtml: gcc 2.95 does not allow an array of undefined...
2008-05-01  Jacek Cabanmshtml: Moved IDispatchEx initialization to HTMLElement...
2008-04-29  Jacek Cabanmshtml: Added IDispatchEx support to HTMLInputElement.
2008-04-28  Jacek Cabanmshtml: Added IHTMLInputElement::get_disabled implement...
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: Added IHTMLInputTextElement interface implement...
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-20  Jacek Cabanmshtml: Fix debug traces.
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-04-10  Jacek Cabanmshtml: Make sure to use initialized variables.
2006-03-20  Jacek Cabanmshtml: Better QueryInterface implementation.
2006-03-08  Jacek Cabanmshtml: Added get_type, get_value, get_name and get_checked
2006-03-07  Jacek Cabanmshtml: Added IHTMLInputElement implementation.