Skip to content

Commit

Permalink
[Win] Enable ProcessSwapOnCrossSiteNavigationEnabled by default
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=254939

Reviewed by Ross Kirsling.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
Enable ProcessSwapOnCrossSiteNavigationEnabled for all ports except PlayStation port.

Canonical link: https://commits.webkit.org/262562@main
  • Loading branch information
fujii committed Apr 4, 2023
1 parent 3a9451d commit 9d86e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -4991,8 +4991,8 @@ ProcessSwapOnCrossSiteNavigationEnabled:
exposed: [ WebKit ]
defaultValue:
WebKit:
"PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(GTK) || PLATFORM(WPE)": true
default: false
"PLATFORM(PLAYSTATION)": false
default: true

PunchOutWhiteBackgroundsInDarkMode:
type: bool
Expand Down

0 comments on commit 9d86e01

Please sign in to comment.