239 Commits

Author SHA1 Message Date
Jacek Caban
952a54cbd9 mshtml: Added IHTMLElement2::getElementsByTagName implementation. 2008-07-14 11:48:48 +02:00
Jacek Caban
af3d19fa04 mshtml: DispatchEx's QueryInterface implementation clean up. 2008-07-01 12:23:03 +02:00
Jacek Caban
8d3aa6799c mshtml: Added IHTMLWindow2::clearTimeout implementation. 2008-06-30 12:12:04 +02:00
Jacek Caban
74f29f1087 mshtml: Added IHTMLWindow3::setInterval implementation. 2008-06-30 12:11:58 +02:00
Jacek Caban
a3a9a317de mshtml: Added IHTMLSelectElement::put_onchange implementation. 2008-06-25 10:42:15 +02:00
Jacek Caban
0848cc977f mshtml: Added keyup event support. 2008-06-24 11:53:06 +02:00
Jacek Caban
41bdff629f mshtml: Added IHTMLElement::put_onclick implementation. 2008-06-23 19:46:30 +02:00
Jacek Caban
cf51da73f6 mshtml: Added generic HTML event listener and use it for click event. 2008-06-23 19:46:30 +02:00
Jacek Caban
01dc47c884 mshtml: Added onclick attribute support. 2008-06-23 19:46:30 +02:00
Jacek Caban
d0568d8c5b mshtml: Added IDispatchEx support to HTMLGenericElement. 2008-06-20 12:15:19 +02:00
Jacek Caban
d9cb62e37f mshtml: Added IHTMLGenericElement implementation. 2008-06-20 12:15:14 +02:00
Jacek Caban
fdf676ac17 mshtml: Initialize node object from child node's constructors. 2008-06-20 12:15:04 +02:00
Jacek Caban
32ac703e30 mshtml: Added fdexNameEnsure support to IDidpatchEx implementation. 2008-06-18 15:59:08 +02:00
Jacek Caban
1741e652b3 mshtml: Added IDispatchEx support to HTMLSelectElement. 2008-06-18 15:59:00 +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
Jacek Caban
9483760b35 mshtml: Added IDispatchEx support to HTMLStyle. 2008-05-01 10:57:34 +02:00
Jacek Caban
cecb265248 mshtml: Added IDispatchEx support to HTMLCommentElement. 2008-05-01 10:57:34 +02:00
Jacek Caban
67333a2a19 mshtml: Added IHTMLCommentElement stub implementation. 2008-05-01 10:57:34 +02:00
Jacek Caban
30d2047537 mshtml: Added IDispatchEx support to HTMLDOMChildrenCollection. 2008-05-01 10:57:34 +02:00
Jacek Caban
928914c81e mshtml: Added IDispatchEx support to HTMLOptionElement. 2008-04-29 12:38:38 +02:00
Jacek Caban
7582518e18 mshtml: Added IDispatchEx support to HTMLInputElement. 2008-04-29 12:38:35 +02:00
Jacek Caban
ef4200fcf7 mshtml: Added support for custom DISPIDs. 2008-04-29 12:38:25 +02:00
Jacek Caban
989574510c mshtml: Added IDispatchEx support to HTMLElementCollection object. 2008-04-24 22:19:41 +02:00
Jacek Caban
af271b3b45 mshtml: Added IDispatchEx support to text node. 2008-04-24 22:16:56 +02:00
Jacek Caban
754adce781 mshtml: Added IHTMLDOMTextNode stub implementation. 2008-04-24 22:15:28 +02:00
Jacek Caban
5d024a6d1d mshtml: Added IHTMLDOMNode2 to IDispatchEx support. 2008-04-24 22:14:55 +02:00
Jacek Caban
8dc2cf0d3a mshtml: Added IHTMLDOMNode2 stub implementation. 2008-04-24 22:14:46 +02:00
Jacek Caban
d5059b8303 mshtml: Added elements IDispatchEx implementation. 2008-04-24 11:43:19 +02:00
Jacek Caban
98ab1a92c0 mshtml: Added HTMLDocument's IDispatchEx implementation. 2008-04-21 20:24:04 +02:00
Jacek Caban
788432af49 mshtml: Added setTimeout implementation. 2008-04-21 18:32:18 +02:00
Jacek Caban
a5843056c5 mshtml: Added window IDispatchEx implementation. 2008-04-21 11:56:13 +02:00
Jacek Caban
b81818e7ee mshtml: Added IDispEx::GetDispID implementation. 2008-04-21 11:55:50 +02:00
Jacek Caban
12f312dacc mshtml: Added load event support. 2008-04-21 11:55:35 +02:00
Jacek Caban
4c21a5d3b0 mshtml: Parse and store onload attributes. 2008-04-21 11:53:27 +02:00
Jacek Caban
a009157331 mshtml: Added IHTMLWindow3 stub implementation. 2008-04-18 13:57:14 +02:00
Jacek Caban
625ed3d0aa mshtml: Added possibility to get node object from nsIDOMNode only if available. 2008-04-18 13:57:14 +02:00
Jacek Caban
be59368dd1 mshtml: Move get_typeinfo to dispex.c. 2008-04-17 11:50:29 +02:00
Jacek Caban
ed6a8acca7 mshtml: Added generic IDispatchEx implementation and use it in OnNavigator. 2008-04-17 11:48:35 +02:00
Jacek Caban
b2c80e6b18 mshtml: Make sure to null terminate buffer in parse_extern_script. 2008-04-17 11:43:11 +02:00
Jacek Caban
9c352a11cc mshtml: Added IHTMLWindow2::get_navigator implementation. 2008-04-07 13:36:17 +02:00
Jacek Caban
ac6cbb79af mshtml: Set script engine state to SCRIPTSTATE_CONNECTED when page is loaded. 2008-03-28 21:54:09 +01:00
Jacek Caban
91800118a8 mshtml: Pass buffer length to MultiByteToWideChar instead of -1. 2008-03-26 23:38:36 +01:00
Jacek Caban
8abf7a8cc9 mshtml: Rename nsChannel::content to content_type and clean up its handling. 2008-03-26 23:38:36 +01:00
Jacek Caban
1caf73be28 mshtml: Added IHTMLDocument2::get_location implementation. 2008-03-26 23:38:36 +01:00
Jacek Caban
1b5bce0d4c mshtml: Added script engine loading implementation. 2008-03-25 11:44:26 +01:00
Jacek Caban
c8bb048b1a mshtml: Abstract BSCallback implementation. 2008-03-24 11:37:01 +01:00
Jacek Caban
a7caae9540 mshtml: Move BSCallback declaration to navigate.c. 2008-03-24 11:36:34 +01:00
Jacek Caban
5a04f526ad mshtml: Added new nsChannelBSC type. 2008-03-24 11:36:28 +01:00