Closed Bug 1890912 Opened 6 months ago Closed 6 months ago

Fix warning spam in `HTMLEditor::SplitAncestorStyledInlineElementsAtRangeEdges()`

Categories

(Core :: DOM: Editor, defect)

defect

Tracking

()

RESOLVED FIXED
127 Branch
Tracking Status
firefox-esr115 --- unaffected
firefox124 --- wontfix
firefox125 --- wontfix
firefox126 --- wontfix
firefox127 --- fixed

People

(Reporter: masayuki, Assigned: masayuki)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

If you run ./mach wpt testing/web-platform/tests/editing/run/forecolor.html, you'll see a lot of warnings of this. However, it's the expected case. So, the NS_WARN_IF is not required. This is regressed by bug 1845208.

Set release status flags based on info from the regressing bug 1845208

The cause is an expected case. Therefore, using NS_WARN_IF is wrong.

Pushed by masayuki@d-toybox.com: https://hg.mozilla.org/integration/autoland/rev/d25500deb6f0 Fix warning spam in `HTMLEditor::SplitAncestorStyledInlineElementsAtRangeEdges()` r=m_kato
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: