Closed Bug 1525497 Opened 5 years ago Closed 5 years ago

Fix laggy event handling in wrench

Categories

(Core :: Graphics: WebRender, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla67
Tracking Status
firefox67 --- fixed

People

(Reporter: gw, Assigned: gw)

Details

Attachments

(1 file)

The current event loop handling in wrench only handles one event per vsync, which means that mouse events can easily back up and cause lag in event handling.

Instead, we should block until one event is received, and then process every pending event in the queue in the next vsync period.

Assignee: nobody → gwatson
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/78fcc6d4c219
Fix laggy event handling in wrench. r=emilio
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: