Closed
Bug 1430021
Opened 7 years ago
Closed 7 years ago
Make HTMLEditRules not derived from nsIEditActionListener
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla60
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
As far as I tested, HTMLEditRules is the first edit action listener. We should call only necessary methods directly.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8942837 -
Attachment is obsolete: true
Attachment #8942837 -
Flags: review?(m_kato)
Comment 11•7 years ago
|
||
mozreview-review |
Comment on attachment 8942838 [details]
Bug 1430021 - part 2: Make HTMLEditRules not derived from nsIEditActionListener
https://reviewboard.mozilla.org/r/213056/#review219578
Attachment #8942838 -
Flags: review?(m_kato) → review+
Assignee | ||
Comment 12•7 years ago
|
||
Oh, part 1 and part 3 are hidden! MozReview's bug?? I'll request reviews again.
Assignee | ||
Comment 13•7 years ago
|
||
Er, there is no part 3. Only part 1 was hidden.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 16•7 years ago
|
||
mozreview-review |
Comment on attachment 8943545 [details]
Bug 1430021 - part 1: Move |RefPtr<TextEditRules> mRules| from TextEditor to EditorBase
https://reviewboard.mozilla.org/r/213892/#review219906
Attachment #8943545 -
Flags: review?(m_kato) → review+
Comment 17•7 years ago
|
||
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/149afa9d22d0
part 1: Move |RefPtr<TextEditRules> mRules| from TextEditor to EditorBase r=m_kato
https://hg.mozilla.org/integration/autoland/rev/88a6a578cd7b
part 2: Make HTMLEditRules not derived from nsIEditActionListener r=m_kato
Comment 18•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/149afa9d22d0
https://hg.mozilla.org/mozilla-central/rev/88a6a578cd7b
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
•