15 Aug
2025
15 Aug
'25
4:21 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/nsio.c:
IBindStatusCallback_Release(&task->bscallback->bsc.IBindStatusCallback_iface); }
+static HRESULT fire_beforenavigate2(HTMLOuterWindow *window, BSTR url)
Sorry for not catching it earlier, but this should be `nsresult`. It's similar, but not the same to `HRESULT`, but has different codes so it shouldn't be mixed. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8761#note_112939