Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b2191c46ed4ec0b9e323b764dfad172c0057c1e1
      
https://github.com/WebKit/WebKit/commit/b2191c46ed4ec0b9e323b764dfad172c0057c1e1
  Author: Chris Dumez <[email protected]>
  Date:   2026-01-31 (Sat, 31 Jan 2026)

  Changed paths:
    M Source/WebKit/UIProcess/AuxiliaryProcessProxy.h

  Log Message:
  -----------
  Take a process assertion on the destination process when sending a sync IPC 
to it
https://bugs.webkit.org/show_bug.cgi?id=306417
rdar://168622072

Reviewed by Per Arne Vollan.

Take a process assertion on the destination process when sending a sync
IPC to it, similarly to what we already do when calling
`sendWithAsyncReply()`. Similarly as `sendWithAsyncReply()`, we're
expecting a response from the destination process. Also, if the
destination process is suspended, the sender will actually hang.

* Source/WebKit/UIProcess/AuxiliaryProcessProxy.h:
(WebKit::AuxiliaryProcessProxy::sendSync):

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



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

Reply via email to