Closed
Bug 1467799
Opened 7 years ago
Closed 7 years ago
Make all TextEditor::GetDocumentIsEmpty() callers use TextEditor::DocumentIsEmpty()
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(2 files)
TextEditor::GetDocumentIsEmpty() is an nsIEditor attribute. So, all callers in C++ code should use TextEditor::DocumentIsEmpty() instead.
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8992932 [details]
Bug 1467799 - part 1: Remove implementation of EditorBase::GetDocumentIsEmpty() and rename TextEditor::DocumentIsEmpty() to TextEditor::IsEmpty()
https://reviewboard.mozilla.org/r/257772/#review264946
Attachment #8992932 -
Flags: review?(m_kato) → review+
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8992933 [details]
Bug 1467799 - part 2: Stop using nsIEditor::GetDocumentIsEmpty() from C++ code
https://reviewboard.mozilla.org/r/257774/#review264948
Attachment #8992933 -
Flags: review?(m_kato) → review+
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/ee06131120fb
part 1: Remove implementation of EditorBase::GetDocumentIsEmpty() and rename TextEditor::DocumentIsEmpty() to TextEditor::IsEmpty() r=m_kato
https://hg.mozilla.org/integration/autoland/rev/6a0dbf818f7f
part 2: Stop using nsIEditor::GetDocumentIsEmpty() from C++ code r=m_kato
Comment 8•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ee06131120fb
https://hg.mozilla.org/mozilla-central/rev/6a0dbf818f7f
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•7 years ago
|
status-firefox62:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•