Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 18b25d9d92b93c3e97fd7941b7d8d60e6ee97bf6
      
https://github.com/WebKit/WebKit/commit/18b25d9d92b93c3e97fd7941b7d8d60e6ee97bf6
  Author: Alex Christensen <[email protected]>
  Date:   2025-06-14 (Sat, 14 Jun 2025)

  Changed paths:
    M Source/WebKit/UIProcess/WebFrameProxy.cpp

  Log Message:
  -----------
  Fix crash in WebFrameProxy::didCreateSubframe with site isolation on
https://bugs.webkit.org/show_bug.cgi?id=294498

Reviewed by Charlie Wolfe.

Site isolation introduces a race condition that has caused several crashes for 
me today.
If a frame navigates from one site to another and when the frame load commits 
in the next
process, the previous process creates a new iframe, we can hit this assertion.  
When this
condition is hit, it is correct to ignore the message from the previous process 
and do nothing.

* Source/WebKit/UIProcess/WebFrameProxy.cpp:
(WebKit::WebFrameProxy::didCreateSubframe):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to