atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / mshtml / htmllocation.c
2012-11-12  Jacek Cabanmshtml: Properly report history update for location...
2012-10-22  Jacek Cabanmshtml: Added IHTMLLocation::toString implementation.
2012-09-21  Jacek Cabanmshtml: Use IUri as base URL in navigate_url.
2012-08-14  Jacek Cabanmshtml: Moved HTMLLocation reference to inner window.
2012-08-14  Jacek Cabanmshtml: Use helper to get IUri in HTMLLocation implemen...
2012-06-25  Jacek Cabanmshtml: Added separated types for outer and inner HTML...
2012-01-03  Jacek Cabanmshtml: Use IUri for IHTMLLocation::get_search implemen...
2011-12-30  Jacek Cabanmshtml: Use IUri in IHTMLLocation::put_port implementation.
2011-12-29  Jacek Cabanmshtml: Use IUri in IHTMLLocation::get_protocol impleme...
2011-12-28  Jacek Cabanmshtml: Use IURi for IHTMLLocation::get_hash implementa...
2011-11-23  Jacek Cabanmshtml: Use IUri for IHTMLLocation::get_hostname implem...
2011-11-17  Thomas Fabermshtml: Fix MSVC build in 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.