mshtml: Wine Gecko 1.3 release.
[wine] / dlls / mshtml / htmllocation.c
2011-03-29  AndrĂ© Hentschelmshtml: Port numbers are unsigned.
2011-03-02  Jacek Cabanmshtml: Added IHTMLLocation::replace implementation.
2011-01-03  Michael Stefaniucmshtml: COM cleanup for the IHTMLLocation iface.
2010-12-31  Michael Stefaniucmshtml: COM cleanup for the IDispatchEx iface in Dispat...
2009-12-01  Jacek Cabanmshtml: Added support for relative URLs in navigate_url.
2009-10-27  Jacek Cabanmshtml: Moved url and mon to HTMLWindow.
2009-10-20  Michael Stefaniucmshtml: Remove redundant NULL check before HeapFree...
2009-10-20  Andrew Eikummshtml: Implement IHTMLLocation::get_search.
2009-10-20  Andrew Eikummshtml: Implement IHTMLLocation::get_hash.
2009-10-19  Andrew Eikummshtml: Reimplement HTMLLocation::get_pathname.
2009-10-19  Andrew Eikummshtml: Reimplement IHTMLLocation::get_href.
2009-10-16  Andrew Eikummshtml: Implement IHTMLLocation::get_hostname.
2009-10-16  Andrew Eikummshtml: Implement IHTMLLocation::get_host.
2009-10-16  Andrew Eikummshtml: Implement IHTMLLocation::get_protocol.
2009-10-15  Andrew Eikummshtml: Implement IHTMLLocation::get_port.
2009-10-15  Andrew Eikummshtml: Add helper function get_url_components.
2009-10-12  Jacek Cabanmshtml: Added IHTMLLocation::put_href implementation.
2009-10-02  Jacek Cabanmshtml: Get rid of no longer needed HTMLLocation_value.
2009-09-29  Andrew Eikummshtml: Check for null pointers in IHTMLLocation_get*.
2009-09-17  Jacek Cabanmshtml: Moved binding variables to HTMLDocumentObj.
2009-09-17  Jacek Cabanmshtml: Store document node in window.
2009-09-17  Jacek Cabanmshtml: Moved HTMLLocation object to HTMLWindow.
2009-09-01  Jacek Cabanmshtml: Properly release DispatchEx data.
2009-09-01  Jacek Cabanmshtml: Added DISPID_VALUE implementation for HTMLLocat...
2009-08-18  Alistair Leslie... mshtml: Implement IHTMLLocation get_href.
2009-08-10  Jacek Cabanmshtml: Added IHTMLLocation::get_pathname implementation.
2009-06-23  Jacek Cabanmshtml: Fixed tests on IE8 and change Wine behavior...
2009-02-11  Alistair Leslie... mshtml: Implement IDispatch for IHTMLLocation.
2009-01-06  Jacek Cabanmshtml: Added IDispatchEx support to HTMLLocation object.
2008-04-01  Jacek Cabanmshtml: Fixed copy&paste mistake.
2008-03-26  Jacek Cabanmshtml: Added IHTMLDocument2::get_location implementation.