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 |
Jacek Caban
|
4b2b441e5b
|
mshtml: Get rid of node_type variable in HTMLNode object.
|
2007-09-19 13:56:55 +02:00 |
Jacek Caban
|
6aa3834ffd
|
mshtml: Don't use node_type from HTMLNode object.
|
2007-09-19 13:56:52 +02:00 |
Jacek Caban
|
99d061a041
|
mshtml: Store HTMLElement struct instead of pointer in HTMLTextAreaElement.
|
2007-09-17 12:10:05 +02:00 |
Jacek Caban
|
835b814e9f
|
mshtml: Store HTMLElement struct instead of pointer in HTMLSelectElement.
|
2007-09-17 12:09:59 +02:00 |
Jacek Caban
|
8a8af7b483
|
mshtml: Store HTMLElement struct instead of pointer in HTMLInputElement.
|
2007-09-17 12:09:54 +02:00 |
Jacek Caban
|
fac2121e6d
|
mshtml: Store HTMLElement struct instead of pointer in HTMLBodyElement.
|
2007-09-17 12:09:44 +02:00 |
Jacek Caban
|
f68e24a6dc
|
mshtml: Store HTMLElement struct instead of pointer in HTMLAnchorElement.
|
2007-09-17 12:09:31 +02:00 |
Jacek Caban
|
b733e95859
|
mshtml: Store HTMLDOMNode struct instead of pointer in HTMLElement object.
|
2007-09-13 13:26:47 +02:00 |
Jacek Caban
|
bb90785a68
|
mshtml: Added IHTMLAnchorElement stub implementation.
|
2007-09-13 13:26:01 +02:00 |
Rob Shearman
|
46df2fa9da
|
mshtml: Implement HTMLElement_insertAdjacentHTML and HTMLElement_insertAdjacentText.
|
2007-07-13 12:27:23 +02:00 |
Rob Shearman
|
a03ca3863f
|
mshtml: Implement HTMLElement_get_children.
|
2007-06-25 23:21:51 +02:00 |
Rob Shearman
|
a9ebca282b
|
mshtml: Implement HTMLElement_setAttribute.
|
2007-06-25 13:24:11 +02:00 |
Rob Shearman
|
6c6e4515fc
|
mshtml: The SRC value returned from HTMLElement_getAttribute should be an absolute, not relative URL.
|
2007-06-25 13:24:05 +02:00 |
Jacek Caban
|
5a9980e1b7
|
mshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle.
|
2006-11-17 15:49:36 +01:00 |
Jacek Caban
|
5b1af5b7d1
|
mshtml: Added get_style implementation.
|
2006-11-17 15:49:30 +01:00 |
Kovács András
|
9bf5140575
|
mshtml: HTMLElementCollection_item implementation.
|
2006-11-14 14:41:34 +01:00 |
Jacek Caban
|
abd764674a
|
mshtml: Added put_innerHTML implementation.
|
2006-10-30 11:36:43 +01:00 |
Jacek Caban
|
9d058e9143
|
mshtml: Added IHTMLElement::get_className implementation.
|
2006-10-23 12:28:53 +02:00 |