mshtml: Added noscript tag handling tests.
[wine] / dlls / mshtml / htmlanchor.c
2012-09-21  Jacek Cabanmshtml: Use IUri as base URL in navigate_url.
2012-09-17  Marcus Meissnermshtml: Print initialized anchor (Coverity).
2012-09-07  Jacek Cabanmshtml: Avoid duplicated string release in navigate_anchor.
2012-09-04  Jacek Cabanmshtml: Added IHTMLWindow2::onhelp property implementation.
2012-09-03  Jacek Cabanmshtml: Open targeted anchors in existing frames if...
2012-07-13  Jacek Cabanmshtml: Added IHTMLAnchorElement::name implementation.
2012-06-26  Jacek Cabanmshtml: Share nsanchor reference with nsnode.
2012-06-25  Jacek Cabanmshtml: Added separated types for outer and inner HTML...
2012-03-29  Jacek Cabanmshtml: Added support for anchors with target '_top'.
2012-03-26  Michael Stefaniucmshtml: Print the debug string and not the pointer...
2012-01-27  Jacek Cabanmshtml: Added support for middle-button opening anchors...
2012-01-27  Jacek Cabanmshtml: Added support for anchor targets.
2012-01-27  Jacek Cabanmshtml: Follow anchors only on left button click.
2011-12-06  Jacek Cabanmshtml: Added support for navigating to _self target.
2011-08-26  Piotr Cabanmshtml: Added IHTMLAttributeCollection stub.
2011-08-25  AndrĂ© Hentschelmshtml: Initialize return value.
2011-08-05  Jacek Cabanmshtml: Fixed nsAString handling in navigate_anchor.
2011-08-02  Jacek Cabanmshtml: Added default click handler for anchor element.
2011-03-02  Alistair Leslie... mshtml: Implement IHTMLAnchorElement get/put target.
2011-02-17  Alistair Leslie... mshtml: Implement IHTMLAnchorElement_put_href.
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 IHTMLElement2 iface.
2010-12-28  Jacek Cabanmshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl...
2010-12-06  Michael Stefaniucmshtml: Use an iface instead of an vtbl pointer in...
2010-12-02  Jacek Cabanmshtml: Improved error handling in element constructors.
2010-11-15  Jacek Cabanmshtml: Moved cloneNode implementation to vtbl.
2010-01-28  Jacek Cabanmshtml: Moved common element tids to macro.
2009-11-24  Jacek Cabanmshtml: Forward common function from IHTMLAnchorElement...
2009-11-03  Jacek Cabanmshtml: Moved whole element initialization to HTMLEleme...
2009-10-02  Jacek Cabanmshtml: Added IHTMLAnchorElement::get_href implementation.
2009-10-02  Jacek Cabanmshtml: Added HTMLAnchorElement dispex data.
2009-10-02  Jacek Cabanmshtml: Moved init_dispex call to HTMLElement_Init.
2009-02-16  Michael Stefaniucmshtml: Remove superfluous pointer casts.
2008-08-18  Alistair Leslie... mshtml: Implement IDispatch for IHTMLAnchorElement.
2008-04-24  Jacek Cabanmshtml: Use heap_alloc_zero for allocating node objects.
2008-04-07  Jacek Cabanmshtml: Remove unneeded includes.
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...
2007-09-13  Jacek Cabanmshtml: Added IHTMLAnchorElement stub implementation.