Remove the pref to disable "Chrome fling physics" on Android
Categories
(Core :: Panning and Zooming, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: botond, Assigned: botond)
Details
Attachments
(2 files)
In bug 1448439 and related bugs, we overhauled the fling physics used on Android to be more like the fling physics used by Chrome. We added the pref apz.android.chrome_fling_physics.enabled
to control getting the new physics (true
) vs. the old one (false
).
The pref's default value has been true
for over two years now, and the old physics implementation has basically been un-maintained.
In this bug, I would like to remove the old fling physics code and remove the pref.
Assignee | ||
Comment 1•5 years ago
|
||
This was an old alternative fling implementation that could be opted
into with the pref apz.android.chrome_fling_physics.enabled=fase.
The pref is also removed.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D96508
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/43fdfa706801
https://hg.mozilla.org/mozilla-central/rev/472359b33d37
Description
•