Closed
Bug 1347367
Opened 8 years ago
Closed 8 years ago
Remove FindUserSelectAllNode
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: m_kato, Unassigned)
Details
Attachments
(1 file)
After bug 769967, FindUserSelectAllNode returns nullptr only. But some still calls it (http://searchfox.org/mozilla-central/search?q=FindUserSelectAllNode&case=false®exp=false&path=)
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8847459 [details]
Bug 1347367 - Remove unimplemented FindUserSelectAllNode.
https://reviewboard.mozilla.org/r/120436/#review122430
Hmm, indeed, this does not change any behavior of current editor. However, I'm afraid that this might include a hit to fix non-reported bugs (regressions of bug 769967), though.
Attachment #8847459 -
Flags: review?(masayuki) → review+
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/a84020dbffc0
Remove unimplemented FindUserSelectAllNode. r=masayuki
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•