65 Commits

Author SHA1 Message Date
Jacek Caban
4b5dcc9e6b mshtml: Optimize more nsAString handling. 2010-01-29 14:59:02 +01:00
Jacek Caban
dca249833b mshtml: Return NULL ownerDocument for document node. 2009-11-03 21:24:59 +01:00
Jacek Caban
d3a9f162e8 mshtml: Moved whole element initialization to HTMLElement_Init. 2009-11-03 21:23:12 +01:00
Jacek Caban
11651f5731 mshtml: Added IHTMLDOMNode::nextSibling implementation. 2009-10-29 13:08:41 +01:00
Jacek Caban
d43ab58efb mshtml: Use DISPATCH_* macros instead of INVOKE_*. 2009-10-14 11:22:26 +02:00
Jacek Caban
d0e9681969 mshtml: Added IHTMLDOMNode::cloneNode implementation. 2009-10-02 15:06:58 +02:00
Jacek Caban
58d67c2758 mshtml: Added IHTMLDOMNode2::get_ownerDocument implementation. 2009-09-22 16:15:52 +02:00
Jacek Caban
2fb0d1e456 mshtml: Inherit HTMLDocumentNode from HTMLDOMNode. 2009-09-17 09:47:58 -05:00
Jacek Caban
64d4efe967 mshtml: Move node list to HTMLDocumentNode. 2009-09-17 09:47:53 -05:00
Jacek Caban
b42243e8e7 mshtml: Properly release DispatchEx data. 2009-09-01 12:43:13 +02:00
Jacek Caban
8b8e91a50f mshtml: Added support for DISPID_VALUE. 2009-09-01 12:42:04 +02:00
Paul Vriens
79fcaa7835 mshtml: Match IE8 implementation. 2009-05-27 15:40:36 +02:00
Michael Stefaniuc
cb133a12d0 mshtml: Change long to LONG in mshtml.idl (remaining stuff). 2009-03-12 13:09:54 +01:00
Jacek Caban
7c8cdd519b mshtml: Don't fail in IHTMLDOMNode::appendChild if AppendChild failed. 2008-10-14 11:25:13 +02:00
Jacek Caban
beec20f2f5 mshtml: Added IHTMLDOMNode::insertBefore implementation. 2008-10-14 11:25:08 +02:00
Jacek Caban
2b0013128f mshtml: Moved events declaration to separated file. 2008-10-10 13:05:23 +02:00
Alistair Leslie-Hughes
bf84d3bc2d mshtml: Implement IDispatch for IHTMLDOMChildrenCollection. 2008-09-22 11:53:05 +02:00
Alistair Leslie-Hughes
1965a25866 mshtml: Implement IDispatch for IHTMLDOMNode. 2008-09-22 11:52:54 +02:00
Alistair Leslie-Hughes
7ada1edfe2 mshtml: Implement IDispatch for IHTMLDOMNode2. 2008-09-22 11:52:50 +02:00
Jacek Caban
af3d19fa04 mshtml: DispatchEx's QueryInterface implementation clean up. 2008-07-01 12:23:03 +02:00
Jacek Caban
44a314945b mshtml: Added DOCUMENT_NODE type support. 2008-06-26 11:16:12 +02:00
Jacek Caban
beeaea1176 mshtml: Added IHTMLDOMNode::get_parentNode implementation. 2008-06-26 11:16:07 +02:00
Jacek Caban
c592c6e748 mshtml: Added IHTMLDOMNode::hasChildNodes implementation. 2008-06-24 11:54:23 +02:00
Jacek Caban
c3d8d052f6 mshtml: Added IHTMLDOMNode::removeChild implementation. 2008-06-24 11:54:17 +02:00
Jacek Caban
91dcf287c7 mshtml: Fixed argument checking in IHTMLDOMChildrenCollection::item. 2008-06-24 11:54:07 +02:00
Jacek Caban
8d7066b264 mshtml: Added support to accessing child nodes by index in IHTMLDOMChildrenCollection. 2008-06-24 11:54:01 +02:00
Jacek Caban
19803de2b4 mshtml: Added IHTMLDOMNode::appendChild implementation. 2008-06-23 19:46:30 +02:00
Jacek Caban
d9cb62e37f mshtml: Added IHTMLGenericElement implementation. 2008-06-20 12:15:14 +02:00
Jacek Caban
fdf676ac17 mshtml: Initialize node object from child node's constructors. 2008-06-20 12:15:04 +02:00
Jacek Caban
568f269598 mshtml: Added IHTMLDOMNode::put_nodeValue implementation. 2008-06-19 11:45:07 +02:00
Jacek Caban
26e23bdd07 mshtml: Added IHTMLDOMNode::get_nodeValue implementation. 2008-06-19 11:45:01 +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
67333a2a19 mshtml: Added IHTMLCommentElement stub implementation. 2008-05-01 10:57:34 +02:00
Jacek Caban
30d2047537 mshtml: Added IDispatchEx support to HTMLDOMChildrenCollection. 2008-05-01 10:57:34 +02:00
Jacek Caban
6da1c73047 mshtml: Added IHTMLDOMChildrenCollection::item implementation. 2008-05-01 10:57:34 +02:00
Jacek Caban
4ff929ebeb mshtml: Added IHTMLDOMChildrenCollection::get_length implementation. 2008-05-01 10:57:34 +02:00
Jacek Caban
c2db031204 mshtml: Added get_childNodes implementation. 2008-05-01 10:57:34 +02:00
Jacek Caban
bb05803a2a mshtml: Added get_nodeType implementation. 2008-04-24 22:19:30 +02:00
Jacek Caban
754adce781 mshtml: Added IHTMLDOMTextNode stub implementation. 2008-04-24 22:15:28 +02:00
Jacek Caban
6bf5ffbc3b mshtml: Added get_firstChild implementation. 2008-04-24 22:15:16 +02:00
Jacek Caban
8dc2cf0d3a mshtml: Added IHTMLDOMNode2 stub implementation. 2008-04-24 22:14:46 +02:00
Jacek Caban
d5059b8303 mshtml: Added elements IDispatchEx implementation. 2008-04-24 11:43:19 +02:00
Jacek Caban
38b14274fb mshtml: Use heap_alloc_zero for allocating node objects. 2008-04-24 11:43:19 +02:00
Jacek Caban
4c21a5d3b0 mshtml: Parse and store onload attributes. 2008-04-21 11:53:27 +02:00
Jacek Caban
625ed3d0aa mshtml: Added possibility to get node object from nsIDOMNode only if available. 2008-04-18 13:57:14 +02:00
Jacek Caban
d02c37aa4e mshtml: Remove unneeded includes. 2008-04-07 13:36:17 +02:00
Austin English
f4c4488df8 Spelling fixes. 2008-04-07 13:36:17 +02:00
Jacek Caban
559649c443 mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
Michael Stefaniuc
a084d1db62 mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
Jacek Caban
d6ccaa43a6 mshtml: Added ref counting to node object. 2007-10-15 13:46:51 +02:00