Flatten directory structure in cZ
Categories
(SeaMonkey :: Chat, task)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.21)
Attachments
(1 file)
|
46.77 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
|
Details | Diff | Splinter Review |
At the moment cZ has a structure of js/lib/, xul/content/, xul/lib/ and xul/skin/ which is unnecessarily deep. It could be moved to content/, lib/ and skin/. Also about and install-plugin don't need to be in sub-directories of content/
js/lib/ and xul/lib/ would move to lib/, xul/content/ to content/ and xul/skin/ to skin/
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.21pre
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: none
Updated•7 months ago
|
Comment 2•7 months ago
|
||
Comment on attachment 9474535 [details] [diff] [review]
1956375-irc-flatten-25321.patch
LGTM r/a+
Hint: I usually do mass renames in 2 patches. Firts the rename and second any changes to the target files. Makes hg life easier if something changes and also for the final checkin. Mercurial usually deletes the source and only adds a reject file if it can't do the rename.
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/cba892952fa2
Flatten structure in cZ. r=frg DONTBUILD
Comment 4•2 months ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/a771291e69236ffe42c1f1e11f72a79121f10de0
Flatten structure in cZ. r=frg a=frg
Description
•