Bug 180652

Summary: Add a runtime feature flag for ImageBitmap and OffscreenCanvas
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, esprehn+autocc, ews-watchlist, graouts, gyuyoung.kim, kondapallykalyan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch graouts: review+

Description Dean Jackson 2017-12-11 09:47:52 PST
Add a runtime feature flag for ImageBitmap and OffscreenCanvas
Comment 1 Radar WebKit Bug Importer 2017-12-11 09:53:46 PST
<rdar://problem/35969611>
Comment 2 Dean Jackson 2017-12-11 10:01:53 PST
Created attachment 328991 [details]
Patch
Comment 3 Antoine Quint 2017-12-11 10:03:52 PST
Comment on attachment 328991 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=328991&action=review

> Source/WebCore/html/ImageBitmap.idl:29
> +    EnabledAtRuntime=ImageBitmapOffscreenCanvas

Put this at the top to keep sorted alphabetically.

> Source/WebCore/html/OffscreenCanvas.idl:44
> +    EnabledAtRuntime=ImageBitmapOffscreenCanvas

Put this above Exposed to keep it sorted.
Comment 4 Dean Jackson 2017-12-11 10:08:00 PST
Committed r225746: <https://trac.webkit.org/changeset/225746>