[webkit-changes] [WebKit/WebKit] ae1e3e: Remove ImageBitmapEnabled from DeprecatedGlobalSet...

Dean Jackson noreply at github.com
Thu Oct 27 14:52:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ae1e3ede5a3eb89670e005bc83aec401b8e19d6f
      https://github.com/WebKit/WebKit/commit/ae1e3ede5a3eb89670e005bc83aec401b8e19d6f
  Author: Dean Jackson <dino at apple.com>
  Date:   2022-10-27 (Thu, 27 Oct 2022)

  Changed paths:
    M Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
    M Source/WebCore/html/ImageBitmap.idl
    M Source/WebCore/html/canvas/ImageBitmapRenderingContext.idl
    M Source/WebCore/page/DeprecatedGlobalSettings.h
    M Source/WebCore/page/WindowOrWorkerGlobalScope.idl
    M Source/WebKit/WebProcess/Inspector/WebInspectorUI.cpp

  Log Message:
  -----------
  Remove ImageBitmapEnabled from DeprecatedGlobalSettings
https://bugs.webkit.org/show_bug.cgi?id=247099
rdar://101610138

Reviewed by Sam Weinig.

Remove ImageBitmapEnabled from DeprecatedGlobalSettings and WebPreferences.
We enable this by default everywhere and don't have any need
to disable it.

Another gift for Sam Weinig.

* Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml:
* Source/WebCore/html/ImageBitmap.idl:
* Source/WebCore/html/canvas/ImageBitmapRenderingContext.idl:
* Source/WebCore/page/DeprecatedGlobalSettings.h:
(WebCore::DeprecatedGlobalSettings::setImageBitmapEnabled): Deleted.
(WebCore::DeprecatedGlobalSettings::imageBitmapEnabled): Deleted.
* Source/WebCore/page/WindowOrWorkerGlobalScope.idl:
* Source/WebKit/WebProcess/Inspector/WebInspectorUI.cpp:
(WebKit::WebInspectorUI::enableFrontendFeatures):

Canonical link: https://commits.webkit.org/256077@main




More information about the webkit-changes mailing list