624 Commits

Author SHA1 Message Date
Jacek Caban
7d4e9f7792 mshtml: Added IHTMLPluginsCollection::get_length implementation. 2011-08-01 11:18:39 +02:00
Jacek Caban
b25d49c6c1 mshtml: Added semi-stub implementation of IHTMLWindow2::status property. 2011-08-01 11:18:34 +02:00
Jacek Caban
2507d6e581 mshtml: Moved style tests to separated file. 2011-07-20 19:23:05 +02:00
Jacek Caban
dfaee0f3b1 mshtml: Added IHTMLStyle::pageBreakAfter property implementation. 2011-07-18 16:35:12 +02:00
Alexander Morozov
25c70bacc6 mshtml: Added IProvideClassInfo::GetClassInfo implementation. 2011-07-18 16:23:30 +02:00
Jacek Caban
d1d2b46d79 mshtml: Added IHTMLStyle::clip tests. 2011-07-15 16:36:13 +02:00
Alexander Morozov
c41a300f3c mshtml: Add stub implementation of IProvideClassInfo interface. 2011-07-14 15:56:54 +02:00
Jacek Caban
0227bf69a9 mshtml: Added IDispatchEx support to HTMLTitleElement object. 2011-06-21 17:13:50 +02:00
Jacek Caban
ff7e041716 mshtml: Added IHTMLTitleElement stub implementation. 2011-06-21 17:13:45 +02:00
Jacek Caban
0912436e6e mshtml: Added IDispatchEx support to HTMLHeadElement object. 2011-06-21 17:13:33 +02:00
Jacek Caban
74e95a13b3 mshtml: Added IHTMLHeadElement stub implementation. 2011-06-21 17:13:27 +02:00
Jacek Caban
3bf7482d52 mshtml: Added IHTMLElement::get_offsetParent implementation. 2011-06-03 12:37:03 +02:00
Jacek Caban
2f8da934c7 mshtml: Added IHTMLMimeTypesCollection::get_length implementation. 2011-05-31 18:32:58 +02:00
Jacek Caban
8fce028694 mshtml: Added IDispatchEx support to HTMLMimeTypesCollection object. 2011-05-31 18:32:58 +02:00
Jacek Caban
0a77eb68e3 mshtml: Added IHTMLElement::get_offsetLeft implementation. 2011-05-31 18:32:58 +02:00
Jacek Caban
e8fb248886 mshtml: Added IHTMLScreen::get_availWidth implementation. 2011-05-27 17:53:38 +02:00
Jacek Caban
aa93ed5e5b mshtml: Added IHTMLScreen::get_availHeight implementation. 2011-05-27 17:53:37 +02:00
Alexander Morozov
f8679cfa2f mshtml/tests: Fix a typo. 2011-05-26 16:33:16 +02:00
Jacek Caban
ebac489c49 mshtml: Added IOmNavigator::get_cpuClass implementation. 2011-05-11 17:49:13 +02:00
Alistair Leslie-Hughes
b701be3c9d mshtml: Implement IHTMLDOMNode previousSibling. 2011-03-18 15:59:05 +01:00
Jacek Caban
0ef8f70e11 mshtml: Properly handle BLOCKED:: URLs in IHTMLImgElement::get_src. 2011-03-14 19:31:29 +01:00
Jacek Caban
eaa6a9fdcf mshtml: Added more attribute object tests. 2011-03-03 17:47:12 +01:00
Jacek Caban
110155099b mshtml: Reuse attribute objects. 2011-03-02 13:39:22 +01:00
Alistair Leslie-Hughes
5c186f6a99 mshtml: Implement IHTMLAnchorElement get/put target. 2011-03-02 13:35:52 +01:00
Jacek Caban
78d743b986 mshtml: Added IHTMLFormElement::get_elements implementation. 2011-03-01 15:21:51 +01:00
Jacek Caban
f3d40454a9 mshtml: Added simple filter parser to support opacity. 2011-02-28 14:04:51 +01:00
Jacek Caban
1745abfa26 mshtml: Store style object in element object. 2011-02-28 14:04:49 +01:00
Jacek Caban
0131e0472f mshtml: Store style filter in HTMLStyle object. 2011-02-28 14:04:46 +01:00
Jacek Caban
624287499e mshtml: Fixed typos in IHTMLInputElement::value tests. 2011-02-28 14:04:44 +01:00
Jacek Caban
0e5aa05e71 mshtml: Added more backgroundPosition* tests. 2011-02-25 15:03:33 +01:00
Jacek Caban
47ebbbd447 mshtml: Added IHTMLDOMAttribute::get_nodeValue implementation. 2011-02-25 15:03:32 +01:00
Jacek Caban
8f79e50e1a mshtml: Added attribute object tests. 2011-02-24 15:52:43 +01:00
Jacek Caban
877069c2ad mshtml: Added IHTMLElement4 stub implementation. 2011-02-24 15:52:03 +01:00
Alistair Leslie-Hughes
df25f0d9a6 mshtml: Implement IHTMLAnchorElement_put_href. 2011-02-17 17:41:23 +01:00
Detlef Riekenberg
58a95780fb mshtml/tests: Fix a typo. 2011-02-14 12:28:21 +01:00
Alistair Leslie-Hughes
eb2d7b6604 mshtml: Implement IHTMLCurrentStyle_get_padding. 2011-02-09 13:45:39 -06:00
Alistair Leslie-Hughes
1492a12c22 mshtml: Implement IHTMLStyle_put_borderLeftColor. 2011-02-09 13:45:32 -06:00
Austin English
78470d7056 mshtml/tests: Make sure return values are used (LLVM/Clang). 2011-02-09 09:29:52 -06:00
Alistair Leslie-Hughes
56e80e18a6 mshtml: Implemented IHTMLStyle_put_borderBottomColor. 2011-02-08 14:45:55 -06:00
Alistair Leslie-Hughes
26380e1720 mshtml: Implement IHTMLStyle put_borderRightColor. 2011-02-07 10:17:36 -06:00
Alistair Leslie-Hughes
63fe5d8489 mshtml: Implement IHTMLStyle put_borderTopColor. 2011-02-02 18:13:32 +01:00
Jacek Caban
103ef913d1 mshtml: Fixed some leaks in tests (valgrind). 2011-01-20 12:47:53 +01:00
Piotr Caban
52a1065f70 mshtml: Added IObjectSafety stub. 2011-01-20 12:20:30 +01:00
Jacek Caban
98e1433779 mshtml: Added IHTMLStyleElement::type property implementation. 2010-12-17 13:26:03 +01:00
Jacek Caban
09c63b2215 mshtml: Added IHTMLStyleElement::media property implementation. 2010-12-17 13:26:03 +01:00
Jacek Caban
96efe799c1 mshtml: Added IHTMLScriptElement::get_scr implementation. 2010-12-17 13:26:02 +01:00
Jacek Caban
dc25bca4ed mshtml: Added IOleContainer stub implementation. 2010-12-15 11:59:31 +01:00
Jacek Caban
991104b97f mshtml: Added IHTMLStyle::padding property implementation. 2010-11-29 11:24:40 +01:00
Jacek Caban
5caf8c3187 mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_location. 2010-11-15 13:20:08 +01:00
Jacek Caban
c481fb4bb8 mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_body. 2010-11-15 13:20:08 +01:00