зеркало из https://github.com/mozilla/pjs.git
Bug 338360: Only call prepareForStartup from one place, r=mano
This commit is contained in:
Родитель
28c9648c45
Коммит
123aa72edd
|
@ -750,8 +750,7 @@ function BrowserStartup()
|
||||||
|
|
||||||
gIsLoadingBlank = uriToLoad == "about:blank";
|
gIsLoadingBlank = uriToLoad == "about:blank";
|
||||||
|
|
||||||
if (!gIsLoadingBlank)
|
prepareForStartup();
|
||||||
prepareForStartup();
|
|
||||||
|
|
||||||
#ifdef ENABLE_PAGE_CYCLER
|
#ifdef ENABLE_PAGE_CYCLER
|
||||||
appCore.startPageCycler();
|
appCore.startPageCycler();
|
||||||
|
@ -954,9 +953,6 @@ function delayedStartup()
|
||||||
gURLBar.setAttribute("enablehistory", "false");
|
gURLBar.setAttribute("enablehistory", "false");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gIsLoadingBlank)
|
|
||||||
prepareForStartup();
|
|
||||||
|
|
||||||
if (gURLBar)
|
if (gURLBar)
|
||||||
gURLBar.addEventListener("dragdrop", URLBarOnDrop, true);
|
gURLBar.addEventListener("dragdrop", URLBarOnDrop, true);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче