Remove unneeded code from forked DOMI
Categories
(SeaMonkey :: General, task)
Tracking
(seamonkey2.53+ fixed, seamonkey2.57esr unaffected)
Tracking | Status | |
---|---|---|
seamonkey2.53 | + | fixed |
seamonkey2.57esr | --- | unaffected |
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.8)
Attachments
(1 file)
269.92 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
Now we have forked the DOMI code for SeaMonkey 2.53 we can remove the code that is not needed for SeaMonkey. This includes:
- Unused locales
- Overlays for other applications
- Support for older Gecko code
- Unused files
Tested against 2.53.8pre
![]() |
||
Comment 2•2 years ago
|
||
The patch removes locales we ship in 2.53 like fi and zh-TW. Is this intended?
Patch name has a typo but comment is correct.
(In reply to Frank-Rainer Grahl (:frg) from comment #2)
The patch removes locales we ship in 2.53 like fi and zh-TW. Is this intended?
Patch name has a typo but comment is correct.
If you look at the code starting at:
https://hg.mozilla.org/dom-inspector/file/tip/resources/Makefile.in#l14
You will see that for DOMi we only ship de, el, en-GB, en-US, pl, ru, sk and sv-SE
The locales I am removing are all incomplete to varying levels and not currently exposed to Pontoon to be completed.
We could keep those unshipped locales that we do localise SeaMonkey for just in case we decide to change how DOMi is packaged for the 2.53.x releases so that those missing strings are available on Pontoon.
Yes, bug number is incorrect in the name of the patch, oops.
![]() |
||
Updated•2 years ago
|
![]() |
||
Updated•2 years ago
|
![]() |
||
Comment 4•2 years ago
|
||
Comment on attachment 9212002 [details] [diff] [review]
1701446-domi-tidy-2538.patch
LGTM Would like to change the version to reflect the changes.
r/a+ with the added version change.
![]() |
||
Comment 5•2 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/26cf030b81c79768add25819e99203d2805f9f66
Remove unneeded code from forked DOMI. r=frg a=frg
Description
•