Add blocklist to not use `deltaMode` attribute to `DOM_DELTA_MODE_PIXEL`
Categories
(Core :: DOM: Events, enhancement, P3)
Tracking
()
People
(Reporter: masayuki, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Per domain? I have no concrete idea yet.
| Assignee | ||
Comment 1•5 years ago
|
||
Do you have an example of how to best go about this? We've done similar things for window.event and such right?
| Reporter | ||
Comment 2•5 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #1)
Do you have an example of how to best go about this? We've done similar things for window.event and such right?
Right. I'm thinking about it's like: https://searchfox.org/mozilla-central/rev/44695ef057e422a8d6c6056972bdf32766c36187/layout/base/PresShell.cpp#8649-8653
But wheel event is fired too many times so, PresShell should store it, and set something a flag in WidgetWheelEvent.
| Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D107455
| Assignee | ||
Comment 5•5 years ago
|
||
Depends on D107456
| Assignee | ||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Backed out for causing failures on test_ext_webRequest_filterResponseData.js.
Backout link: https://hg.mozilla.org/integration/autoland/rev/e682f4655ac9267ee397f4f6bcda4be3c5696b43
Failure log: https://treeherder.mozilla.org/logviewer?job_id=332471300&repo=autoland&lineNumber=2588
| Assignee | ||
Comment 9•5 years ago
|
||
As per Matrix discussion I don't think this is related to my push.
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Description
•