Skip to content

Commit

Permalink
Enable Scroll To Text Fragment by default.
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=244351

Reviewed by Wenson Hsieh.

Set scroll to text fragment to default to on.
We do not currently implement this in legacy webkit so don't bother
defaulting to on in that case.

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

Canonical link: https://commits.webkit.org/253855@main
  • Loading branch information
megangardner authored and whsieh committed Aug 27, 2022
1 parent a07203f commit 502e7d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1389,9 +1389,9 @@ ScrollToTextFragmentEnabled:
WebKitLegacy:
default: false
WebKit:
default: false
default: true
WebCore:
default: false
default: true

ServerTimingEnabled:
type: bool
Expand Down

0 comments on commit 502e7d1

Please sign in to comment.