Closed
Bug 1502556
Opened 6 years ago
Closed 6 years ago
Conditionally add browser.xul instead of browser.xhtml to browser_all_files_referenced.js
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
When building with MOZ_BROWSER_XHTML, we fail all_files_referenced (for the same reason why we needed to add an exception for browser.xhtml): https://hg.mozilla.org/mozilla-central/rev/6639ad4e8e86#l4.12.
We could change that exception to conditionally ignore browser.xul or browser.xhtml depending on the build configuration, so it will pass in both cases.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by bgrinstead@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb4b57c7a3e2
Conditionally add browser.xul instead of browser.xhtml to browser_all_files_referenced.js;r=Gijs
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•