Bug 262286 - Implement keyboard events for site isolation
Summary: Implement keyboard events for site isolation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charlie Wolfe
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-28 00:42 PDT by Charlie Wolfe
Modified: 2023-11-13 15:49 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.