Changeset 228372 in webkit


Ignore:
Timestamp:
Feb 12, 2018 8:10:17 AM (6 years ago)
Author:
dino@apple.com
Message:

Cherry-pick r228349. rdar://problem/37411410

Location:
branches/safari-605-branch/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-605-branch/Source/WebCore/ChangeLog

    r228363 r228372  
     12018-02-12  Dean Jackson  <dino@apple.com>
     2
     3        Cherry-pick r228349. rdar://problem/37411410
     4
     5    2018-02-09  Dean Jackson  <dino@apple.com>
     6
     7            ImageBitmapRenderingContext should be Runtime guarded
     8            https://bugs.webkit.org/show_bug.cgi?id=182665
     9            <rdar://problem/37411410>
     10
     11            Reviewed by Sam Weinig.
     12
     13            Add a flag to ensure the ImageBitmapRenderingContext interface is only
     14            visible when the runtime feature is enabled.
     15
     16            * bindings/js/WebCoreBuiltinNames.h:
     17            * html/canvas/ImageBitmapRenderingContext.idl:
     18
    1192018-02-09  Jason Marcell  <jmarcell@apple.com>
    220
  • branches/safari-605-branch/Source/WebCore/bindings/js/WebCoreBuiltinNames.h

    r226867 r228372  
    7979    macro(IDBVersionChangeEvent) \
    8080    macro(ImageBitmap) \
     81    macro(ImageBitmapRenderingContext) \
    8182    macro(InputEvent) \
    8283    macro(IntersectionObserver) \
  • branches/safari-605-branch/Source/WebCore/html/canvas/ImageBitmapRenderingContext.idl

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