[PATCH 1/2] mshtml: add support for the HTMLWindow.onunload event.

Jacek Caban jacek at codeweavers.com
Sun Oct 3 08:26:48 CDT 2010


  On 10/3/10 2:24 PM, Reece Dunn wrote:
> Implements HTMLWindow_get/put_onunload.

+    {unloadW,            onunloadW,            EVENTT_NONE,   DISPID_EVMETH_ONUNLOAD,
+        EVENT_DEFAULTLISTENER|EVENT_FORWARDBODY}


EVENT_DEFAULTLISTENER won't work well here. Same for your onerror patch.

Jacek



More information about the wine-devel mailing list