Bug 254753 - Clean up IOSurfaceSPI
Summary: Clean up IOSurfaceSPI
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryan Reno
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-30 10:28 PDT by Ryan Reno
Modified: 2023-03-30 13:26 PDT (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 Ryan Reno 2023-03-30 10:28:05 PDT
IOSurfaceSPI.h contains a number of definitions which are public API on supported versions of Apple platforms which could be removed.
Comment 1 Radar WebKit Bug Importer 2023-03-30 10:31:15 PDT
<rdar://problem/107427508>
Comment 2 Ryan Reno 2023-03-30 10:33:22 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12183
Comment 3 Ryan Reno 2023-03-30 13:26:32 PDT
This built fine on Ventura debug but Monterey and iOS16 bots hated it. I guess we're not ready yet to do the simple delete code approach I took. I'll come back to this another time.