Merge from mozilla-central.

This commit is contained in:
Benjamin Smedberg
2009-11-06 09:54:28 -05:00
951 changed files with 32595 additions and 20463 deletions
+6
View File
@@ -6956,6 +6956,12 @@ nsDocShell::RestoreFromHistory()
newBounds.y, newBounds.width, newBounds.height);
#endif
mContentViewer->SetBounds(newBounds);
} else {
nsIScrollableFrame *rootScrollFrame =
shell->GetRootScrollFrameAsScrollableExternal();
if (rootScrollFrame) {
rootScrollFrame->PostScrolledAreaEventForCurrentArea();
}
}
}