[webkit-changes] [WebKit/WebKit] 5b3f94: Remove EnabledConditionallyReadWriteByDeprecatedGl...

Tim Nguyen noreply at github.com
Sun Jan 8 13:05:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5b3f94a64d1ff8495e1d50468119658d60464f20
      https://github.com/WebKit/WebKit/commit/5b3f94a64d1ff8495e1d50468119658d60464f20
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2023-01-08 (Sun, 08 Jan 2023)

  Changed paths:
    M Source/WebCore/bindings/scripts/CodeGeneratorJS.pm
    M Source/WebCore/bindings/scripts/IDLAttributes.json
    M Source/WebCore/bindings/scripts/test/JS/JSTestConditionallyReadWrite.cpp
    M Source/WebCore/bindings/scripts/test/TestConditionallyReadWrite.idl

  Log Message:
  -----------
  Remove EnabledConditionallyReadWriteByDeprecatedGlobalSetting support from IDL files
https://bugs.webkit.org/show_bug.cgi?id=250286
rdar://103996966

Reviewed by Darin Adler.

EnabledConditionallyReadWriteBySetting should be used instead. EnabledConditionallyReadWriteByDeprecatedGlobalSetting doesn't seem to have any more usages.

* Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:
(NeedsRuntimeReadWriteCheck):
(GenerateRuntimeEnableConditionalString):
* Source/WebCore/bindings/scripts/IDLAttributes.json:
* Source/WebCore/bindings/scripts/test/JS/JSTestConditionallyReadWrite.cpp:
(WebCore::JSTestConditionallyReadWriteDOMConstructor::prototypeForStructure):
(WebCore::JSTestConditionallyReadWritePrototype::finishCreation):
(WebCore::JSTestConditionallyReadWrite::finishCreation):
(WebCore::jsTestConditionallyReadWrite_enabledConditionallyReadWriteByDeprecatedGlobalSettingAttributeGetter): Deleted.
(WebCore::setJSTestConditionallyReadWrite_enabledConditionallyReadWriteByDeprecatedGlobalSettingAttributeSetter): Deleted.
(WebCore::jsTestConditionallyReadWrite_enabledConditionallyReadWriteByDeprecatedGlobalSettingAttributeUnforgeableGetter): Deleted.
(WebCore::setJSTestConditionallyReadWrite_enabledConditionallyReadWriteByDeprecatedGlobalSettingAttributeUnforgeableSetter): Deleted.
(WebCore::jsTestConditionallyReadWrite_enabledConditionallyReadWriteByDeprecatedGlobalSettingAttributeUnforgeablePrivateGetter): Deleted.
(WebCore::setJSTestConditionallyReadWrite_enabledConditionallyReadWriteByDeprecatedGlobalSettingAttributeUnforgeablePrivateSetter): Deleted.
(WebCore::jsTestConditionallyReadWrite_enabledConditionallyReadWriteByDeprecatedGlobalSettingAttributePromiseGetter): Deleted.
(WebCore::setJSTestConditionallyReadWrite_enabledConditionallyReadWriteByDeprecatedGlobalSettingAttributePromiseSetter): Deleted.
* Source/WebCore/bindings/scripts/test/TestConditionallyReadWrite.idl:

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




More information about the webkit-changes mailing list