зеркало из https://github.com/mozilla/pjs.git
Fixfor rtm++ bug 54529. Calling window.focus() in Onload handler. r=sspitzer, brendan, a=brendan
This commit is contained in:
Родитель
ddc7a6d3b5
Коммит
220200d467
|
@ -33,6 +33,7 @@ function onLoad(oldProfilePath, newProfilePath) {
|
|||
|
||||
|
||||
dump("start of pref migration\n");
|
||||
window.focus();
|
||||
var prefmigrator = Components.classes['@mozilla.org/profile/migration;1'].createInstance(Components.interfaces.nsIPrefMigration);
|
||||
if (prefmigrator)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче