Closed
Bug 1504560
Opened 6 years ago
Closed 6 years ago
move the the comm-central customelements.js to mail/
Categories
(Thunderbird :: General, task)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 65.0
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
Attachments
(1 file)
2.33 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
The comm-central customelements.js file is really not a shared file in practice.
* mailWidgets.js: widgets that are different in seamonkey
* statuspanel.js: mostly mail/ and calendar specific. seamonkey could port
* generalBindings.js, same thing
* foldersummary.js - wouldn't work in seamonkey due to missing globals like gFolderTreeView - I assume this never worked there.
The pattern seems to be while some thinks might work (after a bunch of porting efforts), that pretending these files are shared makes less sense.
So, I think we should just move it to mail/.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Attachment #9024664 -
Flags: review?(jorgk)
Comment 2•6 years ago
|
||
Attachment #9024664 -
Flags: review?(jorgk) → review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/d7bd220d2486
move the the comm-central customElements.js to mail/. r=jorgk
Updated•6 years ago
|
Target Milestone: --- → Thunderbird 65.0
Updated•5 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•