Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6789f1ed20e4ebe881730d3f7f269c471a086256
https://github.com/WebKit/WebKit/commit/6789f1ed20e4ebe881730d3f7f269c471a086256
Author: Brady Eidson <[email protected]>
Date: 2025-11-21 (Fri, 21 Nov 2025)
Changed paths:
M Tools/MiniBrowser/mac/AppDelegate.h
M Tools/MiniBrowser/mac/AppDelegate.m
M Tools/MiniBrowser/mac/MainMenu.xib
M Tools/MiniBrowser/mac/WK2BrowserWindowController.m
Log Message:
-----------
MiniBrowser: Add ability to open a new window with Site Isolation enabled,
even if it's otherwise off
rdar://165110001
https://bugs.webkit.org/show_bug.cgi?id=302843
Reviewed by Megan Gardner.
Whether you've enabled or disabled Site Isolation from the command line, or
whether or not you've
toggled the _WKFeature for Site Isolation in Settings->Internal Features, there
will always be
a way to create a new WK2 window with site isolation enabled.
This is invaluable for quickly and easily loading the same web content in two
different windows,
one with site isolation and the other without.
* Tools/MiniBrowser/mac/AppDelegate.h:
* Tools/MiniBrowser/mac/AppDelegate.m:
(-[BrowserAppDelegate defaultConfigurationForcingSiteIsolation:]):
(-[BrowserAppDelegate createBrowserWindowController:]):
(-[BrowserAppDelegate _updateNewWindowKeyEquivalents]):
* Tools/MiniBrowser/mac/MainMenu.xib:
* Tools/MiniBrowser/mac/WK2BrowserWindowController.m:
(-[WK2BrowserWindowController updateTitle:]):
Canonical link: https://commits.webkit.org/303416@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications