Bug 1371335. Part 3 - Add TabListener.jsm to browser_startup tests. r=gijs draft
authorMike Taylor <miket@mozilla.com>
Wed, 28 Jun 2017 09:58:51 -0700
changeset 607101 a9de7e20f2b5c299e1eb6ff6c7582d388c626e76
parent 607100 502503751817302a931bb9ce27a6942f49637aba
child 607102 201d29e3518eac5b2a388bd3444e8a3dbd39d64a
push id67891
push userbmo:miket@mozilla.com
push dateTue, 11 Jul 2017 21:04:35 +0000
reviewersgijs
bugs1371335
milestone56.0a1
Bug 1371335. Part 3 - Add TabListener.jsm to browser_startup tests. r=gijs MozReview-Commit-ID: K9mLOe0M2cC
browser/base/content/test/performance/browser_startup.js
--- a/browser/base/content/test/performance/browser_startup.js
+++ b/browser/base/content/test/performance/browser_startup.js
@@ -63,16 +63,17 @@ const startupPhases = {
     components: new Set([
       "PageIconProtocolHandler.js",
       "PlacesCategoriesStarter.js",
       "UnifiedComplete.js",
       "nsPlacesExpiration.js",
       "nsSearchService.js",
     ]),
     modules: new Set([
+      "chrome://webcompat-reporter/content/TabListener.jsm",
       "resource:///modules/AboutNewTab.jsm",
       "resource:///modules/DirectoryLinksProvider.jsm",
       "resource://gre/modules/BookmarkHTMLUtils.jsm",
       "resource://gre/modules/Bookmarks.jsm",
       "resource://gre/modules/ContextualIdentityService.jsm",
       "resource://gre/modules/NewTabUtils.jsm",
       "resource://gre/modules/PageThumbs.jsm",
       "resource://gre/modules/PlacesSyncUtils.jsm",