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