Open
Bug 1489111
Opened 6 years ago
Updated 2 years ago
Avoid building nsIEditorMailSupport with Firefox
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: hsivonen, Unassigned)
References
Details
nsIEditorMailSupport seems to be for Thunderbird and not Firefox and yet lives in m-c. I seems it might be too hard to disentangle the functionality from libeditor and move to c-c, but if it is too hard to move it to c-c, we should explore #ifdefing it out of Firefox builds.
Comment 1•6 years ago
|
||
I don't think doing this will allow us to remove any XPCOM registrations right? So it's not related to bug 1477576...
Comment 2•6 years ago
|
||
Some methods such as pasteAsQuotation(in long aSelectionType) still uses on Firefox. But we should move some methods to nsIEditor (or EditorBase) if it is used in Firefox.
Updated•6 years ago
|
Priority: -- → P3
Comment 3•6 years ago
|
||
Since I investigate comm-central, it may only use rewrap method from JS code. If cmd_rewrap is moved to gecko (and bug 1489939 is landed), it is easy to remove this interface.
Reporter | ||
Comment 4•6 years ago
|
||
(In reply to :Ehsan Akhgari from comment #1)
> I don't think doing this will allow us to remove any XPCOM registrations
> right? So it's not related to bug 1477576...
Sorry.
No longer blocks: 1477576
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•