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_unit
editor.hr_element.allow_to_delete_from_following_line
editor.initialize_element_before_connect
editor.positioning.offset
editor.resizing.preserve_ratio
editor.use_div_for_default_newlines
editor.truncate_user_pastes
Assignee | ||
Comment 1•8 months 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•8 months ago
|
||
Depends on D169758
Assignee | ||
Comment 3•8 months ago
|
||
Depends on D169759
Assignee | ||
Comment 4•8 months ago
|
||
Depends on D169760
Assignee | ||
Comment 5•8 months ago
|
||
Depends on D169761
Assignee | ||
Comment 6•8 months ago
|
||
Depends on D169762
Assignee | ||
Comment 7•8 months ago
|
||
Depends on D169763
Assignee | ||
Comment 8•8 months ago
|
||
Depends on D169764
Pushed by masayuki@d-toybox.com: https://hg.mozilla.org/integration/autoland/rev/3a38ad1a89a1 part 0: Delete unnecessary editor pref telemetry probes r=chutten https://hg.mozilla.org/integration/autoland/rev/292a8be61c08 part 1: Get rid of `editor.css.default_length_unit` pref r=m_kato https://hg.mozilla.org/integration/autoland/rev/b76f7ce17480 part 2: Get rid of `editor.hr_element.allow_to_delete_from_following_line` pref r=m_kato https://hg.mozilla.org/integration/autoland/rev/17cc9b89ab6d part 3: Get rid of `editor.initialize_element_before_connect` pref r=m_kato https://hg.mozilla.org/integration/autoland/rev/b6f13993ed07 part 4: Get rid of `editor.positioning.offset` pref r=m_kato https://hg.mozilla.org/integration/autoland/rev/355849e8d80f part 5: Get rid of `editor.resizing.preserve_ratio` pref r=m_kato https://hg.mozilla.org/integration/autoland/rev/366270298679 part 6: Get rid of `editor.use_div_for_default_newlines` pref r=m_kato
Comment 10•7 months 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
•