Re: [PATCH] mshtml: implement ActiveScriptSite_OnScriptError.

2010-09-29 Thread Jacek Caban
On 9/29/10 9:39 AM, Reece Dunn wrote: Hi, This reports any errors sent to the mshtml ActiveScriptSite OnScriptError handler to the user and traces it to ERR to aid debugging. static HRESULT WINAPI ActiveScriptSite_OnScriptError(IActiveScriptSite *iface, IActiveScriptError *pscripterror) {

Re: [PATCH] mshtml: implement ActiveScriptSite_OnScriptError.

2010-09-29 Thread Reece Dunn
On 29 September 2010 11:41, Jacek Caban ja...@codeweavers.com wrote:  On 9/29/10 9:39 AM, Reece Dunn wrote: Hi, This reports any errors sent to the mshtml ActiveScriptSite OnScriptError handler to the user and traces it to ERR to aid debugging.  static HRESULT WINAPI