Open
Bug 1240539
Opened 9 years ago
Updated 2 years ago
Populate WidgetEvent's timeStamp with data from NSEvent.timeStamp
Categories
(Core :: Widget: Cocoa, defect, P3)
Core
Widget: Cocoa
Tracking
()
NEW
People
(Reporter: chutten, Unassigned)
Details
(Whiteboard: tpi:+)
To assist with measurement efforts like bug 1235908, we should populate generated WidgetEvents with the event creation timeStamp provided by the underlying system (in cocoa's case, NSEvent's timeStamp).
See widget/gtk/nsWindow::GetEventTimeStamp and widget/windows/nsWindow::InitEvent for how this has been done for Linux, Windows.
Comment 1•8 years ago
|
||
Is there an active need for this or is this just, we'd like to have it at some point?
Flags: needinfo?(chutten)
Priority: -- → P3
Whiteboard: tpi:+
Reporter | ||
Comment 2•8 years ago
|
||
This is "We currently do not get data from Mac users for the measure INPUT_EVENT_RESPONSE_MS and cannot until this is fixed". So, I guess it depends on how much we value data from Mac users?
From my POV, Mac users are such a small proportion of our user base, it doesn't need to be rushed. talos' tp5o_responsiveness covers platform-specific regressions in ui event handling decently well (for parent processes).
Flags: needinfo?(chutten)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•