Alistair Leslie-Hughes
|
020c75b0fe
|
mshtml: Implement IHTMLImgElement get_Name.
|
2009-12-15 16:09:13 +01:00 |
Jacek Caban
|
ba394d68be
|
mshtml: Added IHTMLStyle2::right implementation.
|
2009-12-14 12:04:06 +01:00 |
Jacek Caban
|
0f940bccd4
|
mshtml: Added IHTMLStyle::marginTop implementation.
|
2009-12-14 12:04:06 +01:00 |
Jacek Caban
|
64b651e262
|
mshtml: Added IHTMLDOMTextNode::get_length implementation.
|
2009-12-10 12:00:25 +01:00 |
Andrew Eikum
|
578881f600
|
mshtml: Implement IHTMLFrameBase::get_name.
|
2009-12-08 17:54:14 +01:00 |
Andrew Eikum
|
2710d14c40
|
mshtml: Implement IHTMLFrameBase::{get,put}_scrolling.
|
2009-12-08 17:54:01 +01:00 |
Jacek Caban
|
2b04973e09
|
mshtml: Fixed tests on older IEs.
|
2009-12-03 10:21:55 +01:00 |
Andrew Eikum
|
d97b4d260e
|
mshtml: Implement IHTMLStyle::{get, put}_border{Top, Bottom, Right}.
|
2009-12-02 12:19:24 +01:00 |
Andrew Eikum
|
1563c137fa
|
mshtml: Add stub implementation of IHTMLFormElement.
|
2009-12-01 12:58:16 +01:00 |
Jacek Caban
|
f8d8fbba46
|
mshtml: Added IHTMLScreen::get_colorDepth implementation.
|
2009-12-01 11:34:09 +01:00 |
Jacek Caban
|
fd24068c8f
|
mshtml: Added IHTMLScreen::get_height implementation.
|
2009-12-01 11:31:01 +01:00 |
Jacek Caban
|
ca54be2cc6
|
mshtml: Added IHTMLScreen::get_width implementation.
|
2009-12-01 11:30:55 +01:00 |
Jacek Caban
|
1ddc01c09b
|
mshtml.idl: Added DispHTMLScreen declaration and use it in HTMLScreen object.
|
2009-12-01 11:30:42 +01:00 |
Jacek Caban
|
06884fb181
|
mshtml: Added IHTMLWindow2::get_screen implementation.
|
2009-12-01 11:30:37 +01:00 |
Jacek Caban
|
1fccc1b4fa
|
mshtml: Added [i]frame elements content document tests.
|
2009-11-29 16:36:50 +01:00 |
Jacek Caban
|
5dd4248ff3
|
mshtml: Fixed ref count leak and code clean up.
|
2009-11-29 16:36:28 +01:00 |
Andrew Eikum
|
d51c096615
|
mshtml: Also search by node name attribute in IHTMLDocument3::getElementById.
|
2009-11-21 14:31:45 +01:00 |
Jacek Caban
|
785fb1d2e1
|
mshtml: Get rid of no longer needed Gecko checks in tests.
|
2009-11-20 11:16:28 +01:00 |
Francois Gouget
|
1e4412d731
|
mshtml/tests: Add a trailing '\n' to ok() calls.
|
2009-11-18 15:15:36 +01:00 |
Andrew Eikum
|
3f63a2968d
|
mshtml: Implement IHTMLWindow2::get_top.
|
2009-11-17 15:14:56 +01:00 |
Jacek Caban
|
b553019dc3
|
mshtml: Added IHTMLElement::put_outerHTML implementation.
|
2009-11-16 13:48:26 +01:00 |
Andrew Eikum
|
75b58fb537
|
mshtml: Implement IHTMLWindow2::get_parent.
|
2009-11-16 11:54:10 +01:00 |
Andrew Eikum
|
733dfb6429
|
mshtml: Implement IHTMLWindow2::item.
|
2009-11-16 11:54:05 +01:00 |
Andrew Eikum
|
ac226b20f0
|
mshtml: Implement IHTMLWindow2::get_frames and add tests.
|
2009-11-16 11:53:59 +01:00 |
Jacek Caban
|
dca249833b
|
mshtml: Return NULL ownerDocument for document node.
|
2009-11-03 21:24:59 +01:00 |
Jacek Caban
|
847a743f2c
|
mshtml: Added fdexNameCaseInsensitive support.
|
2009-11-03 21:24:09 +01:00 |
Jacek Caban
|
11651f5731
|
mshtml: Added IHTMLDOMNode::nextSibling implementation.
|
2009-10-29 13:08:41 +01:00 |
Jacek Caban
|
8a860e4c0f
|
mshtml: Fail to create HTMLDocument if Gecko is not available.
|
2009-10-26 11:19:38 +01:00 |
Andrew Eikum
|
90029d3429
|
mshtml: Add DispatchEx support to HTMLImageElementFactory.
|
2009-10-21 16:05:58 +02:00 |
Andrew Eikum
|
9c53e8d935
|
mshtml: Implement HTMLImageElementFactory::create.
|
2009-10-21 16:05:58 +02:00 |
Andrew Eikum
|
9579d64c69
|
mshtml: Add stub implementation for HTMLImageElementFactory.
|
2009-10-21 16:05:58 +02:00 |
Jacek Caban
|
a4deae49b3
|
mshtml: Added IHTMLBaseFrame interface stub implementation.
|
2009-10-14 11:21:48 +02:00 |
Jacek Caban
|
3e0fa120a8
|
mshtml: Added IHTMLWindow2::get_length implementation.
|
2009-10-13 11:27:12 +02:00 |
Jacek Caban
|
2d4236bfda
|
mshtml: Added IHTMLWindow2::name property implementation.
|
2009-10-13 11:27:07 +02:00 |
Jacek Caban
|
908e715c83
|
mshtml: Added IHTMLElement2::client[Top|Left] tests.
|
2009-10-05 13:46:00 +02:00 |
Jacek Caban
|
d0e9681969
|
mshtml: Added IHTMLDOMNode::cloneNode implementation.
|
2009-10-02 15:06:58 +02:00 |
Jacek Caban
|
d3a3af755b
|
mshtml: Added IHTMLAnchorElement::get_href tests.
|
2009-10-02 15:06:58 +02:00 |
Jacek Caban
|
df90f665bb
|
mshtml: Added HTMLAnchorElement dispex data.
|
2009-10-02 15:06:58 +02:00 |
Jacek Caban
|
404c183d80
|
mshtml: Added IInternetHostSecurityManager stub implementation.
|
2009-09-29 14:22:33 +02:00 |
Ge van Geldorp
|
73b3d35d05
|
mshtml/tests: Fix htmldoc test on Windows Server and Win7.
|
2009-09-23 14:35:52 +02:00 |
Andrew Eikum
|
98fcf442dc
|
mshtml: Reimplement IHTMLElement::{get, set}Attribute using IDispatchEx.
|
2009-09-22 17:47:35 +02:00 |
Jacek Caban
|
5d281947ca
|
mshtml: Added IHTMLDOMNode2::get_ownerDocument tests.
Also fixes typo in iface_cmp.
|
2009-09-22 16:15:56 +02:00 |
Alistair Leslie-Hughes
|
7471cfce72
|
mshtml: Implement IHTMLCurrentStyle_get_textIndent.
|
2009-09-18 08:56:37 -05:00 |
Alistair Leslie-Hughes
|
d35c44221d
|
mshtml: Implement IHTMLCurrentStyle_get_lineHeight.
|
2009-09-18 08:56:28 -05:00 |
Jacek Caban
|
7eca0bcae4
|
mshtml: Use node's IDispatchEx implementation in HTMLDocumentNode.
|
2009-09-17 09:48:20 -05:00 |
Jacek Caban
|
10c714b43a
|
mshmtl: Moved ICustomDoc implementation to HTMLDocumentObj.
|
2009-09-17 09:48:05 -05:00 |
Jacek Caban
|
2fb0d1e456
|
mshtml: Inherit HTMLDocumentNode from HTMLDOMNode.
|
2009-09-17 09:47:58 -05:00 |
Alistair Leslie-Hughes
|
8f0fd2597a
|
mshtml: Implement IHTMLCurrentStyle_get_bottom.
|
2009-09-16 14:37:51 -05:00 |
Alistair Leslie-Hughes
|
2ef9272e81
|
mshtml: Implement IHTMLCurrentStyle_get_right.
|
2009-09-16 14:37:45 -05:00 |
Alistair Leslie-Hughes
|
d1952288b8
|
mshtml: Implement IHTMLCurrentStyle_get_marginBottom.
|
2009-09-16 14:37:39 -05:00 |