author | Emilio Cobos Álvarez <emilio@crisal.io> |
Mon, 26 Oct 2020 11:58:10 +0000 | |
changeset 554564 | 3937c9bc8c502ffa211954c5c6b63ee33792b339 |
parent 554563 | 3f3d77fb0f37976a817d42af29a6b4c7d6194777 |
child 554565 | 721003f093fb7157fed737fc023be8beac130e1b |
push id | 129463 |
push user | ealvarez@mozilla.com |
push date | Mon, 26 Oct 2020 17:20:11 +0000 |
treeherder | autoland@3937c9bc8c50 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | smaug |
bugs | 1673278 |
milestone | 84.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -1657,17 +1657,17 @@ - name: dom.event.default_to_passive_touch_listeners type: bool value: true mirror: always # Whether wheel listeners are passive by default. - name: dom.event.default_to_passive_wheel_listeners type: bool - value: @IS_NIGHTLY_BUILD@ + value: true mirror: always #if defined(XP_MACOSX) # Whether to disable treating ctrl click as right click - name: dom.event.treat_ctrl_click_as_right_click.disabled type: bool value: @IS_NIGHTLY_BUILD@ mirror: always