Open
Bug 1893528
Opened 1 year ago
Updated 4 months ago
[wpt-sync] Sync PR 45915 - Align FirstInputTiming Event Dispatch with EventTiming
Categories
(Core :: DOM: Performance APIs, task, P4)
Core
DOM: Performance APIs
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45915 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45915
Details from upstream follow.
Aoyuan Zuo <zuoaoyuan@chromium.org> wrote:
Align FirstInputTiming Event Dispatch with EventTiming
- Update first input timing dispatch to be first event timing event
dispatch that are of event types for first input timing, instead of it
own logic & buffer.- Expose interactionId to first input keydown events, but this will also
adds a bit delay of dispatching of first input keydown that before.- Fisrt input mousedown will continue have an interactionId of 0 since
event timing has neither exposed interactionId to mousedown events at
the moment.Bug: 40840075
Change-Id: Ia3f821b7d426762b399ea7d398699d94506fa9f5
Reviewed-on: https://chromium-review.googlesource.com/5490148
WPT-Export-Revision: 10a2339e5b078019cd0ce7a6256382ae1cec160f
| Assignee | ||
Updated•1 year ago
|
Component: web-platform-tests → DOM: Performance
Product: Testing → Core
Updated•4 months ago
|
Severity: -- → S3
Priority: P4 → P3
Updated•4 months ago
|
Priority: P3 → P4
You need to log in
before you can comment on or make changes to this bug.
Description
•