Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e1740c6b6a3b99ba3c86d3e98664e6ce13ebbeb8
https://github.com/WebKit/WebKit/commit/e1740c6b6a3b99ba3c86d3e98664e6ce13ebbeb8
Author: Brady Eidson <[email protected]>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M Tools/MiniBrowser/mac/BrowserWindowController.h
M Tools/MiniBrowser/mac/BrowserWindowController.m
M Tools/MiniBrowser/mac/MainMenu.xib
M Tools/MiniBrowser/mac/WK1BrowserWindowController.m
M Tools/MiniBrowser/mac/WK2BrowserWindowController.m
Log Message:
-----------
MiniBrowser: Add menu option to clone the current WK2 window, both with and
without site isolation
rdar://165252135
https://bugs.webkit.org/show_bug.cgi?id=302997
Reviewed by Richard Robinson and Megan Gardner.
It's useful for various WebKit development tasks to be able to make a clone of
the existing browser window,
session history included.
For site isolation, it's particular useful to be able to clone the current
non-isolated window as an
isolated window.
And vice versa.
* Tools/MiniBrowser/mac/BrowserWindowController.h:
* Tools/MiniBrowser/mac/BrowserWindowController.m:
(-[BrowserWindowController cloneSiteIsolatedWindow:]):
(-[BrowserWindowController cloneNonIsolatedWindow:]):
* Tools/MiniBrowser/mac/MainMenu.xib:
* Tools/MiniBrowser/mac/WK1BrowserWindowController.m:
(-[WK1BrowserWindowController validateMenuItem:]):
* Tools/MiniBrowser/mac/WK2BrowserWindowController.m:
(-[WK2BrowserWindowController validateMenuItem:]):
(-[WK2BrowserWindowController _cloneWindowSiteIsolated:]):
(-[WK2BrowserWindowController cloneSiteIsolatedWindow:]):
(-[WK2BrowserWindowController cloneNonIsolatedWindow:]):
Canonical link: https://commits.webkit.org/303775@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications