rename remaining .xul files in suite to SeaMonkey
Categories
(SeaMonkey :: General, task)
Tracking
(seamonkey2.57esr unaffected)
Tracking | Status | |
---|---|---|
seamonkey2.57esr | --- | unaffected |
People
(Reporter: frg, Assigned: frg)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
657 bytes,
text/plain
|
Details | |
45.18 KB,
patch
|
Details | Diff | Splinter Review | |
313.77 KB,
patch
|
Details | Diff | Splinter Review |
We need to rename our xul files to xhtml for a future comm-central build. Given the fact that we are currently still working to port previous fixes to 2.53 and 2.57 we will do this later so that we do not need to rebase patches constantly.
+++ This bug was initially created as a clone of Bug #1606015 +++
+++ This bug was initially created as a clone of Bug #1605845 +++
Once bug 1579952 lands, none of our .xul files are going to work any more. I've done a mechanical replacement as a bustage fix that appears to work.
Here's what I did:
- Rename all
.xul
files to.xhtml
- Replaced everything matching
/\.xul\b/
with.xhtml
, except if it is part ofthere.is.only.xul
- Replaced everything matching
chrome://messenger/content/
withchrome://messenger/content/messenger.xhtml
- Tidied up manually
- Disabled the linter on .xhtml files for now. There's not much to fix but I've got better things to do right now.
So far the Try run looks good: https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&group_state=expanded&revision=da85b26e3abcf181c65084aaa320ed68a4dbbce0
![]() |
Assignee | |
Comment 1•3 years ago
|
||
script to do the renamings
![]() |
Assignee | |
Comment 3•3 years ago
|
||
Part 2 Fix references in suite code
Description
•