Bug 612872 - HAL/Supernova needs tweaks to our window emulation, r=davidb, sr=roc, a=davidb

This commit is contained in:
Alexander Surkov
2011-03-02 22:41:42 +08:00
parent 8dbfd006b3
commit bee23fe472
16 changed files with 242 additions and 48 deletions

View File

@@ -221,6 +221,7 @@ NotificationController::WillRefresh(mozilla::TimeStamp aTime)
mTreeConstructedState = eTreeConstructed;
mDocument->CacheChildrenInSubtree(mDocument);
mDocument->NotifyOfInitialUpdate();
NS_ASSERTION(mContentInsertions.Length() == 0,
"Pending content insertions while initial accessible tree isn't created!");
}