Closed
Bug 1487305
Opened 7 years ago
Closed 7 years ago
Make HTMLEditor::IsInLink as static method
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file)
reducing QI and add refs.
Assignee | ||
Comment 1•7 years ago
|
||
Now HTMLEditor::IsInLink returns boolean and nsINode if returning true.
I would like to return Element instead of boolean for reducing refcounting
and QI like HTMLEditRules::IsInListItem.
Comment 2•7 years ago
|
||
Comment on attachment 9005111 [details]
Bug 1487305 - Make HTMLEditor::IsInLink as static method. r?masayuki
Masayuki Nakano [:masayuki] (JST, +0900) has approved the revision.
Attachment #9005111 -
Flags: review+
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/mozilla-inbound/rev/78b5292850ee
Make HTMLEditor::IsInLink as static method. r=masayuki
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•