Jacek Caban
|
69af9a4c9d
|
mshtml: Get rid of no longer needed document argument in get_node.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-19 16:57:53 +01:00 |
Jacek Caban
|
1b09514c82
|
mshtml: Initialize DispatchEx in HTMLDOMNode_Init.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-09-22 08:30:40 +02:00 |
Jacek Caban
|
d4be45fc9a
|
mshtml: Expose IHTMLDOMNode3 interface to scripts.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-07-19 20:58:41 +02:00 |
Jacek Caban
|
97c71b25fe
|
mshtml: Added GetClassInfo implementation for HTMLElement objects.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-21 13:58:51 +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 |
Jacek Caban
|
f908f03cd9
|
mshtml: Added new EventTarget struct representing event targets.
|
2015-05-15 18:05:27 +09:00 |
Jacek Caban
|
b69550ab34
|
mshtml: Added IHTMLDOMTextNode::splitText implementation.
|
2014-12-22 13:31:55 +01:00 |
Jacek Caban
|
5ecea72a50
|
mshtml: Added IHTMLTextNode2::appendData implementation.
|
2014-11-21 23:45:18 +09:00 |
Jacek Caban
|
d3714ba72d
|
mshtml: Added IHTMLDOMTextNode2 stub interface.
|
2014-11-20 22:34:20 +09:00 |
Jacek Caban
|
b4f8cf8ec1
|
mshtml: Added IHTMLDOMTextNode::data property implementation.
|
2013-04-17 14:26:03 +02:00 |
Jacek Caban
|
af6c518e7d
|
mshtml: Use lazy allocation for connection points.
|
2013-03-15 16:18:05 +01:00 |
Jacek Caban
|
07e72de9a4
|
mshtml: Get rid of PRUint32 outside XPCOM C API.
|
2013-01-23 20:47:25 +01:00 |
Jacek Caban
|
cf35bbd261
|
mshtml: Share nsIDOMText reference with nsIDOMNode.
|
2012-06-26 17:06:11 +02:00 |
Jacek Caban
|
a8d0efc7d6
|
mshtml: Return referenced instances from node constructors.
|
2012-06-26 17:06:11 +02:00 |
Michael Stefaniuc
|
868a3e660e
|
mshtml: COM cleanup for the IHTMLDOMTextNode iface.
|
2011-01-04 11:13:03 +01:00 |
Michael Stefaniuc
|
0b66169a05
|
mshtml: COM cleanup for the IDispatchEx iface in DispatchEx.
|
2010-12-31 11:47:31 +01:00 |
Michael Stefaniuc
|
f653f4a22e
|
mshtml: COM cleanup for the IHTMLDOMNode iface.
|
2010-12-30 12:21:53 +01:00 |
Jacek Caban
|
f52e0a776f
|
mshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl functions.
|
2010-12-28 16:35:39 +01:00 |
Jacek Caban
|
6bf247f937
|
mshtml: Better error handling in create_node calls.
|
2010-12-02 11:58:12 +01:00 |
Jacek Caban
|
f351dc5e74
|
mshtml: Moved cloneNode implementation to vtbl.
|
2010-11-15 13:20:06 +01:00 |
Jacek Caban
|
64b651e262
|
mshtml: Added IHTMLDOMTextNode::get_length implementation.
|
2009-12-10 12:00:25 +01:00 |
Jacek Caban
|
64d4efe967
|
mshtml: Move node list to HTMLDocumentNode.
|
2009-09-17 09:47:53 -05:00 |
Michael Stefaniuc
|
cb133a12d0
|
mshtml: Change long to LONG in mshtml.idl (remaining stuff).
|
2009-03-12 13:09:54 +01:00 |
Michael Stefaniuc
|
25e90e2251
|
mshtml: Remove superfluous pointer casts.
|
2009-02-16 16:01:37 +01:00 |
Alistair Leslie-Hughes
|
a1b4ee8866
|
mshtml: Add missing interfaces.
|
2009-01-28 14:15:05 +01:00 |
Alexandre Julliard
|
e9832a068c
|
mshtml: Make some functions static.
|
2008-12-02 15:28:04 +01:00 |
Alistair Leslie-Hughes
|
d2261cab4d
|
mshtml: Implement IDispatch for IHTMLDOMTextNode.
|
2008-09-09 11:46:18 +02:00 |
Jacek Caban
|
fdf676ac17
|
mshtml: Initialize node object from child node's constructors.
|
2008-06-20 12:15:04 +02:00 |
Francois Gouget
|
53f2cb83dc
|
mshtml: gcc 2.95 does not allow an array of undefined dimension in a struct. So fix dispex_static_data_t accordingly.
|
2008-05-06 16:10:13 +02:00 |
Jacek Caban
|
ef4200fcf7
|
mshtml: Added support for custom DISPIDs.
|
2008-04-29 12:38:25 +02:00 |
Jacek Caban
|
af271b3b45
|
mshtml: Added IDispatchEx support to text node.
|
2008-04-24 22:16:56 +02:00 |
Jacek Caban
|
754adce781
|
mshtml: Added IHTMLDOMTextNode stub implementation.
|
2008-04-24 22:15:28 +02:00 |