mshtml: Added noscript tag handling tests.
[wine] / dlls / mshtml / htmlinput.c
2012-09-04  Jacek Cabanmshtml: Added IHTMLWindow2::onhelp property implementation.
2012-07-13  Jacek Cabanmshtml: Added IHTMLInputElement::maxLength implementation.
2012-07-13  Jacek Cabanmshtml: Added HTMLInputElement::onchange implementation.
2012-06-28  Jacek Cabanmshtml: Share nsinput reference with nsnode.
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-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-08-02  Jacek Cabanmshtml: Added possibility for node implementations...
2011-08-02  Jacek Cabanmshtml: Rename call_event to fire_event.
2011-02-28  Jacek Cabanmshtml: Fixed typos in IHTMLInputElement::value tests.
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-28  Jacek Cabanmshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl...
2010-12-07  Michael Stefaniucmshtml: Change the second vtbl in HTMLInputElement...
2010-12-07  Michael Stefaniucmshtml: Change the first vtbl in HTMLInputElement to...
2010-12-02  Jacek Cabanmshtml: Improved error handling in element constructors.
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-05-07  Jacek Cabanmshtml: Added IHTMLInputElement::put_name implementation.
2010-05-07  Jacek Cabanmshtml: Added IHTMLInputElement::put_type implementation.
2010-01-29  Jacek Cabanmshtml: Optimize more nsAString handling.
2010-01-28  Jacek Cabanmshtml: Moved common element tids to macro.
2009-11-03  Jacek Cabanmshtml: Moved whole element initialization to HTMLEleme...
2009-10-13  Jacek Cabanmshtml: Added IHTMLElement::click implementation.
2009-10-02  Jacek Cabanmshtml: Moved init_dispex call to HTMLElement_Init.
2009-09-15  Jacek Cabanmshtml: Added IHTMLInputElement::src property implement...
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.