Jacek Caban
|
dca249833b
|
mshtml: Return NULL ownerDocument for document node.
|
2009-11-03 21:24:59 +01:00 |
Jacek Caban
|
82c8e7c684
|
mshtml: Added support for accessing elements id by global properties.
|
2009-11-03 21:24:54 +01:00 |
Jacek Caban
|
847a743f2c
|
mshtml: Added fdexNameCaseInsensitive support.
|
2009-11-03 21:24:09 +01:00 |
Jacek Caban
|
cefb25c74f
|
mshtml: Added InvokeEx(DISPATCH_PROPERTYPUT|DISPATCH_PROPERTYPUTREF) implementation.
|
2009-11-03 21:24:04 +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 |
Andrew Eikum
|
b16634c2f9
|
mshtml/tests: Remove todo_wine paths.
|
2009-10-20 13:47:33 +02:00 |
Andrew Eikum
|
bbf8a4baf5
|
mshtml: Implement IHTMLLocation::get_search.
|
2009-10-20 13:47:26 +02:00 |
Andrew Eikum
|
4ebf01f681
|
mshtml: Implement IHTMLLocation::get_hash.
|
2009-10-20 13:47:21 +02:00 |
Andrew Eikum
|
a03d0bcaa9
|
mshtml: Reimplement HTMLLocation::get_pathname.
|
2009-10-19 15:02:07 +02:00 |
Andrew Eikum
|
6a456fa6d9
|
mshtml: Reimplement IHTMLLocation::get_href.
|
2009-10-19 15:02:02 +02:00 |
Andrew Eikum
|
fc3808e553
|
mshtml: Implement IHTMLLocation::get_hostname.
|
2009-10-16 13:36:27 +02:00 |
Andrew Eikum
|
7cb9fe1064
|
mshtml: Implement IHTMLLocation::get_host.
|
2009-10-16 13:36:23 +02:00 |
Andrew Eikum
|
c9adc4149c
|
mshtml: Implement IHTMLLocation::get_protocol.
|
2009-10-16 13:36:15 +02:00 |
Andrew Eikum
|
4172d6820c
|
mshtml: Implement IHTMLLocation::get_port.
|
2009-10-15 12:06:18 +02:00 |
Andrew Eikum
|
ab857c8493
|
mshtml: Add test suite for IHTMLLocation.
|
2009-10-15 12:06:18 +02:00 |
Jacek Caban
|
a4deae49b3
|
mshtml: Added IHTMLBaseFrame interface stub implementation.
|
2009-10-14 11:21:48 +02:00 |
Jacek Caban
|
8272ecd3f2
|
mshtml: Added more events tests.
|
2009-10-13 11:27:39 +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
|
47c27742d0
|
mshtml: Added IHTMLLocation::put_href implementation.
|
2009-10-12 12:15:26 +02:00 |
Jacek Caban
|
ae6fed5c4f
|
mshtml: Improved IHTMLElement2::doScroll stub.
|
2009-10-12 12:14:47 +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
|
81079eb221
|
mshtml: Added QueryCustomPolicy implementation.
|
2009-10-01 11:34:36 +02:00 |
Jacek Caban
|
a5923a6eea
|
mshtml: Added IInternetHostSecurity::ProcessUrlAction implementation.
|
2009-10-01 11:34:15 +02:00 |
Jacek Caban
|
b6dff3f733
|
mshtml: Return HTMLDocumentNode object in ScriptHost::QueryService for SID_SInternetHostSecurityManager.
|
2009-10-01 11:33:41 +02:00 |
Jacek Caban
|
404c183d80
|
mshtml: Added IInternetHostSecurityManager stub implementation.
|
2009-09-29 14:22:33 +02:00 |
Jacek Caban
|
c14c3a6e91
|
mshtml: Added ScriptHost IServiceProvider stub implementation.
|
2009-09-29 14:22:23 +02:00 |
Ge van Geldorp
|
75de8dc9ce
|
mshtml/tests: Fix copyright notice.
|
2009-09-24 16:03:25 +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 |
Alistair Leslie-Hughes
|
6ec0716059
|
mshtml: Implement IHTMLCurrentStyle_get_marginTop.
|
2009-09-16 14:37:32 -05:00 |
Alistair Leslie-Hughes
|
b856484ef3
|
mshtml: Implement IHTMLCurrentStyle_get_letterSpacing.
|
2009-09-16 14:37:22 -05:00 |
Alistair Leslie-Hughes
|
7f3cb81686
|
mshtml: Implement IHTMLCurrentStyle_get_paddingBottom.
|
2009-09-15 17:21:28 -05:00 |
Alistair Leslie-Hughes
|
9a2a02fde9
|
mshtml: Implement IHTMLCurrentStyle_get_paddingRight.
|
2009-09-15 17:21:23 -05:00 |