Closed
Bug 1430021
Opened 8 years ago
Closed 8 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•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
| Assignee | ||
Comment 3•8 years ago
|
||
| Assignee | ||
Comment 4•8 years ago
|
||
| Assignee | ||
Comment 5•8 years ago
|
||
| Assignee | ||
Comment 6•8 years ago
|
||
| Assignee | ||
Comment 7•8 years ago
|
||
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8942837 -
Attachment is obsolete: true
Attachment #8942837 -
Flags: review?(m_kato)
Comment 11•8 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•8 years ago
|
||
Oh, part 1 and part 3 are hidden! MozReview's bug?? I'll request reviews again.
| Assignee | ||
Comment 13•8 years ago
|
||
Er, there is no part 3. Only part 1 was hidden.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 16•8 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•8 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•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/149afa9d22d0
https://hg.mozilla.org/mozilla-central/rev/88a6a578cd7b
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•8 years ago
|
| Assignee | ||
Updated•6 years ago
|
Blocks: redesign-editor-scriptable-API
You need to log in
before you can comment on or make changes to this bug.
Description
•