Jacek Caban
|
ad156168d1
|
mshtml: Added IHTMLElement::get_parentElement implementation.
|
2008-08-25 11:39:56 +02:00 |
Alistair Leslie-Hughes
|
666378f4fe
|
mshtml: Implement IDispatch for IHTMLElement.
|
2008-08-18 17:15:56 +02:00 |
Jacek Caban
|
e273bf1f43
|
mshtml: Added IHTMLElement::get_offsetHeight implementation.
|
2008-08-01 11:18:10 +02:00 |
Jacek Caban
|
952a54cbd9
|
mshtml: Added IHTMLElement2::getElementsByTagName implementation.
|
2008-07-14 11:48:48 +02:00 |
Jacek Caban
|
af3d19fa04
|
mshtml: DispatchEx's QueryInterface implementation clean up.
|
2008-07-01 12:23:03 +02:00 |
Jacek Caban
|
f2617512f0
|
mshtml: Added IHTMLElement::get_offsetTop implementation.
|
2008-06-26 11:15:53 +02:00 |
Jacek Caban
|
6314becd8c
|
mshtml: Added IHTMLElement::put_title implementation.
|
2008-06-25 10:42:27 +02:00 |
Jacek Caban
|
f911e240d0
|
mshtml: Added IHTMLElement::get_title implementation.
|
2008-06-25 10:42:23 +02:00 |
Jacek Caban
|
9eb4ee2e06
|
mshtml: Added IHTMLElement::put_onkeyup implementation.
|
2008-06-24 11:53:39 +02:00 |
Jacek Caban
|
41bdff629f
|
mshtml: Added IHTMLElement::put_onclick implementation.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
47d8352067
|
mshtml: Added IHTMLElement::put_className implementation.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
0497c98961
|
mshtml: Return NULL instead of empty string in IHTMLElement::get_className.
|
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
|
591bab3726
|
mshtml: Better stub for IHTMLElement::setAttribute with NULL nselem.
|
2008-06-19 11:45:17 +02:00 |
Jacek Caban
|
da4608227f
|
mshtml: Use heap_alloc_zero in HTMLElementCollection_Create.
|
2008-06-18 15:59:17 +02:00 |
Jacek Caban
|
148a7d50c5
|
mshtml: Added IHTMLElement::put_id implementation.
|
2008-06-18 15:58:49 +02:00 |
Jacek Caban
|
4ee45b2e4a
|
mshtml: Added IHTMLElement::get_id implementation.
|
2008-06-18 15:58:42 +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
|
6279de21f3
|
mshtml: Added IHTMLImgElement stub implementation.
|
2008-05-01 19:36:06 +02:00 |
Jacek Caban
|
cfb8975444
|
mshtml: Handle COMMENT_NODE like ELEMENT_NODE in element collection.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
af529308f3
|
mshtml: Don't assume that nselem is valid in HTMLElement.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
791dd9558e
|
mshtml: Moved IDispatchEx initialization to HTMLElement_Init.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
1597967417
|
mshtml: Added indexed access to HTMLElementCollection object support.
|
2008-04-29 12:38:31 +02:00 |
Jacek Caban
|
ef4200fcf7
|
mshtml: Added support for custom DISPIDs.
|
2008-04-29 12:38:25 +02:00 |
Jacek Caban
|
989574510c
|
mshtml: Added IDispatchEx support to HTMLElementCollection object.
|
2008-04-24 22:19:41 +02:00 |
Jacek Caban
|
5d024a6d1d
|
mshtml: Added IHTMLDOMNode2 to IDispatchEx support.
|
2008-04-24 22:14:55 +02:00 |
Jacek Caban
|
872810e641
|
mshtml: Return VT_NULL instead of empty string in getAttribute.
|
2008-04-24 22:14:35 +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
|
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 |
Jacek Caban
|
df294844a4
|
mshtml: Added IHTMLScriptElement stub implementation.
|
2008-03-03 12:27:50 +01: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
|
2bcd1f0e9e
|
mshtml: Added IConnectionPointContainer iface to all HTMLElement objects.
|
2007-12-04 18:17:17 +01:00 |
Jacek Caban
|
a9e77575b3
|
mshtml: Initialize HTMLElement in the beginning of constructors.
|
2007-12-04 18:17:13 +01:00 |
Jacek Caban
|
77ee756c91
|
mshtml: Added IHTMLTable interface stub implementation.
|
2007-11-30 14:21:13 +01:00 |
Jacek Caban
|
dfa0b91fb4
|
mshtml: IHTMLElementContainer::item rewrite.
|
2007-10-04 11:40:03 +02:00 |
Jacek Caban
|
ae64937f95
|
mshtml: Added IHTMLOptionElement interface stub implementation.
|
2007-10-04 11:39:56 +02:00 |
Jacek Caban
|
6437becb5b
|
mshtml: Include document element in collection returned by IHTMLDocument2::get_all.
|
2007-10-04 11:39:40 +02:00 |
Jacek Caban
|
e9cb14646c
|
mshtml: Return IHTMLElementCollection instead of IDispatch from HTMLElementCollection_Create.
|
2007-10-04 11:39:35 +02:00 |
Jacek Caban
|
e581609082
|
mshtml: Move common code to separated function.
|
2007-10-04 11:39:30 +02:00 |
Jacek Caban
|
f56c1a607b
|
mshtml: Move nodes' QueryInterface implementation to vtbl.
|
2007-10-04 11:39:23 +02:00 |
Jacek Caban
|
f9036c8926
|
mshtml: Use vtbl for node destructors.
|
2007-10-04 11:39:09 +02:00 |
Jacek Caban
|
e04cdbb82c
|
mshtml: Pass HTMLDOMNode pointer to HTMLElement's destructor.
|
2007-10-04 11:39:01 +02:00 |
Jacek Caban
|
6270a46ded
|
mshtml: Pass HTMLDOMNode pointer to its destructor.
|
2007-10-04 11:38:55 +02:00 |
Jacek Caban
|
42349000c4
|
mshtml: Added get_tagName implementation.
|
2007-10-03 11:00:46 +02:00 |
Vitaliy Margolen
|
201e03b87a
|
mshtml: Fix typo.
|
2007-09-24 13:29:17 +02:00 |
Jacek Caban
|
a95bfede8a
|
mshtml: Forward node ref calls to IHTMLDOMNode interface.
|
2007-09-19 13:57:02 +02:00 |