Closed
Bug 1484111
Opened 6 years ago
Closed 6 years ago
Split HTMLEditor::InsertTableCell() for internal use
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
nsITableEditor::InsertTableCell() is an XPCOM method but used internally. So,
HTMLEditor should implement it with a non-virtual method and all internal users
should use it instead.
Comment 4•6 years ago
|
||
Comment on attachment 9010266 [details]
Bug 1484111 - part 0: Add automated tests for nsITableEditor.insertTableCell.html
Makoto Kato [:m_kato] has approved the revision.
Attachment #9010266 -
Flags: review+
Comment 5•6 years ago
|
||
Comment on attachment 9010269 [details]
Bug 1484111 - part 1: Create HTMLEditor::InsertTableCellsWithTransaction() for internal use of nsITableEditor::InsertTableCell()
Makoto Kato [:m_kato] has approved the revision.
Attachment #9010269 -
Flags: review+
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/d10273c0ead3
part 0: Add automated tests for nsITableEditor.insertTableCell.html r=m_kato
https://hg.mozilla.org/integration/autoland/rev/7fb27b858fda
part 1: Create HTMLEditor::InsertTableCellsWithTransaction() for internal use of nsITableEditor::InsertTableCell() r=m_kato
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d10273c0ead3
https://hg.mozilla.org/mozilla-central/rev/7fb27b858fda
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
status-firefox63:
affected → ---
Assignee | ||
Updated•6 years ago
|
Blocks: add-scriptable-editor-API-tests
You need to log in
before you can comment on or make changes to this bug.
Description
•