Get rid of unused editor prefs whose use counters were added in bug 1745895
Categories
(Core :: DOM: Editor, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 2 open bugs)
Details
Attachments
(7 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
All use counters of the following prefs were added in bug 1745895. Finally, we don't get any users in beta/nightly channels. So, we can get rid of them.
editor.css.default_length_uniteditor.hr_element.allow_to_delete_from_following_lineeditor.initialize_element_before_connecteditor.positioning.offseteditor.resizing.preserve_ratioeditor.use_div_for_default_newlineseditor.truncate_user_pastes
| Assignee | ||
Comment 1•3 years ago
|
||
Ah, editor.truncate_user_pastes is a pref of experimental feature. Therefore, we should not delete it. Fortunately, removing it does not make the code so simpler.
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D169758
| Assignee | ||
Comment 3•3 years ago
|
||
Depends on D169759
| Assignee | ||
Comment 4•3 years ago
|
||
Depends on D169760
| Assignee | ||
Comment 5•3 years ago
|
||
Depends on D169761
| Assignee | ||
Comment 6•3 years ago
|
||
Depends on D169762
| Assignee | ||
Comment 7•3 years ago
|
||
Depends on D169763
| Assignee | ||
Comment 8•3 years ago
|
||
Depends on D169764
Comment 10•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3a38ad1a89a1
https://hg.mozilla.org/mozilla-central/rev/292a8be61c08
https://hg.mozilla.org/mozilla-central/rev/b76f7ce17480
https://hg.mozilla.org/mozilla-central/rev/17cc9b89ab6d
https://hg.mozilla.org/mozilla-central/rev/b6f13993ed07
https://hg.mozilla.org/mozilla-central/rev/355849e8d80f
https://hg.mozilla.org/mozilla-central/rev/366270298679
Description
•