Bug 180652 - Add a runtime feature flag for ImageBitmap and OffscreenCanvas
Summary: Add a runtime feature flag for ImageBitmap and OffscreenCanvas
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-12-11 09:47 PST by Dean Jackson
Modified: 2017-12-11 10:08 PST (History)
7 users (show)

See Also:


Attachments
Patch (10.89 KB, patch)
2017-12-11 10:01 PST, Dean Jackson
graouts: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>