Jacek Caban
|
ad156168d1
|
mshtml: Added IHTMLElement::get_parentElement implementation.
|
2008-08-25 11:39:56 +02:00 |
Jacek Caban
|
480087666d
|
mshtml: Added IHTMLDocument::get_Script implementation.
|
2008-08-25 11:39:50 +02:00 |
Jacek Caban
|
984bff499e
|
mshtml: Use heap_alloc_zero for HTMLWindow allocation.
It's needed by DispatchEx implementation.
|
2008-08-19 12:15:56 +02:00 |
Alistair Leslie-Hughes
|
164e264a41
|
mshtml: Implement IDispatch for IHTMLAnchorElement.
|
2008-08-18 17:15:57 +02:00 |
Alistair Leslie-Hughes
|
e867fa253d
|
mshtml: Implement IDispatch for IHTMLElement2.
|
2008-08-18 17:15:57 +02:00 |
Alistair Leslie-Hughes
|
666378f4fe
|
mshtml: Implement IDispatch for IHTMLElement.
|
2008-08-18 17:15:56 +02:00 |
Alistair Leslie-Hughes
|
6d9e79a45f
|
mshtml: Implement IDispatch for IHTMLStyle.
|
2008-08-18 17:15:56 +02:00 |
Alistair Leslie-Hughes
|
059c3ab650
|
mshtml: Implement HTMLStyle get_background.
|
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 |
Paul Vriens
|
5e0384ab6a
|
mshtml/tests: Don't fail on unimplemented function.
|
2008-08-01 10:37:06 +02:00 |
Jacek Caban
|
985115d804
|
mshtml: Forward IHTMLTextContainer::get_scrollTop to IHTMLElement2.
|
2008-07-29 11:50:29 +02:00 |
Jacek Caban
|
4d89c62eab
|
mshtml: Added IHTMLElement2::get_scrollTop implementation.
|
2008-07-29 11:50:26 +02:00 |
Jacek Caban
|
e1a553e328
|
mshtml: Forward IHTMLTextContainer::get_scroll[Hight|Width] implementation to IHTMLElement2.
|
2008-07-29 11:50:23 +02:00 |
Jacek Caban
|
925dbb58db
|
mshtml: Added IHTMLElement2::get_scrollWidth implementation.
|
2008-07-29 11:50:20 +02:00 |
Jacek Caban
|
158488fdc9
|
mshtml: Added IOmNavigator::get_platform implementation.
|
2008-07-29 11:50:17 +02:00 |
Jacek Caban
|
7e34579423
|
mshtml: Added IHTMLElement2::get_scrollHeight implementation.
|
2008-07-29 11:49:56 +02:00 |
Jacek Caban
|
2609e45c31
|
mshtml: Added IOmNavigator::get_appCodeName implementation.
|
2008-07-24 11:52:29 +02:00 |
Jacek Caban
|
e629e049db
|
mshtml: Added IHTMLDocument2::[get|put]_title tests.
|
2008-07-24 11:52:21 +02:00 |
Jacek Caban
|
8e6dbe750a
|
mshtml: Added IHTMLDocument2::get_title implementation.
Based on patch by Ivan Sinitsin.
|
2008-07-24 11:52:14 +02:00 |
Jacek Caban
|
80f33889ea
|
mshtml: Added IHTMLDocument2::put_title implementation.
Based on patch by Ivan Sinitsin.
|
2008-07-24 11:52:09 +02:00 |
Jacek Caban
|
1c1f8e206f
|
mshtml: Added IHTMLElement2::getElementsByTagName tests.
|
2008-07-14 11:48:54 +02:00 |
Jacek Caban
|
952a54cbd9
|
mshtml: Added IHTMLElement2::getElementsByTagName implementation.
|
2008-07-14 11:48:48 +02:00 |
Jacek Caban
|
1de0055cc0
|
mshtml: Allow timers to be cleaned during processing.
|
2008-07-14 11:48:41 +02:00 |
Alexandre Julliard
|
79c64acc7b
|
tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
|
2008-07-08 17:51:45 +02:00 |
Jacek Caban
|
047e5aaad5
|
mshtml: Don't mix nsresult with HRESULT.
|
2008-07-04 19:35:26 +02:00 |
Sinitsin Ivan
|
2b4dcb2577
|
mshtml: Add HTMLWindow_scrollBy implementation.
|
2008-07-03 13:08:18 +02:00 |
Sinitsin Ivan
|
e731a42b90
|
mshtml: Add HTMLWindow_scrollTo implementation.
|
2008-07-03 13:08:18 +02:00 |
Jacek Caban
|
f9e3f81de2
|
mshtml: Set doc to NULL in NSContainer_Release.
|
2008-07-03 11:50:51 +02:00 |
James Hawkins
|
d5158cc35d
|
mshtml: Fix a test failure in win2k.
|
2008-07-01 13:45:38 +02:00 |
Jacek Caban
|
4171385cd9
|
mshtml: Silence common invalid FIXME.
|
2008-07-01 12:23:37 +02:00 |
Jacek Caban
|
4fdbdaf0b9
|
mshtml: Ignore fdexNameImplicit flag.
|
2008-07-01 12:23:32 +02:00 |
Jacek Caban
|
9157c6d68a
|
mshtml: Return NULL in window object's GetNameSpaceParent.
|
2008-07-01 12:23:26 +02:00 |
Jacek Caban
|
45eba140e6
|
mshtml: Added IHTMLStyle::[get|put]_width implementation.
|
2008-07-01 12:23:21 +02:00 |
Jacek Caban
|
4690d6d572
|
mshtml: Added IHTMLImgElement::[get|put]_alt implementation.
|
2008-07-01 12:23:14 +02:00 |
Jacek Caban
|
fe863e0326
|
mshtml: Silence common invalid QueryInterface FIXME.
|
2008-07-01 12:23:08 +02:00 |
Jacek Caban
|
af3d19fa04
|
mshtml: DispatchEx's QueryInterface implementation clean up.
|
2008-07-01 12:23:03 +02:00 |
Jacek Caban
|
19be7d620d
|
mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag.
|
2008-07-01 12:22:57 +02:00 |
Jacek Caban
|
f58b963f4b
|
mshtml: Added IHTMLWindow2::get_self implementation.
|
2008-07-01 12:22:52 +02:00 |
Jacek Caban
|
ebb4a9b197
|
mshtml: Added IHTMLWindow::get_window implementation.
|
2008-07-01 12:22:45 +02:00 |
Jacek Caban
|
876153976b
|
mshtml: Added IHTMLWindow2::clearInterval implementation.
|
2008-06-30 12:12:09 +02:00 |
Jacek Caban
|
8d3aa6799c
|
mshtml: Added IHTMLWindow2::clearTimeout implementation.
|
2008-06-30 12:12:04 +02:00 |
Jacek Caban
|
74f29f1087
|
mshtml: Added IHTMLWindow3::setInterval implementation.
|
2008-06-30 12:11:58 +02:00 |
Jacek Caban
|
0d56f1058f
|
mshtml: Forward IHTMLWindow2::setInterval to IHTMLWindow3.
|
2008-06-30 12:11:52 +02:00 |
Jacek Caban
|
44223acceb
|
mshtml: Added VT_BSTR support to IHTMLWindow3::setTimeout.
Resend without test depending on JScript.
|
2008-06-30 12:11:46 +02:00 |
Lei Zhang
|
f023be8aa7
|
mshtml: Remove unneeded variable.
|
2008-06-26 21:07:37 +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
|
337f1b7393
|
mshtml: Added useful TRACEs.
|
2008-06-26 11:16:02 +02:00 |
Jacek Caban
|
f2617512f0
|
mshtml: Added IHTMLElement::get_offsetTop implementation.
|
2008-06-26 11:15:53 +02:00 |
Jacek Caban
|
7d978d557f
|
mshtml: Forward HTMLSelectElement's IDispatch functions to IDispatchEx implementation.
|
2008-06-25 10:42:41 +02:00 |