Bug 222083 - [macOS] Remove unused IPC shared memory reads in WebContent process
Summary: [macOS] Remove unused IPC shared memory reads in WebContent process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-17 17:34 PST by Brent Fulgham
Modified: 2021-02-18 13:02 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2021-02-17 17:37 PST, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2021-02-17 17:34:27 PST
A set of ipc-posix-shm-read-data rules were added long ago to support cookied communications, but we do not interact with this process in the WebContent process and should have no need for them.

Telemetry has not uncovered any uses, so let's start blocking and confirm.
Comment 1 Brent Fulgham 2021-02-17 17:34:55 PST
<rdar://problem/73509623>
Comment 2 Brent Fulgham 2021-02-17 17:37:06 PST
Created attachment 420765 [details]
Patch
Comment 3 Per Arne Vollan 2021-02-17 18:19:25 PST
Comment on attachment 420765 [details]
Patch

Great! R=me.
Comment 4 EWS 2021-02-18 13:02:45 PST
Committed r273099: <https://commits.webkit.org/r273099>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 420765 [details].