Bug 257948 - Create "NonVisualMode" to avoid visual operations for embedders that don't need it
Summary: Create "NonVisualMode" to avoid visual operations for embedders that don't ne...
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: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-11 23:28 PDT by Myles C. Maxfield
Modified: 2023-06-23 18:14 PDT (History)
4 users (show)

See Also:


Attachments
Example app that uses it (100.63 KB, application/zip)
2023-06-18 16:51 PDT, Myles C. Maxfield
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2023-06-11 23:28:33 PDT
Create "NonVisualMode" to avoid visual operations for embedders that don't need it
Comment 1 Radar WebKit Bug Importer 2023-06-11 23:28:47 PDT
<rdar://problem/110625441>
Comment 2 Myles C. Maxfield 2023-06-11 23:48:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14854
Comment 3 Myles C. Maxfield 2023-06-18 16:51:59 PDT
Created attachment 466749 [details]
Example app that uses it