mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 21:52:44 +00:00
Bug 261269 toolkit should treat URIs as UTF-8
Relanding nsDownloadManager.cpp of patch following landing of aviary branch
This commit is contained in:
parent
f88a68b058
commit
2c4c901bcc
@ -1647,8 +1647,8 @@ nsDownloadsDataSource::GetTarget(nsIRDFResource* aSource, nsIRDFResource* aPrope
|
||||
fph->GetURLSpecFromFile(lf, fileURL);
|
||||
|
||||
nsAutoString iconURL(NS_LITERAL_STRING("moz-icon://"));
|
||||
nsAutoString pathTemp; pathTemp.AssignWithConversion(fileURL);
|
||||
iconURL += pathTemp + NS_LITERAL_STRING("?size=32");
|
||||
AppendUTF8toUTF16(fileURL, iconURL);
|
||||
iconURL.AppendLiteral("?size=32");
|
||||
|
||||
nsCOMPtr<nsIRDFResource> result;
|
||||
gRDFService->GetUnicodeResource(iconURL, getter_AddRefs(result));
|
||||
|
Loading…
x
Reference in New Issue
Block a user