[PATCH v4] ieframe: Implement IWebBrowser2::get_LocationName().

Jacek Caban jacek at codeweavers.com
Wed Apr 21 10:37:10 CDT 2021


On 4/17/21 3:45 PM, Gijs Vermeulen wrote:
> +    if(This->doc_host.url && wcsncmp(This->doc_host.url, L"http", 4) != 0) {
> +        *LocationName = SysAllocString(This->doc_host.url);
> +        hres = S_OK;

Should we really special-case http for some reason? My guess is that 
what we observe in test could be achieved by always trying to get a 
title and falling back to current URL if it's not available.

Thanks,
Jacek



More information about the wine-devel mailing list