Commit Graph

1022 Commits

Author SHA1 Message Date
Jacek Caban 1c51d3598d mshtml: Added body dispatch id test. 2008-09-12 11:42:19 +02:00
Alistair Leslie-Hughes 3ed35309c1 mshtml: Add IHTMLStyle margin tests. 2008-09-12 11:39:59 +02:00
Alistair Leslie-Hughes 433027a377 mshtml: Implement get/put margin. 2008-09-11 13:28:28 +02:00
Alistair Leslie-Hughes 573aa54a23 mshtml: Add tests for get_scrollLeft. 2008-09-11 12:28:26 +02:00
Alistair Leslie-Hughes ab70f33151 mshtml: Implement IHTMLTextContainer get_scrollLeft. 2008-09-11 12:28:14 +02:00
Alistair Leslie-Hughes fdaa0aff56 mshtml: Implement HTMLElement2 get_scrollLeft. 2008-09-11 12:28:03 +02:00
Alistair Leslie-Hughes 0d50b33b17 mshtml: Implement IDispatch for IHTMLTable. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes 289f6b45da mshtml: Implement IDispatch for IHTMLDocument5. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes 1b7ebf29b4 mshtml: Implement IDispatch for IHTMLInputElement. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes df2273f15e mshtml: Implement IDispatch for IHTMLTextAreaElement. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes 4f74cadce9 mshtml: Implement IDispatch for IHTMLOptionElement. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes ac24b5afaf mshtml: Implement IDispatch for IHTMLGenericElement. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes c8a0e7899e mshtml: Implement IDispatch for IHTMLScriptElement. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes 1a7c4e91e5 mshtml: Implement IDispatch for IHTMLTextContainer. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes de7fa364be mshtml: Implement IDispatch for IHTMLImgElement. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes d2261cab4d mshtml: Implement IDispatch for IHTMLDOMTextNode. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes 08716ac2b8 mshtml: Implement IDispatch for IHTMLDocument4. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes 0eee1ef0d6 mshtml: Implement IDispatch for IHTMLDocument3. 2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes e605d3e9bf mshtml: Add IHTMLBodyElement bgColor tests. 2008-09-08 12:31:26 +02:00
Alistair Leslie-Hughes 4196f83f49 mshtml: Implement IHTMLBodyElement get/put bgColor. 2008-09-08 12:31:20 +02:00
Marcus Meissner 96412ee564 Annotate with allocation size attribute. 2008-09-05 11:22:26 +02:00
Hongbo Ni 642fb1e6a1 mshtml: Add simplified and traditional Chinese resources. 2008-09-04 11:41:50 +02:00
Alistair Leslie-Hughes b5be64db6b mshtml: Add IHTMLElementBody test. 2008-09-03 14:21:43 +02:00
Alistair Leslie-Hughes aee6a2d8e1 mshtml: Make IHTMLBodyElement use correct IDispatchEx interface. 2008-09-03 14:21:43 +02:00
James Hawkins d62b33f229 mshtml: Fix a test that fails in Vista. 2008-09-03 13:14:50 +02:00
Alistair Leslie-Hughes cf86ff8f7e mshtml: Add missing IDispatchEx tids. 2008-09-02 13:56:01 +02:00
Alistair Leslie-Hughes ad76cc1f7c mshtml: Implement IDispatch for IHTMLBodyElement. 2008-09-02 13:54:37 +02:00
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