[webkit-changes] [WebKit/WebKit] 70f75c: Rename EventNames.in to EventInterfaces.in

Ryosuke Niwa noreply at github.com
Thu Jan 4 20:11:49 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 70f75cd3b9a58147e70d6a445886f48d25bf1631
      https://github.com/WebKit/WebKit/commit/70f75cd3b9a58147e70d6a445886f48d25bf1631
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-01-04 (Thu, 04 Jan 2024)

  Changed paths:
    M Source/WebCore/CMakeLists.txt
    M Source/WebCore/DerivedSources-input.xcfilelist
    M Source/WebCore/DerivedSources.make
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    A Source/WebCore/dom/EventInterfaces.in
    R Source/WebCore/dom/EventNames.in

  Log Message:
  -----------
  Rename EventNames.in to EventInterfaces.in
https://bugs.webkit.org/show_bug.cgi?id=267110

Reviewed by Tim Nguyen.

Renamed EventNames.in to EventInterfaces.in to distinguish it from EventNames.h,
which is another CPP header file that defines the names of events.

* Source/WebCore/CMakeLists.txt:
* Source/WebCore/DerivedSources-input.xcfilelist:
* Source/WebCore/DerivedSources.make:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/dom/EventInterfaces.in: Renamed from Source/WebCore/dom/EventNames.in.

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




More information about the webkit-changes mailing list