Skip to content

Commit

Permalink
Correct status of 'LiveRangeSelectionEnabled' from 'testable' to 'sta…
Browse files Browse the repository at this point in the history
…ble'

https://bugs.webkit.org/show_bug.cgi?id=255306
<rdar://problem/107903680>

Reviewed by Ryosuke Niwa.

The LiveRangeSelectionEnabled feature is on by default on all targets, but is marked
with a status of 'testable'. We should display this as 'stable' as it is complete and
expected to be on in all deployments.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

Canonical link: https://commits.webkit.org/262851@main
  • Loading branch information
brentfulgham authored and Brent Fulgham committed Apr 12, 2023
1 parent bce2395 commit 72e8df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Expand Up @@ -3685,7 +3685,7 @@ LinkSanitizerEnabled:

LiveRangeSelectionEnabled:
type: bool
status: testable
status: stable
category: dom
humanReadableName: "Live Ranges in Selection"
humanReadableDescription: "Live range behavior for ranges in the Selection object"
Expand Down

0 comments on commit 72e8df6

Please sign in to comment.