Bug 262286

Summary: Implement keyboard events for site isolation
Product: WebKit Reporter: Charlie Wolfe <charliew>
Component: WebKit Process ModelAssignee: Charlie Wolfe <charliew>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=264751

Description Charlie Wolfe 2023-09-28 00:42:50 PDT
Currently, key events rely on `FocusController` in the web process to determine which frame should receive a key event. For site isolation, we should reference information on the focused frame stored in the UI process so we can send the key event directly to the web process hosting the focused frame.
Comment 1 Radar WebKit Bug Importer 2023-09-28 00:43:07 PDT
<rdar://problem/116167166>
Comment 2 Charlie Wolfe 2023-09-28 00:49:01 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18333
Comment 3 EWS 2023-09-29 01:31:51 PDT
Committed 268639@main (81ab068d217b): <https://commits.webkit.org/268639@main>

Reviewed commits have been landed. Closing PR #18333 and removing active labels.