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 |
Jacek Caban
|
0c74c0a95b
|
mshtml: Win64 printf format warning fixes.
|
2006-10-06 12:54:45 +02:00 |
Jacek Caban
|
a4cc5bf299
|
mshtml: Wrap more Heap* function by inline functions.
|
2006-07-18 11:16:14 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Jacek Caban
|
ed10e5046c
|
mshtml: Added IHTMLElement2 implementation.
|
2006-03-24 12:14:04 +01:00 |
Jacek Caban
|
b88b981dcb
|
mshtml: Clean up get_all and tags (also fixes a typo).
|
2006-03-22 21:36:36 +01:00 |
Jacek Caban
|
3d9d384486
|
mshtml: Better QueryInterface implementation.
|
2006-03-20 12:05:01 +01:00 |
Jacek Caban
|
2c06b800b1
|
mshtml: Added beginning of getAttribute implementation.
|
2006-03-09 12:50:06 +01:00 |
Jacek Caban
|
26b9c5e022
|
mshtml: Added IHTMLBodyElement implementation.
|
2006-03-09 12:49:19 +01:00 |
Jacek Caban
|
8f897239c4
|
mshtml: Added IHTMLTextAreaElement implementation.
|
2006-03-07 10:51:12 +01:00 |
Jacek Caban
|
54cce2e7ce
|
mshtml: Added IHTMLSelectElement implementation.
|
2006-03-07 10:49:12 +01:00 |
Jacek Caban
|
8b3eab6e35
|
mshtml: Added IHTMLInputElement implementation.
|
2006-03-07 10:45:48 +01:00 |
Jacek Caban
|
3d68599355
|
mshtml: Added IHTMLElementCollection::tags implementation.
|
2006-03-07 10:40:27 +01:00 |
Jacek Caban
|
d6d76870cb
|
mshtml: Added IHTMLElementCollection implementation.
- Added IHTMLElementCollection implementation.
- Added get_all implementation.
|
2006-03-06 17:49:15 +01:00 |
Jacek Caban
|
874fd57841
|
mshtml: Added IHTMLElement implementation.
|
2006-03-06 11:33:43 +01:00 |