Closed
Bug 1712825
Opened 4 years ago
Closed 4 years ago
Allow coalescing touchmove in BrowserChild
Categories
(Core :: DOM: Events, task, P3)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
91 Branch
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: sefeng211, Assigned: sefeng211)
References
Details
Attachments
(3 files)
In addition to the IPC layer compression, we should do similar things as mousemove, such that the touchmove events can also coalesce in BrowserChild.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D116624
Updated•4 years ago
|
Attachment #9224768 -
Attachment description: WIP: Bug 1712825 - Refactor CoalescedMouseMoveFlusher into a generic class for input events → Bug 1712825 - Refactor CoalescedMouseMoveFlusher into a generic class for input events r=smaug
Updated•4 years ago
|
Attachment #9224769 -
Attachment description: WIP: Bug 1712825 - Allow coalescing touchmove events in BrowserChild → Bug 1712825 - Allow coalescing touchmove events in BrowserChild r=smaug
| Assignee | ||
Comment 3•4 years ago
|
||
To ensure dom.events.coalesce.touchmove works as expected.
Pushed by sefeng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae733c332c8e
Refactor CoalescedMouseMoveFlusher into a generic class for input events r=smaug
https://hg.mozilla.org/integration/autoland/rev/f69bba33de15
Allow coalescing touchmove events in BrowserChild r=smaug
https://hg.mozilla.org/integration/autoland/rev/36d7947b5569
Add a new test to test the new touchmove coalescing behaviour r=smaug
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ae733c332c8e
https://hg.mozilla.org/mozilla-central/rev/f69bba33de15
https://hg.mozilla.org/mozilla-central/rev/36d7947b5569
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•