15 Aug
2025
15 Aug
'25
4:21 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/nsio.c:
This->content_type = strdupWtoA(window->browser->doc->mime); } } + + if (!cancel && !This->uri->channel_bsc && window->browser->doc->doc_object_service) + { + /* fire event for document navigations by Gecko */ + hres = IUri_GetDisplayUri(This->uri->uri, &uri_str); + if (SUCCEEDED(hres)) + { + hres = fire_beforenavigate2(window, uri_str);
`nsres = ...`, this way we will propagate the error. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8761#note_112941