Make sure we notify the content viewer when a subframe load completes so that we call OnPageShow -- this fixes link coloring when navigating back to frameset/iframe pages with fastback. Bug 307178, r+sr=bzbarsky.

This commit is contained in:
bryner%brianryner.com 2005-11-01 18:35:47 +00:00
Родитель 902349f9ad
Коммит 55b66e80dc
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -5128,6 +5128,7 @@ nsDocShell::BeginRestore(nsIContentViewer *aContentViewer, PRBool aTop)
if (doc) {
nsIChannel *channel = doc->GetChannel();
if (channel) {
mEODForCurrentDocument = PR_FALSE;
mIsRestoringDocument = PR_TRUE;
mLoadGroup->AddRequest(channel, nsnull);
mIsRestoringDocument = PR_FALSE;