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.
git-svn-id: svn://10.0.0.236/trunk@183349 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
846b98ad0a
commit
d5f7527f96
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user