Skip to content

Commit

Permalink
Unreviewed, reverting 274906@main.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=269633

View Transitions is a long way from stable, the current "testable" state is appropriate

Reverted changeset:

"[view-transitions] Enable by default"
https://bugs.webkit.org/show_bug.cgi?id=269632
https://commits.webkit.org/274906@main

Canonical link: https://commits.webkit.org/274907@main
  • Loading branch information
webkit-commit-queue authored and smfr committed Feb 17, 2024
1 parent 7d08296 commit 804c640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7407,16 +7407,16 @@ ViewGestureDebuggingEnabled:
ViewTransitionsEnabled:
type: bool
category: animation
status: stable
status: testable
humanReadableName: "View Transitions"
humanReadableDescription: "Enable the View Transitions API"
defaultValue:
WebKitLegacy:
default: true
default: false
WebKit:
default: true
default: false
WebCore:
default: true
default: false

VisibleDebugOverlayRegions:
type: uint32_t
Expand Down

0 comments on commit 804c640

Please sign in to comment.