Skip to content

Commit

Permalink
[UnifiedPDF] Enable UnifiedPDF by default on certain platforms
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=270927
rdar://123062091

Reviewed by Simon Fraser.

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

Canonical link: https://commits.webkit.org/276056@main
  • Loading branch information
aprotyas committed Mar 14, 2024
1 parent a1d782a commit 3dca86d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6971,10 +6971,13 @@ UnifiedPDFEnabled:
condition: ENABLE(UNIFIED_PDF)
defaultValue:
WebKitLegacy:
"ENABLE(UNIFIED_PDF_BY_DEFAULT)": true
default: false
WebKit:
"ENABLE(UNIFIED_PDF_BY_DEFAULT)": true
default: false
WebCore:
"ENABLE(UNIFIED_PDF_BY_DEFAULT)": true
default: false

UnprefixedFullscreenAPIEnabled:
Expand Down

0 comments on commit 3dca86d

Please sign in to comment.