Closed
Bug 1446627
Opened 7 years ago
Closed 7 years ago
Remove the overlays of am-identity-edit.xul and insert it's content directly or through includes
Categories
(MailNews Core :: Account Manager, enhancement)
MailNews Core
Account Manager
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 61.0
People
(Reporter: Paenglab, Assigned: Paenglab)
References
Details
Attachments
(1 file)
41.50 KB,
patch
|
aceman
:
review+
|
Details | Diff | Splinter Review |
The am-identity-edit.xul has overlays we can remove through inlining and preprocessing.
Assignee | ||
Comment 1•7 years ago
|
||
The am-identity-edit.xul isn't the only which used this overlays, so I alsotreated the same to the other files.
Assignee: nobody → richard.marti
Status: NEW → ASSIGNED
Attachment #8959790 -
Flags: review?(acelists)
Comment on attachment 8959790 [details] [diff] [review]
am-identity-edit.patch
Review of attachment 8959790 [details] [diff] [review]:
-----------------------------------------------------------------
Great, more files get pre-processing that didn't have it before. That slows down development :(
Thanks for the patch.
::: mailnews/base/prefs/content/am-identity-edit.xul
@@ +61,5 @@
> <tabs id="identitySettings">
> <tab label="&settingsTab.label;"/>
> <tab label="&copiesFoldersTab.label;"/>
> <tab label="&addressingTab.label;"/>
> + <tab label="&securityTab.label;"/>
And we can see the ugliness of the preprocessing instead of xul overlay. Here the label and the scripts above are ripped out of extensions/smime/content/am-smime.inc file and need to be duplicated at all callers. So the features are no longer logically grouped in a single file.
Attachment #8959790 -
Flags: review?(acelists) → review+
Assignee | ||
Comment 3•7 years ago
|
||
Yes, and the size grows because the code is no more in only one file that overlays the other but in every one that was overlayed.
Keywords: checkin-needed
Assignee | ||
Comment 4•7 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/c7f944624807
Remove the overlays of am-identity-edit.xul and insert its content directly or through includes. r=aceman
Updated•7 years ago
|
Target Milestone: --- → Thunderbird 61.0
You need to log in
before you can comment on or make changes to this bug.
Description
•