mshtml: Added noscript tag handling tests.
[wine] / dlls / mshtml / htmloption.c
2012-09-04  Jacek Cabanmshtml: Added IHTMLWindow2::onhelp property implementation.
2012-07-30  Jacek Cabanmshtml: Use inner window directly in HTMLOptionElementF...
2012-06-27  Jacek Cabanmshtml: Share nsoption reference with nsnode.
2012-06-25  Jacek Cabanmshtml: Moved option_factory from HTMLOuterWindow to...
2012-06-25  Jacek Cabanmshtml: Moved document node from HTMLOuterWindow to...
2012-06-25  Jacek Cabanmshtml: Added separated types for outer and inner HTML...
2012-06-25  Jacek Cabanmshtml: Keep reference in node returned from get_node.
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-01-03  Michael Stefaniucmshtml: COM cleanup for the IHTMLOptionElement* ifaces.
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-02  Jacek Cabanmshtml: Improved error handling in element constructors.
2010-12-01  Jacek Cabanmshtml: Improved error handling in get_node calls.
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-05-11  Jacek Cabanmshtml: Added IHTMLOptionElement::selected property...
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-22  Jacek Cabanmshtml: Moved nsdoc to HTMLDocumentNode object.
2009-10-20  Jacek Cabanmshtml: Use create_nselem in IHTMLOptionFactory::create.
2009-10-02  Jacek Cabanmshtml: Moved init_dispex call to HTMLElement_Init.
2009-09-17  Jacek Cabanmshtml: Move node list to HTMLDocumentNode.
2009-09-17  Jacek Cabanmshtml: Store document node in window.
2009-09-17  Jacek Cabanmshtml: Moved option_factory to HTMLWindow object.
2009-08-04  Alistair Leslie... mshtml: Add missing interfaces.
2009-02-16  Michael Stefaniucmshtml: Remove superfluous pointer casts.
2008-10-10  Jacek Cabanmshtml: Use IHTMLElement3 in IDispatchEx.
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMLOptionElementFactory...
2008-10-10  Jacek Cabanmshtml: Use stored nsdoc in IHTMOptionElement::put_text.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLOptionElement.
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 HTMLOptionElement.
2008-04-24  Jacek Cabanmshtml: Use heap_alloc_zero for allocating node objects.
2008-04-18  Jacek Cabanmshtml: Added possibility to get node object from nsIDO...
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-15  Jacek Cabanmshtml: Added IHTMLOptionElementFactory::create impleme...
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::get_text implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::put_text implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::put_value implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::get_value implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLWindow2::get_option implementation.
2007-10-04  Jacek Cabanmshtml: Added IHTMLOptionElement interface stub impleme...