Closed
Bug 1733877
Opened 4 years ago
Closed 4 years ago
Get rid of LineBreaker::Prev() in nsXMLContentSerializer::AppendWrapped_NonWhitespaceSequence
Categories
(Core :: DOM: Serializers, task)
Core
DOM: Serializers
Tracking
()
RESOLVED
FIXED
95 Branch
| Tracking | Status | |
|---|---|---|
| firefox95 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1733876 +++
This fixed part of Bug 1733009.
While we are here, we should audit LineBreaker::DeprecatedNext() added in bug 1733872, and change it to LineBreaker::Next().
| Assignee | ||
Comment 1•4 years ago
|
||
dom/base/test/unit/test_xmlserializer.js exercises this part of the
code.
Updated•4 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Pushed by tlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/697c0f97356c
Remove LineBreaker::Prev() in nsXMLContentSerializer. r=jfkthame,m_kato
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•