зеркало из https://github.com/mozilla/pjs.git
Commenting out call to EvictGlobalContentViewers to test perf impact. Bug 292965.
This commit is contained in:
Родитель
9d36decada
Коммит
2439044679
|
@ -624,7 +624,7 @@ nsSHistory::EvictContentViewers(PRInt32 aPreviousIndex, PRInt32 aIndex)
|
|||
// Check our per SHistory object limit in the currently navigated SHistory
|
||||
EvictWindowContentViewers(aPreviousIndex, aIndex);
|
||||
// Check our total limit across all SHistory objects
|
||||
EvictGlobalContentViewer();
|
||||
//EvictGlobalContentViewer();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче