Jacek Caban
|
0af2a117c3
|
mshtml: Added support for indexed access to form elements.
|
2011-03-03 17:47:15 +01:00 |
Jacek Caban
|
78d743b986
|
mshtml: Added IHTMLFormElement::get_elements implementation.
|
2011-03-01 15:21:51 +01:00 |
Jacek Caban
|
650feb0380
|
mshtml: Fixed memory leak.
|
2011-02-28 14:04:55 +01:00 |
Jacek Caban
|
f4c4a94618
|
mshtml: Added IHTMLFormElement::onsubmit implementation.
|
2011-02-28 14:04:53 +01:00 |
Jacek Caban
|
60d8c48132
|
mshtml: Fixed leaks (valgrind).
|
2011-01-20 12:47:52 +01:00 |
Michael Stefaniuc
|
95d8566a83
|
mshtml: COM cleanup for the IHTMLFormElement iface.
|
2011-01-04 11:12:30 +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
|
ecc551b911
|
mshtml: Improved error handling in element constructors.
|
2010-12-02 11:58:40 +01:00 |
Jacek Caban
|
6a1f4eb724
|
mshtml: Improved error handling in get_node calls.
|
2010-12-01 16:29:38 +01:00 |
Jacek Caban
|
f351dc5e74
|
mshtml: Moved cloneNode implementation to vtbl.
|
2010-11-15 13:20:06 +01:00 |
Piotr Caban
|
ac7e096c00
|
mshtml: Added IHTMLFormElement_{get/put}_encoding implementation.
|
2010-10-28 11:40:39 +02:00 |
Piotr Caban
|
990675e52f
|
mshtml: Added IHTMLFormElement_{get/put}_name implementation.
|
2010-10-28 11:40:33 +02:00 |
Piotr Caban
|
bd94cc3b86
|
mshtml: Added IHTMLFormElement_{get/put}_method implementation.
|
2010-10-28 11:40:29 +02:00 |
Jacek Caban
|
d9427e3922
|
mshtml: Added IHTMLFormElement::action property implementation.
|
2010-05-11 18:05:25 +02:00 |
Jacek Caban
|
5bb9172af2
|
mshtml: Added IHTMLFormElement::item implementation.
|
2010-05-11 18:05:21 +02:00 |
Jacek Caban
|
68e9bd281e
|
mshtml: Moved getting form's elements by index to separated function.
|
2010-05-11 18:05:17 +02:00 |
Jacek Caban
|
95ded555e0
|
mshtml: Added IHTMLFormElement::get_length implementation.
|
2010-05-07 16:00:16 +02:00 |
Jacek Caban
|
07b62a8dd7
|
mshtml: Don't free nsstr in HTMLFormElement_get_dispid twice.
|
2010-02-09 11:34:43 +01:00 |
Jacek Caban
|
248db8d806
|
mshtml: Optimize and clean up HTMLFormElement_get_dispid implementation.
|
2010-01-29 14:58:44 +01:00 |
Jacek Caban
|
b00bd14e77
|
mshtml: Moved common element tids to macro.
|
2010-01-28 11:09:40 +01:00 |
Andrew Eikum
|
3007b73cc9
|
mshtml: Support get_dispid and invoke methods in HTMLFormElement.
|
2009-12-02 12:18:23 +01:00 |
Andrew Eikum
|
1563c137fa
|
mshtml: Add stub implementation of IHTMLFormElement.
|
2009-12-01 12:58:16 +01:00 |