Backed out changeset dec7cb09336e (bug 1369539) for test_uistate.js failures a=backout

MozReview-Commit-ID: 4SBjyEI1v6q
This commit is contained in:
Wes Kocher 2017-07-10 16:51:15 -07:00
parent ff401a20cf
commit f3484aa1b2
3 changed files with 1 additions and 8 deletions

View File

@ -1638,9 +1638,7 @@ var gBrowserInit = {
}
// initialize the sync UI
requestIdleCallback(() => {
gSync.init();
}, {timeout: 1000 * 5});
gSync.init();
if (AppConstants.MOZ_DATA_REPORTING)
gDataNotificationInfoBar.init();

View File

@ -92,8 +92,6 @@ const startupPhases = {
// interacting with the first browser window.
"before handling user events": {blacklist: {
modules: new Set([
"resource://gre/modules/FxAccounts.jsm",
"resource://gre/modules/FxAccountsStorage.jsm",
"resource://gre/modules/LoginManagerContextMenu.jsm",
"resource://gre/modules/Task.jsm",
]),

View File

@ -72,9 +72,6 @@ const UIStateInternal = {
init() {
this._initialized = true;
if (!Services.prefs.prefHasUserValue("services.sync.username")) {
return;
}
// Refresh the state in the background.
this.refreshState().catch(e => {
Cu.reportError(e);