зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1363864 - Add MozBeforeInitialXULLayout event. r=smaug
MozReview-Commit-ID: FPWIyAR1ocq --HG-- extra : rebase_source : 37199ee376e7b7db8984455d965fc78996cc0f3f
This commit is contained in:
Родитель
45cdfa2e9e
Коммит
49e8abe817
|
@ -3025,6 +3025,12 @@ XULDocument::DoneWalking()
|
|||
}
|
||||
}
|
||||
|
||||
nsContentUtils::DispatchTrustedEvent(this,
|
||||
static_cast<nsIDocument*>(this),
|
||||
NS_LITERAL_STRING("MozBeforeInitialXULLayout"),
|
||||
true,
|
||||
false);
|
||||
|
||||
StartLayout();
|
||||
|
||||
if (mIsWritingFastLoad && IsChromeURI(mDocumentURI))
|
||||
|
|
Загрузка…
Ссылка в новой задаче