[webkit-changes] [WebKit/WebKit] 1c2466: Implement LegacyLenientSetter WebIDL attribute

Tetsuharu Ohzeki noreply at github.com
Sun Jan 15 18:09:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1c2466b7b7169d3c4bdf8c7b3deb20173acc3d19
      https://github.com/WebKit/WebKit/commit/1c2466b7b7169d3c4bdf8c7b3deb20173acc3d19
  Author: Tetsuharu Ohzeki <tetsuharu.ohzeki at gmail.com>
  Date:   2023-01-15 (Sun, 15 Jan 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/fullscreen/idlharness.window-expected.txt
    M Source/WebCore/bindings/scripts/CodeGeneratorJS.pm
    M Source/WebCore/bindings/scripts/IDLAttributes.json
    M Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp
    M Source/WebCore/bindings/scripts/test/TestObj.idl

  Log Message:
  -----------
  Implement LegacyLenientSetter WebIDL attribute
https://bugs.webkit.org/show_bug.cgi?id=249989

Reviewed by Chris Dumez and Darin Adler.

This supports https://webidl.spec.whatwg.org/#LegacyLenientSetter

* LayoutTests/imported/w3c/web-platform-tests/fullscreen/idlharness.window-expected.txt:
* Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:
(IsReadonly):
(GenerateAttributeSetterBodyDefinition):
* Source/WebCore/bindings/scripts/IDLAttributes.json:
* Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp:
(WebCore::JSTestObjDOMConstructor::construct):
(WebCore::jsTestObj_legacyLenientSetterTestAttrGetter):
(WebCore::JSC_DEFINE_CUSTOM_GETTER):
(WebCore::setJSTestObj_legacyLenientSetterTestAttrSetter):
(WebCore::JSC_DEFINE_CUSTOM_SETTER):
* Source/WebCore/bindings/scripts/test/TestObj.idl:

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




More information about the webkit-changes mailing list