Jacek Caban
|
0ef8f70e11
|
mshtml: Properly handle BLOCKED:: URLs in IHTMLImgElement::get_src.
|
2011-03-14 19:31:29 +01:00 |
Michael Stefaniuc
|
726312c535
|
mshtml: COM cleanup for the IHTMLImageElementFactory iface.
|
2011-01-03 12:14:27 +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 |
Michael Stefaniuc
|
d4248e95f5
|
mshtml: COM cleanup for the IHTMLElement 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
|
76c028b7c2
|
mshtml: Pass DispatchEx pointer instead of outer IUnknown to DispatchEx's vtbl functions.
|
2010-12-28 16:35:36 +01:00 |
Michael Stefaniuc
|
6f401f9811
|
mshtml: Use an iface instead of a vtbl pointer in HTMLImgElement.
|
2010-12-07 11:42:06 +01:00 |
Jacek Caban
|
ecc551b911
|
mshtml: Improved error handling in element constructors.
|
2010-12-02 11:58:40 +01:00 |
Jacek Caban
|
a8b94a0377
|
mshtml: Improved error handling in HTMLElement_Create calls.
|
2010-12-02 11:58:30 +01:00 |
Jacek Caban
|
f351dc5e74
|
mshtml: Moved cloneNode implementation to vtbl.
|
2010-11-15 13:20:06 +01:00 |
Jacek Caban
|
21f0c64de4
|
mshtml: Added IHTMLImgElement::onload property implementation.
|
2010-03-18 11:18:06 +01:00 |
Jacek Caban
|
a3ff647c1e
|
mshtml: Added IHTMLImgElement::height property implementation.
|
2010-02-09 11:34:35 +01:00 |
Jacek Caban
|
11ec75c18b
|
mshtml: Added IHTMLImgElement::width property implementation.
|
2010-02-09 11:34:30 +01:00 |
Jacek Caban
|
2330662340
|
mshtml: Set image size in IHTMLImageElementFactory::create.
|
2010-02-09 11:34:26 +01:00 |
Jacek Caban
|
4b5dcc9e6b
|
mshtml: Optimize more nsAString handling.
|
2010-01-29 14:59:02 +01:00 |
Jacek Caban
|
b00bd14e77
|
mshtml: Moved common element tids to macro.
|
2010-01-28 11:09:40 +01:00 |
Alistair Leslie-Hughes
|
020c75b0fe
|
mshtml: Implement IHTMLImgElement get_Name.
|
2009-12-15 16:09:13 +01:00 |
Jacek Caban
|
9881ec35eb
|
mshtml: Added IHTMLElement2::get_readyState implementation.
|
2009-12-01 11:34:23 +01:00 |
Jacek Caban
|
d3a9f162e8
|
mshtml: Moved whole element initialization to HTMLElement_Init.
|
2009-11-03 21:23:12 +01:00 |
Andrew Eikum
|
ad158f6efd
|
mshtml: Add HTMLImageElementFactory::value for constructing IHTMLImgElement objects.
|
2009-10-22 16:28:16 +02: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
|
a70bbf8285
|
mshtml: Moved init_dispex call to HTMLElement_Init.
|
2009-10-02 15:06:58 +02:00 |
Jacek Caban
|
508aa85c6b
|
mshtml: Added IHTMLInputElement::src property implementation.
|
2009-09-15 16:41:26 -05:00 |
Michael Stefaniuc
|
491ae71e52
|
mshtml: Change long to LONG in mshtml.idl (HTML*Element stuff).
|
2009-03-12 13:09:54 +01:00 |
Michael Stefaniuc
|
25e90e2251
|
mshtml: Remove superfluous pointer casts.
|
2009-02-16 16:01:37 +01:00 |
Jacek Caban
|
aae2c59dfd
|
mshtml: Added IHTMImgElement::get_src implementation.
|
2008-10-14 11:25:02 +02:00 |
Jacek Caban
|
9306e9b657
|
mshtml: Use IHTMLElement3 in IDispatchEx.
|
2008-10-10 12:55:50 +02:00 |
Alistair Leslie-Hughes
|
de7fa364be
|
mshtml: Implement IDispatch for IHTMLImgElement.
|
2008-09-09 11:46:18 +02:00 |
Jacek Caban
|
4690d6d572
|
mshtml: Added IHTMLImgElement::[get|put]_alt implementation.
|
2008-07-01 12:23:14 +02:00 |
Jacek Caban
|
23ad09865e
|
mshtml: Added IHTMLImgElement::put_src implementation.
|
2008-06-23 19:46:30 +02:00 |
Francois Gouget
|
53f2cb83dc
|
mshtml: gcc 2.95 does not allow an array of undefined dimension in a struct. So fix dispex_static_data_t accordingly.
|
2008-05-06 16:10:13 +02:00 |
Jacek Caban
|
f263b637a9
|
mshtml: Added IDispatchEx support to HTMLImgElement.
|
2008-05-01 19:36:11 +02:00 |
Jacek Caban
|
6279de21f3
|
mshtml: Added IHTMLImgElement stub implementation.
|
2008-05-01 19:36:06 +02:00 |