Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7b1a9ea70e83ee49ddab02a1d2b1ad1ddbdd425f
      
https://github.com/WebKit/WebKit/commit/7b1a9ea70e83ee49ddab02a1d2b1ad1ddbdd425f
  Author: Zak Ridouh <[email protected]>
  Date:   2026-08-07 (Fri, 07 Aug 2026)

  Changed paths:
    M Source/WebKit/Shared/PlaybackSessionContextIdentifier.h
    M Source/WebKit/Shared/ProcessQualified.serialization.in

  Log Message:
  -----------
  [Site Isolation] Remove dead process-qualified media identifier plumbing
https://bugs.webkit.org/show_bug.cgi?id=321126
rdar://184160039

Reviewed by Charlie Wolfe.

The UI process now pairs a bare WebCore::MediaPlayerClientIdentifier from IPC 
with
the process identity of the sending IPC::Connection, so nothing constructs or 
sends a
process-qualified media identifier anymore. Delete the two pieces of machinery 
that
served only those senders:

- processQualify(), whose last callers were removed when the media manager 
messages
  and the layer-tree / text-recognition messages were converted.
- The WebKit::PlaybackSessionContextIdentifier serialization alias, whose 
generated
  coder is now unused and which needlessly advertised the type to
  IPC.serializedTypeInfo.

WebKit::PlaybackSessionContextIdentifier itself stays. It remains load-bearing 
as
UI-process-internal state — it is how the UI process distinguishes same-numbered
media elements in different processes. The end state is the point: the UI 
process
constructs this type and never receives it.

No change in behaviour; pure dead-code removal.

* Source/WebKit/Shared/PlaybackSessionContextIdentifier.h:
(WebKit::processQualify): Deleted.
* Source/WebKit/Shared/ProcessQualified.serialization.in:

Canonical link: https://commits.webkit.org/318820@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to