Skip to content

Commit f41c983

Browse files
committed
Enable ImageCapture by default
https://bugs.webkit.org/show_bug.cgi?id=280550 rdar://136860809 Reviewed by Youenn Fablet. Change the `ImageCaptureEnabled` setting's status to stable and enable it by default for Cocoa platforms. * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: Canonical link: https://commits.webkit.org/284447@main
1 parent 8c7f2f5 commit f41c983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3400,17 +3400,17 @@ ImageAnimationControlEnabled:
34003400

34013401
ImageCaptureEnabled:
34023402
type: bool
3403-
status: testable
3403+
status: stable
34043404
category: media
34053405
humanReadableName: "Image Capture API"
34063406
humanReadableDescription: "Enable Image Capture API"
34073407
condition: ENABLE(MEDIA_STREAM)
34083408
defaultValue:
3409-
WebKitLegacy:
3410-
default: false
34113409
WebKit:
3410+
"PLATFORM(COCOA)": true
34123411
default: false
34133412
WebCore:
3413+
"PLATFORM(COCOA)": true
34143414
default: false
34153415

34163416
ImageControlsEnabled:

0 commit comments

Comments
 (0)