Bug 84123 Image information is shown on title bar only after image is completely loaded

call UpdateTitleAndCharset in OnStartContainer, that's the earliest time at
which we have the image dimensions.
r=varga sr=bzbarsky
This commit is contained in:
cbiesinger%web.de 2004-02-08 20:58:38 +00:00
Родитель ae0d7e6e37
Коммит 910395d42e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -384,6 +384,7 @@ nsImageDocument::OnStartContainer(imgIRequest* aRequest, imgIContainer* aImage)
if (mImageResizingEnabled) {
CheckOverflowing();
}
UpdateTitleAndCharset();
return NS_OK;
}