[webkit-changes] [WebKit/WebKit] 495019: REGRESSION (255929 at main): Some Facebook links cann...

Wenson Hsieh noreply at github.com
Tue Nov 1 22:54:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 495019c115fe790ca753ec0ec70ec5ecc8a7e5ae
      https://github.com/WebKit/WebKit/commit/495019c115fe790ca753ec0ec70ec5ecc8a7e5ae
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

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

  Log Message:
  -----------
  REGRESSION (255929 at main): Some Facebook links cannot be opened in Safari
https://bugs.webkit.org/show_bug.cgi?id=247351
rdar://101818726

Reviewed by Tim Horton and John Wilander.

Guard the new call to `WebFrameProxy::swapToProcess()` (which is currently a no-op) behind the
experimental `SiteIsolationEnabled` feature flag.

* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::continueNavigationInNewProcess):

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




More information about the webkit-changes mailing list