[webkit-changes] [WebKit/WebKit] 1c7e2e: Move oncopy/oncut/onpaste to GlobalEventHandlers

Tetsuharu Ohzeki noreply at github.com
Tue Jan 3 10:35:49 PST 2023


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

  Changed paths:
    M LayoutTests/fast/dom/event-attribute-availability-expected.txt
    M LayoutTests/fast/dom/event-handler-attributes-expected.txt
    M LayoutTests/fast/dom/event-handler-attributes.html
    M LayoutTests/imported/w3c/web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-body-window-expected.txt
    M Source/WebCore/dom/DocumentAndElementEventHandlers.idl
    M Source/WebCore/dom/GlobalEventHandlers.idl

  Log Message:
  -----------
  Move oncopy/oncut/onpaste to GlobalEventHandlers
https://bugs.webkit.org/show_bug.cgi?id=249702

Reviewed by Tim Nguyen.

This follows the spec change.

* LayoutTests/fast/dom/event-attribute-availability-expected.txt:
* LayoutTests/fast/dom/event-handler-attributes-expected.txt:
* LayoutTests/fast/dom/event-handler-attributes.html:
* LayoutTests/imported/w3c/web-platform-tests/html/webappapis/scripting/events/event-handler-attributes-body-window-expected.txt:
* Source/WebCore/dom/DocumentAndElementEventHandlers.idl:
  The spec removed this interface but we need to keep it because we have some non-standard event handlers.
* Source/WebCore/dom/GlobalEventHandlers.idl:

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




More information about the webkit-changes mailing list