Jacek Caban
|
f6980025b9
|
mshtml: Accept different VARIANT types in document_write.
|
2012-04-23 17:53:23 +02:00 |
Jacek Caban
|
1c07d166f1
|
mshtml: Ignore dispid 3000026 in IPropertyNotifySink::OnChanged tests.
|
2012-04-20 11:59:55 +02:00 |
Jacek Caban
|
d66dacce68
|
mshtml: Copy filter value in HTMLElement_clone.
|
2012-04-18 15:45:01 +02:00 |
Jacek Caban
|
120962b30e
|
mshtml: Allow more tests to be ran in non-administrator mode.
|
2012-04-18 15:44:52 +02:00 |
Jacek Caban
|
b2f3144e0c
|
mshtml: Added IHTMLStyle2::overflowY implementation.
|
2012-04-17 12:43:29 +02:00 |
Jacek Caban
|
5b99a4e880
|
mshtml: Added IHTMLStyle2::overflowX implementation.
|
2012-04-17 12:43:26 +02:00 |
Jacek Caban
|
c5c94f101f
|
mshtml: Added IHTMLWindow3::detachEvent implementation.
|
2012-04-17 12:43:19 +02:00 |
Jacek Caban
|
d987690212
|
Added support for shadowing of element pseudo-variables.
|
2012-04-17 12:43:17 +02:00 |
Jacek Caban
|
34b41084a1
|
mshtml: Added IHTMLDocument2::put_URL implementation.
|
2012-04-17 12:43:14 +02:00 |
Jacek Caban
|
33171f3b5d
|
mshtml: Added IHTMLStyle::removeAttribute tests.
|
2012-04-16 17:49:26 +02:00 |
Jacek Caban
|
0cad55aee9
|
mshtml: Added IHTMLStyle::removeAttribute implementation.
|
2012-04-16 17:49:26 +02:00 |
Jacek Caban
|
a9c83385b5
|
mshtml: Moved style_tbl lookup to separated function.
|
2012-04-16 17:49:25 +02:00 |
Jacek Caban
|
cea8bc5237
|
mshtml: Added support for IHTMLEventObj::cancelBubble property.
|
2012-04-16 17:49:25 +02:00 |
Jacek Caban
|
53adfe77d3
|
mshtml: Added IHTMLStyle2::bottom implementation.
|
2012-04-16 17:49:24 +02:00 |
Jacek Caban
|
16a5a5c91b
|
mshtml: Use return_nsstr helper in more functions.
|
2012-04-13 16:09:43 +02:00 |
Jacek Caban
|
29fbc70267
|
mshtml: Use return_nsstr helper in HTMLElement object implementation.
|
2012-04-13 16:09:42 +02:00 |
Jacek Caban
|
b43cd188df
|
mshtml: Use return_nsstr helper in IHTMLBodyElement::get_background implementation.
|
2012-04-13 16:09:42 +02:00 |
Jacek Caban
|
4c66a4626b
|
mshtml: Improved helper for returning color as VARIANT in HTMLBodyElement implementation.
|
2012-04-13 16:09:41 +02:00 |
Jacek Caban
|
325f8c8172
|
mshtml: Return self as a parent of global top window.
|
2012-04-11 18:16:11 +02:00 |
Jacek Caban
|
77cdf22f8f
|
mshtml: Added IHTMLElement2::blur implementation.
|
2012-04-10 16:21:31 +02:00 |
Jacek Caban
|
1c277a26bb
|
mshtml: Added IHTMLDocument2::onkeypress implementation.
|
2012-04-10 16:21:31 +02:00 |
Jacek Caban
|
8e71096fd1
|
mshtml: Added better IHTMLWindow2::get_opener stub.
|
2012-04-10 16:21:30 +02:00 |
Jacek Caban
|
0067b9505e
|
mshtml: Added IHTMLFormElement::submit implementation.
|
2012-04-06 20:16:26 +02:00 |
Jacek Caban
|
ebeff88e6e
|
mshtml: Added semi-stub implementation of IOmNavigator::get_cookieEnabled.
|
2012-04-05 17:53:17 +02:00 |
Jacek Caban
|
383564ab2f
|
mshtml: Added IHTMLImgElement::onerror tests.
|
2012-04-05 17:53:17 +02:00 |
Jacek Caban
|
8ac7e950a9
|
mshtml: Added IHTMLImgElement::onerror implementation.
|
2012-04-05 17:53:16 +02:00 |
Jacek Caban
|
039a9a5aad
|
mshtml: Detach also internal listeners in detach_events.
|
2012-04-05 17:53:15 +02:00 |
Jacek Caban
|
8791ce15e9
|
mshtml: Added support for IDispatch-only ActiveX objects.
|
2012-04-05 17:53:15 +02:00 |
Jacek Caban
|
5fad02d0f1
|
mshtml: Remove old channel from load group in nsIAsyncVerifyRedirectCallback::AsyncOnChannelRedirect.
|
2012-04-05 17:53:15 +02:00 |
Jacek Caban
|
e370f4bf3a
|
mshtml: Added IHTMLWindow2::onerror semi-stub implementation.
|
2012-04-04 19:01:57 +02:00 |
Jacek Caban
|
6b0875a67e
|
mshtml: Use helper for IHTMLStyle::put_zIndex implementation.
|
2012-04-04 17:49:03 +02:00 |
Jacek Caban
|
6e97e7e24c
|
mshtml: Use helper for IHTMLStyle::get_left implementation.
|
2012-04-04 17:49:03 +02:00 |
Jacek Caban
|
73ed5b388a
|
mshtml: Use helper for IHTMLStyle::get_top implementation.
|
2012-04-04 17:49:02 +02:00 |
Jacek Caban
|
9529fdb94f
|
mshtml: Use helper for IHTMLStyle::get_height implementation.
|
2012-04-04 17:49:02 +02:00 |
Jacek Caban
|
3d2d9596fd
|
mshtml: Use helpers for IHTMLStyle::put_verticalAlign property implementation.
|
2012-04-04 17:49:01 +02:00 |
Jacek Caban
|
fe4cb8441a
|
mshtml: Added IHTMLMetaElement::get_httpEquiv implementation.
|
2012-04-03 17:53:01 +02:00 |
Jacek Caban
|
5bbcdf7b9e
|
mshtml: Added IHTMLMetaElement::get_content implementation.
|
2012-04-03 17:52:59 +02:00 |
Jacek Caban
|
f4c20b02db
|
mshtml: Added IHTMLMetaElement::get_name implementation.
|
2012-04-03 17:52:57 +02:00 |
Jacek Caban
|
f9c875dd3e
|
mshtml: Fixed status text cache implementation.
|
2012-04-02 18:27:07 +02:00 |
Jacek Caban
|
2d206abeac
|
mshtml: Added IHTMLMetaElement stub implementation.
|
2012-04-02 18:27:01 +02:00 |
Jacek Caban
|
c6ada99b89
|
mshtml: Use better helper in IHTMLStyle::get_width implementation.
|
2012-03-30 15:36:25 +02:00 |
Jacek Caban
|
27555a52d8
|
mshtml: Use proper helpers in IHTMLStyle::backgroundColor implementation.
|
2012-03-30 15:36:23 +02:00 |
Jacek Caban
|
1cd6da2612
|
mshtml: Use proper helpers in IHTMLStyle::color implementation.
|
2012-03-30 15:36:20 +02:00 |
Jacek Caban
|
75dd422c2a
|
mshtml: Use proper helpers to implement IHTMLSyle::fontSize property.
|
2012-03-30 15:36:16 +02:00 |
Jacek Caban
|
5b56d06074
|
mshtml: Added IHTMLDocument2::get_domain implementation.
|
2012-03-29 20:49:18 +02:00 |
Jacek Caban
|
f11ed78b2e
|
mshtml: Added support for anchors with target '_top'.
|
2012-03-29 20:49:18 +02:00 |
Jacek Caban
|
21f5ef2808
|
mshtml: Improved more VARIANT debug traces.
|
2012-03-28 14:56:39 +02:00 |
Jacek Caban
|
1dd2010f31
|
mshtml: Improved VARIANT debug traces in htmldoc*.c.
|
2012-03-28 14:56:32 +02:00 |
Jacek Caban
|
706ec7a10d
|
mshtml: Improved VARIANT debug traces in htmlbody.c.
|
2012-03-28 14:56:29 +02:00 |
Jacek Caban
|
3f9c706606
|
mshtml: Improved VARIANT debug traces in htmlelem.c.
|
2012-03-28 14:56:25 +02:00 |