[webkit-changes] [WebKit/WebKit] 0465e1: Remove non-standard 'initTouchEvent' from TouchEve...

Ahmad Saleem noreply at github.com
Sun Nov 19 16:04:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0465e17aaa0e8480046c16c135c930383bbe5c3c
      https://github.com/WebKit/WebKit/commit/0465e17aaa0e8480046c16c135c930383bbe5c3c
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-11-19 (Sun, 19 Nov 2023)

  Changed paths:
    M Source/WebCore/dom/TouchEvent.cpp
    M Source/WebCore/dom/TouchEvent.h
    M Source/WebCore/dom/TouchEvent.idl

  Log Message:
  -----------
  Remove non-standard 'initTouchEvent' from TouchEvent Interface

https://bugs.webkit.org/show_bug.cgi?id=265109

Reviewed by Michael Catanzaro.

This patch aligns WebKit with Web-Specification [1] & [2] by removing non-standard "initTouchEvent" interface.

[1] https://w3c.github.io/touch-events/#touchevent-interface
[2] https://github.com/w3c/touch-events/commit/a939fbb51f3eb0fd1c7cf1980ad4ac1640988e74

* Source/WebCore/dom/TouchEvent.cpp:
(TouchEvent::initTouchEvent): Deleted
* Source/WebCore/dom/TouchEvent.h: 'initTouchEvent' deleted
* Source/WebCore/dom/TouchEvent.idl:

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




More information about the webkit-changes mailing list