Bug 1502556 - Conditionally add browser.xul instead of browser.xhtml to browser_all_files_referenced.js;r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D9980

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brian Grinstead 2018-10-28 23:00:58 +00:00
Родитель 3ae40f5ada
Коммит f5b668665e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -170,7 +170,8 @@ var whitelist = [
{file: "chrome://global/content/bindings/toolbar.xml", {file: "chrome://global/content/bindings/toolbar.xml",
platforms: ["macosx", "win"]}, platforms: ["macosx", "win"]},
// Bug 1483277 (temporarily unreferenced) // Bug 1483277 (temporarily unreferenced)
{file: "chrome://browser/content/browser.xhtml"}, {file: AppConstants.BROWSER_CHROME_URL == "chrome://browser/content/browser.xul" ?
"chrome://browser/content/browser.xhtml" : "chrome://browser/content/browser.xul" },
// Bug 1494170 // Bug 1494170
// (The references to these files are dynamically generated, so the test can't // (The references to these files are dynamically generated, so the test can't
// find the references) // find the references)