Jacek Caban
|
a3a9a317de
|
mshtml: Added IHTMLSelectElement::put_onchange implementation.
|
2008-06-25 10:42:15 +02:00 |
Jacek Caban
|
da8560bbf7
|
mshtml: Return NULL instead of empty string in IHTMLSelectElement::get_value.
|
2008-06-25 10:42:08 +02:00 |
Jacek Caban
|
c2759cb80d
|
mshtml: Added IHTMLSelectElement::put_value implementation.
|
2008-06-25 10:42:03 +02:00 |
Zac Brown
|
332733a43b
|
mshtml: Initialize variables in a couple structs.
|
2008-06-25 10:39: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
|
c8284724ab
|
mshtml: Added IHTMLElement2::put_tabIndex implementation.
|
2008-06-24 11:53:51 +02:00 |
Jacek Caban
|
807f5c7884
|
mshtml: Added IHTMLElement2::get_tabIndex implementation.
|
2008-06-24 11:53:47 +02:00 |
Jacek Caban
|
9eb4ee2e06
|
mshtml: Added IHTMLElement::put_onkeyup implementation.
|
2008-06-24 11:53:39 +02:00 |
Jacek Caban
|
0848cc977f
|
mshtml: Added keyup event support.
|
2008-06-24 11:53:06 +02:00 |
Jacek Caban
|
41bdff629f
|
mshtml: Added IHTMLElement::put_onclick implementation.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
cf51da73f6
|
mshtml: Added generic HTML event listener and use it for click event.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
97298e66ec
|
mshtml: Use heap_alloc_zero in NSContainer_Create.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
01dc47c884
|
mshtml: Added onclick attribute support.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
23ad09865e
|
mshtml: Added IHTMLImgElement::put_src 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
|
39c7951cf1
|
mshtml: Added IHTMLDocument3::createTextNode implementation.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
19803de2b4
|
mshtml: Added IHTMLDOMNode::appendChild implementation.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
eb4e098c2c
|
mshtml: Added createElement test.
|
2008-06-20 12:15:26 +02:00 |
Jacek Caban
|
d0568d8c5b
|
mshtml: Added IDispatchEx support to HTMLGenericElement.
|
2008-06-20 12:15:19 +02:00 |
Jacek Caban
|
d9cb62e37f
|
mshtml: Added IHTMLGenericElement implementation.
|
2008-06-20 12:15:14 +02:00 |
Jacek Caban
|
f13c5685b5
|
mshtml: Added IHTMLDocument2::createElement implementation.
|
2008-06-20 12:15:07 +02:00 |
Jacek Caban
|
fdf676ac17
|
mshtml: Initialize node object from child node's constructors.
|
2008-06-20 12:15:04 +02:00 |
Jacek Caban
|
723b745579
|
mshtml: Better timer handling.
|
2008-06-20 12:14:39 +02:00 |
Jacek Caban
|
fd5c64dc2c
|
mshtml: Forward HTMLInputElement IDispatch calls to IDispatchEx implementation.
|
2008-06-19 11:45:45 +02:00 |
Jacek Caban
|
4360ee4d8b
|
mshtml: Added IHTMLInputElement::put_value implementation.
|
2008-06-19 11:45:33 +02:00 |
Jacek Caban
|
b54a3a0314
|
mshtml: Added IHTMLElement::get_clientHeight implementation.
|
2008-06-19 11:45:27 +02:00 |
Jacek Caban
|
1acddbf5c9
|
mshtml: Added IHTMLElement2::get_clientWidth implementation.
|
2008-06-19 11:45:22 +02:00 |
Jacek Caban
|
591bab3726
|
mshtml: Better stub for IHTMLElement::setAttribute with NULL nselem.
|
2008-06-19 11:45:17 +02:00 |
Jacek Caban
|
6305be26b3
|
mshtml: Added IHTMLElement2::put_accessKey implementation.
|
2008-06-19 11:45:12 +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 |
Jacek Caban
|
0cb99eef5a
|
mshtml: Use heap_alloc_zero to allocate OmNavigator.
|
2008-06-19 11:44:55 +02:00 |
Jacek Caban
|
590b185e3a
|
mshtml: Added IHTMLElement2::focus implementation.
|
2008-06-19 11:44:50 +02:00 |
Jacek Caban
|
57c49cbb0d
|
mshtml: Added IHTMLStyle::put_color implementation.
|
2008-06-18 16:00:10 +02:00 |
Jacek Caban
|
b53307188f
|
mshtml: Added IHTMLStyle::put_background implementation.
|
2008-06-18 16:00:05 +02:00 |
Jacek Caban
|
ea7666a053
|
mshtml: Change backslashes to shashes in URLs passed to IHTMLStyle::put_backgroundImage.
|
2008-06-18 15:59:59 +02:00 |
Jacek Caban
|
cc021a8607
|
mshtml: Added more IDispatchEx tests.
|
2008-06-18 15:59:33 +02:00 |
Jacek Caban
|
210d6a0abb
|
mshtml: Added missing tids to HTMLCommentElement.
|
2008-06-18 15:59:24 +02:00 |
Jacek Caban
|
da4608227f
|
mshtml: Use heap_alloc_zero in HTMLElementCollection_Create.
|
2008-06-18 15:59:17 +02:00 |
Jacek Caban
|
32ac703e30
|
mshtml: Added fdexNameEnsure support to IDidpatchEx implementation.
|
2008-06-18 15:59:08 +02:00 |
Jacek Caban
|
1741e652b3
|
mshtml: Added IDispatchEx support to HTMLSelectElement.
|
2008-06-18 15:59:00 +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 |
Vladimir Pankratov
|
605d1e2f1e
|
mshtml: Update Russian translation.
|
2008-06-18 15:21:48 +02:00 |
Alistair Leslie-Hughes
|
294fe6b65b
|
mshtml: Stop test crash on error condition.
|
2008-06-10 17:43:36 +02:00 |
Jacek Caban
|
f6a3234bf3
|
mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol.
|
2008-06-09 12:38:36 +02:00 |