Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 17afe2b0d011864b2a6333836f06adab43d06e66
      
https://github.com/WebKit/WebKit/commit/17afe2b0d011864b2a6333836f06adab43d06e66
  Author: Jean-Yves Avenard <[email protected]>
  Date:   2025-11-25 (Tue, 25 Nov 2025)

  Changed paths:
    M LayoutTests/platform/mac-wk2/TestExpectations
    M Source/WebKit/GPUProcess/GPUConnectionToWebProcess.cpp
    M Source/WebKit/GPUProcess/media/RemoteMediaPlayerManagerProxy.cpp
    M Source/WebKit/GPUProcess/media/RemoteMediaPlayerManagerProxy.h
    M Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxy.cpp
    M Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxy.h
    M Source/WebKit/GPUProcess/media/RemoteMediaSourceProxy.cpp
    M Source/WebKit/GPUProcess/media/RemoteMediaSourceProxy.h
    M Source/WebKit/GPUProcess/media/RemoteSourceBufferProxy.cpp
    M Source/WebKit/GPUProcess/media/RemoteSourceBufferProxy.h

  Log Message:
  -----------
  StabilityTracer: com.apple.WebKit.GPU.Development at com.apple.WebKit:  
IPC::MessageReceiver::~MessageReceiver
https://bugs.webkit.org/show_bug.cgi?id=303040
rdar://148660972

Reviewed by Youenn Fablet.

If the web content process got terminated before the RemoteSourceBufferProxy's
destruction, we would get an assertion as `disconnect()` would have been
a no-op and it didn't remove itself from the connection's messageReceiverMap.

We now invalidate all RemoteMediaSource and their RemoteSourceBufferProxy when 
the connection
to the content process is terminated.

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



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

Reply via email to