Jacek Caban
|
c4e9787e86
|
mshtml: Store event handlers in rb tree.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-14 22:49:31 +01:00 |
Jacek Caban
|
68d2f9c6a6
|
mshtml: Release event target in XMLHttpRequest destructor.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-14 22:49:13 +01: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 |
Jacek Caban
|
5ae224dee8
|
mshtml: Added support for sending BSTR over IHTMLXMLHttpRequst::send.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-07 22:40:07 +09:00 |
Jacek Caban
|
206bebfd8f
|
mshtml: Added IHTMLXMLHttpRequest::getResponseHeader implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-25 13:33:07 +09:00 |
Jacek Caban
|
5996de5c2e
|
mshtml: Added HTMLXMLHttpRequestFactory DISPID_VALUE implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-25 00:25:01 +09:00 |
Zhenbo Li
|
798b1e06f3
|
mshtml: Add IHTMLXMLHttpRequest::responseXML() method implementation.
Signed-off-by: Zhenbo Li <litimetal@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-05 11:49:49 +01:00 |
Zhenbo Li
|
b8f8b95e20
|
mshtml: Add IHTMLXMLHttpRequest::abort() method implementation.
|
2015-08-20 20:16:26 +09:00 |
Zhenbo Li
|
bb060fe62f
|
mshtml: Add IHTMLXMLHttpRequest::getAllResponseHeaders() method implementation.
|
2015-08-06 21:05:02 +09:00 |
Zhenbo Li
|
44e6448618
|
mshtml: Add IHTMLXMLHttpRequest::getResponseHeader() method implementation.
|
2015-08-06 21:05:00 +09:00 |
Zhenbo Li
|
74d07b7b0a
|
mshtml: Add IHTMLXMLHttpRequest::statusText property implementation.
|
2015-08-06 21:04:58 +09:00 |
Zhenbo Li
|
21043e5acf
|
mshtml: Add IHTMLXMLHttpRequest::status property implementation.
|
2015-07-22 17:42:59 +02:00 |
Zhenbo Li
|
4ea5d00e58
|
mshtml: Add IHTMLXMLHttpRequest::responseText() method implementation.
|
2015-07-22 17:42:57 +02:00 |
Zhenbo Li
|
119af47683
|
mshtml: Add IHTMLXMLHttpRequest::send() method implementation.
|
2015-07-08 19:12:08 +09:00 |
Jacek Caban
|
8d85da757a
|
mshtml: Added support for binding XHR events.
|
2015-07-02 13:42:55 +09:00 |
Zhenbo Li
|
b6cf265317
|
mshtml: Add IHTMLXMLHttpRequest::readyState property implementation.
|
2015-07-01 19:18:13 +09:00 |
Zhenbo Li
|
d6b92300af
|
mshtml: Add IHTMLXMLHttpRequest:open() method implementation.
|
2015-07-01 19:18:12 +09:00 |
Zhenbo Li
|
deb884a6d8
|
mshtml: Add IHTMLXMLHttpRequestFactory::create() method implementation.
|
2015-07-01 19:18:12 +09:00 |
Jacek Caban
|
430df1ca61
|
mshtml: Added IHTMLXMLHttpRequest::onreadystatechange property implementation.
|
2015-06-22 19:16:48 +09:00 |
Zhenbo Li
|
82d090dd6d
|
mshtml: Implement IHTMLXMLHttpRequest as a stub.
|
2015-06-11 14:41:35 +09:00 |
Zhenbo Li
|
0036b8bf2e
|
mshtml: Implement IHTMLXMLHttpRequestFactory as a stub.
|
2015-06-10 23:30:39 +09:00 |