Open
Bug 1786008
Opened 3 years ago
Updated 1 year ago
Drop MozXULElement.entities as unused
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
NEW
People
(Reporter: eemeli, Unassigned)
References
(Blocks 1 open bug)
Details
After the linked bugs are resolved, no users in mozilla-central are left for MozXULElement.entities, which is used internally by get MozXULElement.fragment to include DTD entities when parsing the custom element's markup.
One user in comm-central does remain: https://searchfox.org/comm-central/source/calendar/base/content/widgets/calendar-item-summary.js
Magnus, do you have thoughts on this? This, the linked bugs and bug 1784882 are also the last m-c users of the second argument of MozXULElement.parseXULToFragment(str, entities), which has rather more c-c users:
calendar/base/content/calendar-menus.jscalendar/base/content/calendar-task-tree.jscalendar/base/content/dialogs/calendar-invitations-dialog.jscalendar/base/content/widgets/calendar-alarm-widget.jscalendar/base/content/widgets/calendar-item-summary.jscalendar/base/content/widgets/calendar-minimonth.jschat/content/chat-account-richlistitem.jsmail/base/content/widgets/mailWidgets.jsmail/base/content/widgets/tabmail-tab.jsmail/components/im/content/chat-contact.jsmail/components/im/content/chat-imconv.jsmailnews/search/content/searchWidgets.js
Flags: needinfo?(mkmelin+mozilla)
Comment 1•3 years ago
|
||
I filed bug 1786233 for migrating those to Fluent. It's not a super small project though.
Flags: needinfo?(mkmelin+mozilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•