Closed
Bug 1430319
Opened 7 years ago
Closed 7 years ago
Get rid of nsIEditActionListener::Will*()
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla60
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
After fixing bug 1430021, nobody listens to nsIEditActionListener::Will*(). So, we can just remove them simply.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Unfortunately, we cannot remove WillDeleteText, WillDeleteSelection nor DidInsertText because FinderHighlighter.jsm implements them:
https://searchfox.org/mozilla-central/rev/41925c0b6c6d58578690121de439d2a8d3d690f3/toolkit/modules/FinderHighlighter.jsm#1495,1516,1542
Assignee | ||
Comment 4•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8942911 [details]
Bug 1430319 - Get rid of nsIEditActionListener::Will*() which are not used by anybody
https://reviewboard.mozilla.org/r/213174/#review219574
Attachment #8942911 -
Flags: review?(m_kato) → review+
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/837df5c8fac8
Get rid of nsIEditActionListener::Will*() which are not used by anybody r=m_kato
Comment 8•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Assignee | ||
Updated•5 years ago
|
Blocks: redesign-editor-scriptable-API
You need to log in
before you can comment on or make changes to this bug.
Description
•