From 644efacecfd33cf2e718dabbe72fed11d865a17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Qu=C3=A8ze?= Date: Fri, 23 Jun 2017 11:25:34 +0200 Subject: [PATCH] Bug 1368456 - blacklist Promise.jsm before first paint, r=mconley. --- browser/base/content/test/performance/browser_startup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/test/performance/browser_startup.js b/browser/base/content/test/performance/browser_startup.js index 969062108555..826df4aca45c 100644 --- a/browser/base/content/test/performance/browser_startup.js +++ b/browser/base/content/test/performance/browser_startup.js @@ -40,7 +40,6 @@ const startupPhases = { // Bugs to fix: Probably loaded too early, needs investigation. "resource://gre/modules/AsyncPrefs.jsm", // bug 1369460 "resource://gre/modules/RemotePageManager.jsm", // bug 1369466 - "resource://gre/modules/Promise.jsm" // bug 1368456 ]) }}, @@ -77,6 +76,7 @@ const startupPhases = { "resource://gre/modules/NewTabUtils.jsm", "resource://gre/modules/PageThumbs.jsm", "resource://gre/modules/PlacesSyncUtils.jsm", + "resource://gre/modules/Promise.jsm", "resource://gre/modules/Sqlite.jsm", ]), services: new Set([