mshtml: Treat "data:" as Gecko special URI scheme

Jacek Caban jacek at codeweavers.com
Tue Oct 6 04:56:33 CDT 2015


Hi Alex,

On 10/06/15 02:32, Alex Henrie wrote:
> I tried your patch and it worked for loading embedded resources within
> a page, but I still could not type data:text/plain,Hello%20world! into
> the address bar and get anything back. Do you have plans to make the
> address bar work too?

For that to work, we'd need monikers to work with data: URLs. I quickly
checked that pluggable protocol is not registered on Windows, but maybe
it's handled some other way. The first thing to try would be checking if
CreateURLMoniker works with data: URLs.

Cheersm
Jacek



More information about the wine-devel mailing list