Thunderbird CE <richlistitem> related fixes
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
People
(Reporter: mkmelin, Assigned: khushil324)
References
Details
Attachments
(1 file, 1 obsolete file)
|
63.58 KB,
patch
|
Details | Diff | Splinter Review |
Fix up some more <richlistitems> to be customized built-ins and properly named. Naming for consistency, and being a <richlistitem> for accessibility and other reasons. richlistbox doesn't like the list items to be anything but richlistitems.
https://searchfox.org/comm-central/search?q=extends+MozElements.MozRichlistitem&
case=false®exp=false&path=
- rename agenda-header-richlist-item -> agenda-header-richlistitem
- rename agenda-allday-richlist-item -> agenda-allday-richlistitem
- renane agenda-richlist-item -> agenda-richlistitem
https://searchfox.org/comm-central/rev/266e9cc242cd0de076e85eb4aa0b8392fcb2ca01/chat/content/chat-account-richlistitem.js#40 - make sure to set the "is" attribute
https://searchfox.org/comm-central/rev/266e9cc242cd0de076e85eb4aa0b8392fcb2ca01/calendar/base/content/dialogs/calendar-invitations-dialog.js#39 - add the class instead of doing it here: https://searchfox.org/comm-central/rev/266e9cc242cd0de076e85eb4aa0b8392fcb2ca01/calendar/base/content/dialogs/calendar-invitations-dialog.js#235
-
rename activity-base - this is just a base class which we shouldn't put into customElements. so drop this: https://searchfox.org/comm-central/rev/266e9cc242cd0de076e85eb4aa0b8392fcb2ca01/mail/components/activity/content/activity-widgets.js#108-110
-
rename activity-event -> activity-event-richlistitem. This should also be a customized built-in extendind richlistitem, not a standalone CE
-
same thing for activity-process and activity-warning
-
chat-contact, chat-group, chat-imconv - rename these to have a -richlistitem suffix
-
glodacomplete-base-richlistitem: just a base class, doesn't need to be put into customelements. https://searchfox.org/comm-central/rev/266e9cc242cd0de076e85eb4aa0b8392fcb2ca01/mailnews/db/gloda/content/autocomplete-richlistitem.js#212-216
gloda-contact-chunk, gloda-fulltext-all, gloda-fulltext-single, gloda-multi, gloda-single-identity, gloda-single-tag: all need -richlistitem suffix to name (and class renaming accordingly). Also making them customized built-ins instead.
You may want to see if there are more in there, these are the ones I found from a first look.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
| Reporter | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
I will update it and send for the try-run.
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/da6dd715f7cb
Thunderbird CE <richlistitem> related fixes. r=mkmelin
Updated•6 years ago
|
Comment 6•6 years ago
|
||
| Assignee | ||
Comment 7•6 years ago
|
||
Submitting a patch for that in while.
Comment 8•6 years ago
|
||
Already fixed, see bug 1591553.
| Assignee | ||
Comment 9•6 years ago
|
||
Thanks for the fix :)
Description
•