Bug 1386785 - Part 2. Uplift Bug 1386265 - Exclude tippy top images directory from browser_all_files_referenced.js. r=ursula draft
authorEd Lee <edilee@mozilla.com>
Mon, 31 Jul 2017 22:46:53 -0700
changeset 619912 1bc93b623bdccdf3a6a80346f348fb5150b1991b
parent 619911 875cb6116002bfe92427e9ee33f91c96362abe02
child 619913 1a45bbdd7f32cbbc87c9ff84b459677de3e705ea
push id71861
push userbmo:edilee@mozilla.com
push dateWed, 02 Aug 2017 20:06:54 +0000
reviewersursula
bugs1386785, 1386265
milestone56.0
Bug 1386785 - Part 2. Uplift Bug 1386265 - Exclude tippy top images directory from browser_all_files_referenced.js. r=ursula MozReview-Commit-ID: 2zFTJ25vhTz
browser/base/content/test/static/browser_all_files_referenced.js
--- a/browser/base/content/test/static/browser_all_files_referenced.js
+++ b/browser/base/content/test/static/browser_all_files_referenced.js
@@ -18,16 +18,19 @@ var gExceptionPaths = [
   "resource://app/defaults/preferences/",
   "resource://gre/modules/commonjs/",
   "resource://gre/defaults/pref/",
   "resource://shield-recipe-client/node_modules/jexl/lib/",
 
   // https://github.com/mozilla/normandy/issues/577
   "resource://shield-recipe-client/test/",
 
+  // https://github.com/mozilla/activity-stream/issues/3053
+  "resource://activity-stream/data/content/tippytop/images/",
+
   // browser/extensions/pdfjs/content/build/pdf.js#1999
   "resource://pdf.js/web/images/",
 ];
 
 // These are not part of the omni.ja file, so we find them only when running
 // the test on a non-packaged build.
 if (AppConstants.platform == "macosx")
   gExceptionPaths.push("resource://gre/res/cursors/");