Closed
Bug 1951038
Opened 1 year ago
Closed 1 year ago
Get rid of the legacy white-space normalizer as soon as possible after shipping the new normalizer
Categories
(Core :: DOM: Editor, task)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The legacy white-space normalizer is mostly implemented in WhiteSpaceVisibilityKeeper, and new white-space normalizer is partially implemented in the extant methods with checking the pref, and most of the other is implemented by the new methods of WhiteSpaceVisiblityKeeper in bug 1940377. The number of lines for it is not a few. Therefore, we should delete them as soon as possible when we ship the new normalizer in bug 1658699.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → masayuki
Status: NEW → ASSIGNED
Pushed by masayuki@d-toybox.com:
https://github.com/mozilla-firefox/firefox/commit/eaa1a2b07ca5
https://hg.mozilla.org/integration/autoland/rev/366245552cae
Get rid of the legacy white-space normalizer of `HTMLEditor` and the pref r=m_kato
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Updated•1 year ago
|
QA Whiteboard: [qa-triage-done-c142/b141]
| Assignee | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•