Get rid of the prefs for bug 1496288 from automated tests
Categories
(Core :: DOM: Events, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(4 files)
dom.keyboardevent.keypress.set_keycode_and_charcode_to_same_valuedom.keyboardevent.dispatch_during_compositiondom.keyboardevent.keypress.dispatch_non_printable_keys_only_system_group_in_contentdom.window.event.enabled
Those prefs will be never reverted by default in the release channel. So, we can drop them from automated tests unless the test checks the non-default behavior.
| Assignee | ||
Comment 1•4 years ago
|
||
Its default value is true and it will never be reverted in release builds
by default. Therefore, we can get rid of it from the tests unless testing
non-default behavior.
| Assignee | ||
Comment 2•4 years ago
|
||
It's default value is true. dom.keyboardevent.dispatch_during_composition
will never be reverted by default in release builds. So, we can drop it from
the tests unless testing the non-default behavior.
Depends on D119849
| Assignee | ||
Comment 3•4 years ago
|
||
It's default value is true.
dom.keyboardevent.keypress.set_keycode_and_charcode_to_same_value will neve
be reverted in release builds by default. Therefore, we can get rid of it
from the tests unless testing non-default behavior.
Depends on D119850
| Assignee | ||
Comment 4•4 years ago
|
||
Its default value is true. dom.window.event.enabled will never be reverted
by default in release builds. So, we can drop it from our tests.
Depends on D119851
Comment 6•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3c0887f28d54
https://hg.mozilla.org/mozilla-central/rev/8e363910a39b
https://hg.mozilla.org/mozilla-central/rev/822d58965343
https://hg.mozilla.org/mozilla-central/rev/48daefb4914f
Description
•