Paul Gofman
|
eb5a50a9a5
|
mshtml: Move assert.h include to mshtml_private.h.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-07-08 21:12:16 +02:00 |
Jacek Caban
|
4cd257d54d
|
mshtml: Expose IHTMLStyleElement2 to scripts.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-04-05 22:59:59 +02:00 |
Jacek Caban
|
5962a0ea26
|
mshtml: Add IHTMLStyleElement2 implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-04-05 22:59:59 +02:00 |
Jacek Caban
|
85da7dba07
|
mshtml: Add IHTMLStyleElement::onload and onerror implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-04-05 22:59:59 +02:00 |
Jacek Caban
|
f35737a088
|
mshtml: Initialize HTMLStyleSheet object with compat mode.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-03-15 20:37:00 +01:00 |
Jacek Caban
|
3e4565f5d7
|
mshtml: Pass Gecko elements as nsIDOMElement to element constructors.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-12 11:02:38 +01:00 |
Jacek Caban
|
353d9d826a
|
mshtml: Simplify IHTMLElement::click implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-10-12 15:59:40 +02:00 |
Jacek Caban
|
97c71b25fe
|
mshtml: Added GetClassInfo implementation for HTMLElement objects.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-21 13:58:51 +02:00 |
Jacek Caban
|
91c568bc6d
|
mshtml.idl: Added HTMLStyleElement coclass declaration.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-20 18:58:48 +02:00 |
Jacek Caban
|
d72d640308
|
mshtml: Export IElementSelector for all elements in compatibility mode >= IE8.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-07 19:58:13 +09:00 |
Jacek Caban
|
fd2f645d16
|
mshtml: Moved dispex_data_t pointer to the end of dispex_static_data_t struct.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-06 11:53:45 +09:00 |
Jacek Caban
|
f908f03cd9
|
mshtml: Added new EventTarget struct representing event targets.
|
2015-05-15 18:05:27 +09:00 |
Jacek Caban
|
316417cc3d
|
mshtml: Don't share nsstyle reference with nsnode.
|
2014-09-24 16:13:54 +02:00 |
Jacek Caban
|
af6c518e7d
|
mshtml: Use lazy allocation for connection points.
|
2013-03-15 16:18:05 +01:00 |
Jacek Caban
|
62c0c7b11f
|
mshtml: Added IHTMLStyleElement::get_styleSheet imeplementation.
|
2012-10-11 20:20:47 +02:00 |
Jacek Caban
|
f63da13c28
|
mshtml: Added IHTMLWindow2::onhelp property implementation.
|
2012-09-04 15:06:28 +02:00 |
Jacek Caban
|
1f5b201e34
|
mshtml: Share nsstyle reference with nsnode.
|
2012-06-28 19:40:09 +02:00 |
Piotr Caban
|
bea3154f48
|
mshtml: Added IHTMLAttributeCollection stub.
|
2011-08-26 12:00:09 +02:00 |
Michael Stefaniuc
|
5ffd1510d2
|
mshtml: COM cleanup for the IHTMLStyleElement iface.
|
2011-01-04 11:13:39 +01:00 |
Michael Stefaniuc
|
0b66169a05
|
mshtml: COM cleanup for the IDispatchEx iface in DispatchEx.
|
2010-12-31 11:47:31 +01:00 |
Michael Stefaniuc
|
f653f4a22e
|
mshtml: COM cleanup for the IHTMLDOMNode iface.
|
2010-12-30 12:21:53 +01:00 |
Jacek Caban
|
f52e0a776f
|
mshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl functions.
|
2010-12-28 16:35:39 +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
|
ecc551b911
|
mshtml: Improved error handling in element constructors.
|
2010-12-02 11:58:40 +01:00 |
Jacek Caban
|
f351dc5e74
|
mshtml: Moved cloneNode implementation to vtbl.
|
2010-11-15 13:20:06 +01:00 |
Jacek Caban
|
16fbd05080
|
mshtml: Added IHTMLStyleElement stub implementation.
|
2010-11-12 14:39:21 +01:00 |