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 619066 c8bc5dd550d5798cedcd5d9d68c07cbc1cec5d13
parent 619065 ef9a0f01e4f68214f0ff8f4631783b8a0e075a82
child 640284 04def1002641a84062e3359a7a9760d1af2a7058
push id71559
push userbmo:edilee@mozilla.com
push dateTue, 01 Aug 2017 14:18:02 +0000
reviewersursula
bugs1386265
milestone56.0a1
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/");