Bug 257771 - Add support for sending EventDispatcher::displayDidRefresh on iOS
Summary: Add support for sending EventDispatcher::displayDidRefresh on iOS
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Woodrow
URL:
Keywords: InRadar
Depends on:
Blocks: 232918
  Show dependency treegraph
 
Reported: 2023-06-06 18:51 PDT by Matt Woodrow
Modified: 2023-06-06 18:57 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Woodrow 2023-06-06 18:51:08 PDT
Currently the EventDispatcher::displayDidRefresh IPC message is only sent on macOS.

We should send this on iOS, since we want this information for Workers on all platforms (eventually).
Comment 1 Radar WebKit Bug Importer 2023-06-06 18:52:00 PDT
<rdar://problem/110360241>
Comment 2 Matt Woodrow 2023-06-06 18:57:00 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14719