Bug 510670: have the nsIWebBrowserPersist used for some drops automatically detect the need for content converters (fixes dropping of images served gzipped on Mac), r=bz

--HG--
rename : browser/base/Makefile.in => browser/modules/Makefile.in
extra : rebase_source : 41d0502e968cdf7b624547cb9e993591ed06ec98
This commit is contained in:
Gavin Sharp 2011-12-15 11:14:38 -08:00
Родитель b97455bfb6
Коммит fa9d2d671f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -215,6 +215,8 @@ nsContentAreaDragDropDataProvider::SaveURIToFile(nsAString& inSourceURIString,
&rv);
NS_ENSURE_SUCCESS(rv, rv);
persist->SetPersistFlags(nsIWebBrowserPersist::PERSIST_FLAGS_AUTODETECT_APPLY_CONVERSION);
return persist->SaveURI(sourceURI, nsnull, nsnull, nsnull, nsnull, inDestFile);
}