[webkit-changes] [WebKit/WebKit] 37def5: [popover] Make element.togglePopover() return a bo...

Rob Buis noreply at github.com
Mon Jun 12 04:47:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 37def53892aecff0087377d61c462eea48b3451f
      https://github.com/WebKit/WebKit/commit/37def53892aecff0087377d61c462eea48b3451f
  Author: Rob Buis <rbuis at igalia.com>
  Date:   2023-06-12 (Mon, 12 Jun 2023)

  Changed paths:
    A LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/togglePopover-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/togglePopover.html
    M Source/WebCore/html/HTMLElement.cpp
    M Source/WebCore/html/HTMLElement.h
    M Source/WebCore/html/HTMLElement.idl

  Log Message:
  -----------
  [popover] Make element.togglePopover() return a boolean
https://bugs.webkit.org/show_bug.cgi?id=257769

Reviewed by Tim Nguyen.

Implement togglePopover API change:
https://github.com/whatwg/html/pull/9393

* LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/togglePopover-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/togglePopover.html: Added.
* Source/WebCore/html/HTMLElement.cpp:
(WebCore::HTMLElement::togglePopover):
* Source/WebCore/html/HTMLElement.h:
* Source/WebCore/html/HTMLElement.idl:

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




More information about the webkit-changes mailing list