#169858 Browser--Can not login CMB website.

Populate frameset charset source of post doc to disable autodetection.
r=jkeiser, jebak, sr=jst.
This commit is contained in:
shanjian%netscape.com 2002-09-20 09:24:54 +00:00
Родитель 854ae80159
Коммит 6bcb180b10
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -628,6 +628,9 @@ nsHTMLDocument::TryParentCharset(nsIDocumentCharsetInfo* aDocInfo,
aDocInfo->GetParentCharsetSource(&parentSource);
if (kCharsetFromParentForced <= parentSource)
source = kCharsetFromParentForced;
else if (kCharsetFromHintPrevDoc == parentSource)
// if parent is posted doc, set this prevent autodections
source = kCharsetFromHintPrevDoc;
else if (kCharsetFromCache <= parentSource)
source = kCharsetFromParentFrame;
else