Changeset 228349 in webkit


Ignore:
Timestamp:
Feb 9, 2018 5:24:49 PM (6 years ago)
Author:
dino@apple.com
Message:

ImageBitmapRenderingContext should be Runtime guarded
https://bugs.webkit.org/show_bug.cgi?id=182665
<rdar://problem/37411410>

Reviewed by Sam Weinig.

Add a flag to ensure the ImageBitmapRenderingContext interface is only
visible when the runtime feature is enabled.

  • bindings/js/WebCoreBuiltinNames.h:
  • html/canvas/ImageBitmapRenderingContext.idl:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r228347 r228349  
     12018-02-09  Dean Jackson  <dino@apple.com>
     2
     3        ImageBitmapRenderingContext should be Runtime guarded
     4        https://bugs.webkit.org/show_bug.cgi?id=182665
     5        <rdar://problem/37411410>
     6
     7        Reviewed by Sam Weinig.
     8
     9        Add a flag to ensure the ImageBitmapRenderingContext interface is only
     10        visible when the runtime feature is enabled.
     11
     12        * bindings/js/WebCoreBuiltinNames.h:
     13        * html/canvas/ImageBitmapRenderingContext.idl:
     14
    1152018-02-09  Don Olmstead  <don.olmstead@sony.com>
    216
  • trunk/Source/WebCore/bindings/js/WebCoreBuiltinNames.h

    r228333 r228349  
    8383    macro(IDBVersionChangeEvent) \
    8484    macro(ImageBitmap) \
     85    macro(ImageBitmapRenderingContext) \
    8586    macro(InputEvent) \
    8687    macro(IntersectionObserver) \
  • trunk/Source/WebCore/html/canvas/ImageBitmapRenderingContext.idl

    r224255 r228349  
    2525
    2626[
     27    EnabledAtRuntime=ImageBitmapOffscreenCanvas,
    2728    Exposed=Window
    2829] interface ImageBitmapRenderingContext {
Note: See TracChangeset for help on using the changeset viewer.