Closed
Bug 1483127
Opened 4 years ago
Closed 4 years ago
Make HTMLEditor::SetIsCSSEnabled() defined with NS_IMETHODIMP
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/search?q=HTMLEditor%3A%3ASetIsCSSEnabled&case=false®exp=false&path= HTMLEditor::SetIsCSSEnabled() is an XPCOM method, but it's defined without NS_IMETHODIMP.
Assignee | ||
Comment 1•4 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f254657970c538ce56cbe7a482dc4e64c74835d1
Assignee | ||
Comment 2•4 years ago
|
||
HTMLEditor::SetIsCSSEnabled() is an XPCOM but it's defined with nsresult.
Comment 3•4 years ago
|
||
Comment on attachment 9001459 [details] Bug 1483127 - Use NS_IMETHODIMP at definition of HTMLEditor::SetIsCSSEnabled() Makoto Kato [:m_kato] has approved the revision.
Attachment #9001459 -
Flags: review+
Pushed by masayuki@d-toybox.com: https://hg.mozilla.org/integration/autoland/rev/ef882e3e4b6b Use NS_IMETHODIMP at definition of HTMLEditor::SetIsCSSEnabled() r=m_kato
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ef882e3e4b6b
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•