Re: [2/3] mshtml: Pass IID_IHTMLBodyElement to the IDispatchEx interface

2008-08-27 Thread Jacek Caban
Alistair Leslie-Hughes wrote: > Hi Jacek, >Thanks for you feedback. > > Jacek Caban wrote: >> Hi Alistair, >> >> You should add >> IHTMLDOMNode_tid, >> IHTMLDOMNode2_tid, >> IHTMLElement_tid, >> IHTMLElement2_tid, > Can you tell me what this list is for? We need to support func

Re: [2/3] mshtml: Pass IID_IHTMLBodyElement to the IDispatchEx interface

2008-08-27 Thread Alistair Leslie-Hughes
Hi Jacek, Thanks for you feedback. Jacek Caban wrote: > Hi Alistair, > > You should add > IHTMLDOMNode_tid, > IHTMLDOMNode2_tid, > IHTMLElement_tid, > IHTMLElement2_tid, Can you tell me what this list is for? > here. > >> +static dispex_static_data_t HTMLBodyElement_dispex =

Re: [2/3] mshtml: Pass IID_IHTMLBodyElement to the IDispatchEx interface

2008-08-27 Thread Jacek Caban
Hi Alistair, Alistair Leslie-Hughes wrote: > Hi, > > Changelog: > mshtml: Pass IID_IHTMLBodyElement to the IDispatchEx interface Look at other elements implementation how to do it properly. Your patch will break scripts that use body element. > +static const tid_t HTMLBodyElement_iface_tid