Commit Graph

52 Commits

Author SHA1 Message Date
Alexandre Julliard 5182813ae0 mshtml: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-13 14:34:51 +02:00
Jacek Caban e33ce7c538 mshtml: Rewrite IHTMLLocation::get_pathname on top of IUri.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=37279
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-28 20:18:17 +02:00
Alex Henrie 31deafe153 mshtml: Turn several constants and variables into static constants.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-30 19:36:51 +01:00
Michael Stefaniuc 12b85004aa mshtml: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Jacek Caban<jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-24 10:28:28 +02:00
Nikolay Sivov 0592537862 mshtml: Make sure actual host length matches returned BSTR length.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-22 18:42:27 +01:00
Jacek Caban 9141c97d94 mshtml: Silence failing QueryInterfaces common for .net applications.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-13 16:15:11 +02:00
Jacek Caban fd2f645d16 mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-06 11:53:45 +09:00
Zhenbo Li 8d27595287 mshtml: Added IHTMLLocation::assign method implementation. 2014-05-19 15:51:42 +02:00
Jacek Caban b54a9c662a mshtml: Use debugmsg_mshtml_guid in a few more places. 2014-05-12 13:51:30 +02:00
Jacek Caban 7ac09e721c mshtml: Properly report history update for location.replace call. 2012-11-12 16:35:15 +01:00
Jacek Caban 610ea94da5 mshtml: Added IHTMLLocation::toString implementation. 2012-10-22 12:06:30 +02:00
Jacek Caban e75683b858 mshtml: Use IUri as base URL in navigate_url. 2012-09-21 17:05:40 +02:00
Jacek Caban 93a2de1fba mshtml: Moved HTMLLocation reference to inner window. 2012-08-14 12:47:58 +02:00
Jacek Caban 28f35f86c6 mshtml: Use helper to get IUri in HTMLLocation implementation. 2012-08-14 12:47:58 +02:00
Jacek Caban 08964ede45 mshtml: Added separated types for outer and inner HTML windows. 2012-06-25 17:45:19 +02:00
Jacek Caban 4d4955f248 mshtml: Use IUri for IHTMLLocation::get_search implementation. 2012-01-03 12:37:28 +01:00
Jacek Caban 2e2a80ce8a mshtml: Use IUri in IHTMLLocation::put_port implementation. 2011-12-30 17:12:47 +01:00
Jacek Caban 98b8ebaff7 mshtml: Use IUri in IHTMLLocation::get_protocol implementation. 2011-12-29 16:20:16 +01:00
Jacek Caban dfeec5a2bf mshtml: Use IURi for IHTMLLocation::get_hash implementation. 2011-12-28 17:49:41 +01:00
Jacek Caban dd61c7953e mshtml: Use IUri for IHTMLLocation::get_hostname implementation. 2011-11-23 17:34:50 +01:00
Thomas Faber 8ab355ab72 mshtml: Fix MSVC build in htmllocation.c. 2011-11-17 17:35:27 +01:00
André Hentschel 3a06c5a54a mshtml: Port numbers are unsigned. 2011-03-29 12:34:23 +02:00
Jacek Caban a543769761 mshtml: Added IHTMLLocation::replace implementation. 2011-03-02 13:39:18 +01:00
Michael Stefaniuc ed9c65b1ba mshtml: COM cleanup for the IHTMLLocation iface. 2011-01-03 12:14:27 +01:00
Michael Stefaniuc 0b66169a05 mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
Jacek Caban 679591ff87 mshtml: Added support for relative URLs in navigate_url. 2009-12-01 11:39:12 +01:00
Jacek Caban fd47fa4647 mshtml: Moved url and mon to HTMLWindow. 2009-10-27 10:52:17 +01:00
Michael Stefaniuc 975a93de68 mshtml: Remove redundant NULL check before HeapFree (Smatch). 2009-10-20 14:00:51 +02:00
Andrew Eikum bbf8a4baf5 mshtml: Implement IHTMLLocation::get_search. 2009-10-20 13:47:26 +02:00
Andrew Eikum 4ebf01f681 mshtml: Implement IHTMLLocation::get_hash. 2009-10-20 13:47:21 +02:00
Andrew Eikum a03d0bcaa9 mshtml: Reimplement HTMLLocation::get_pathname. 2009-10-19 15:02:07 +02:00
Andrew Eikum 6a456fa6d9 mshtml: Reimplement IHTMLLocation::get_href. 2009-10-19 15:02:02 +02:00
Andrew Eikum fc3808e553 mshtml: Implement IHTMLLocation::get_hostname. 2009-10-16 13:36:27 +02:00
Andrew Eikum 7cb9fe1064 mshtml: Implement IHTMLLocation::get_host. 2009-10-16 13:36:23 +02:00
Andrew Eikum c9adc4149c mshtml: Implement IHTMLLocation::get_protocol. 2009-10-16 13:36:15 +02:00
Andrew Eikum 4172d6820c mshtml: Implement IHTMLLocation::get_port. 2009-10-15 12:06:18 +02:00
Andrew Eikum a26b82fc32 mshtml: Add helper function get_url_components. 2009-10-15 12:06:18 +02:00
Jacek Caban 47c27742d0 mshtml: Added IHTMLLocation::put_href implementation. 2009-10-12 12:15:26 +02:00
Jacek Caban 8085b7085c mshtml: Get rid of no longer needed HTMLLocation_value. 2009-10-02 15:06:58 +02:00
Andrew Eikum 3b5ed104bf mshtml: Check for null pointers in IHTMLLocation_get*. 2009-09-29 12:06:06 +02:00
Jacek Caban e52e57cf2b mshtml: Moved binding variables to HTMLDocumentObj. 2009-09-17 09:41:51 -05:00
Jacek Caban 62ccef389f mshtml: Store document node in window. 2009-09-17 09:40:09 -05:00
Jacek Caban 74f28d4a20 mshtml: Moved HTMLLocation object to HTMLWindow. 2009-09-17 09:39:15 -05:00
Jacek Caban b42243e8e7 mshtml: Properly release DispatchEx data. 2009-09-01 12:43:13 +02:00
Jacek Caban fc26a1c4bd mshtml: Added DISPID_VALUE implementation for HTMLLocation object. 2009-09-01 12:42:16 +02:00
Alistair Leslie-Hughes 447e5d1fac mshtml: Implement IHTMLLocation get_href. 2009-08-18 14:57:25 +02:00
Jacek Caban 2ca7683dfb mshtml: Added IHTMLLocation::get_pathname implementation. 2009-08-10 13:19:26 +02:00
Jacek Caban 51f13ac144 mshtml: Fixed tests on IE8 and change Wine behavior to IE8. 2009-06-23 15:52:59 +02:00
Alistair Leslie-Hughes 5768cbd668 mshtml: Implement IDispatch for IHTMLLocation. 2009-02-11 15:56:02 +01:00
Jacek Caban a2ac4d2323 mshtml: Added IDispatchEx support to HTMLLocation object. 2009-01-06 10:09:36 +01:00