Bug 934710 - log text perf metrics at reflow end, load complete and presshell teardown. r=heycam

This commit is contained in:
John Daggett
2013-11-25 14:00:00 +09:00
parent b2736d4fd7
commit ef5b1e71eb
4 changed files with 156 additions and 6 deletions

View File

@@ -1025,6 +1025,7 @@ nsDocumentViewer::LoadComplete(nsresult aStatus)
// mPresShell could have been removed now, see bug 378682/421432
if (mPresShell) {
mPresShell->ScrollToAnchor();
mPresShell->LoadComplete();
}
}