[webkit-changes] [WebKit/WebKit] a67ff8: Add Local prefix to more DOMWindow* files

Chris Dumez noreply at github.com
Thu Mar 16 09:54:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a67ff8edbcef5ffb47bc9132bcbcd189d01fc771
      https://github.com/WebKit/WebKit/commit/a67ff8edbcef5ffb47bc9132bcbcd189d01fc771
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M Source/WebCore/CMakeLists.txt
    M Source/WebCore/DerivedSources-input.xcfilelist
    M Source/WebCore/DerivedSources-output.xcfilelist
    M Source/WebCore/DerivedSources.make
    R Source/WebCore/Modules/speech/DOMWindow+SpeechSynthesis.idl
    R Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.cpp
    R Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.h
    A Source/WebCore/Modules/speech/LocalDOMWindow+SpeechSynthesis.idl
    A Source/WebCore/Modules/speech/LocalDOMWindowSpeechSynthesis.cpp
    A Source/WebCore/Modules/speech/LocalDOMWindowSpeechSynthesis.h
    R Source/WebCore/Modules/webdatabase/DOMWindow+WebDatabase.idl
    R Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.cpp
    R Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.h
    A Source/WebCore/Modules/webdatabase/LocalDOMWindow+WebDatabase.idl
    A Source/WebCore/Modules/webdatabase/LocalDOMWindowWebDatabase.cpp
    A Source/WebCore/Modules/webdatabase/LocalDOMWindowWebDatabase.h
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/bindings/js/JSLocalDOMWindowCustom.cpp
    R Source/WebCore/page/DOMWindow+CSSOM.idl
    R Source/WebCore/page/DOMWindow+CSSOMView.idl
    R Source/WebCore/page/DOMWindow+Compat.idl
    R Source/WebCore/page/DOMWindow+DeviceMotion.idl
    R Source/WebCore/page/DOMWindow+DeviceOrientation.idl
    R Source/WebCore/page/DOMWindow+RequestIdleCallback.idl
    R Source/WebCore/page/DOMWindow+Selection.idl
    R Source/WebCore/page/DOMWindow+VisualViewport.idl
    A Source/WebCore/page/LocalDOMWindow+CSSOM.idl
    A Source/WebCore/page/LocalDOMWindow+CSSOMView.idl
    A Source/WebCore/page/LocalDOMWindow+Compat.idl
    A Source/WebCore/page/LocalDOMWindow+DeviceMotion.idl
    A Source/WebCore/page/LocalDOMWindow+DeviceOrientation.idl
    A Source/WebCore/page/LocalDOMWindow+RequestIdleCallback.idl
    A Source/WebCore/page/LocalDOMWindow+Selection.idl
    A Source/WebCore/page/LocalDOMWindow+VisualViewport.idl
    M Source/WebCore/testing/Internals.cpp

  Log Message:
  -----------
  Add Local prefix to more DOMWindow* files
https://bugs.webkit.org/show_bug.cgi?id=254004

Reviewed by Darin Adler.

Add Local prefix to more DOMWindow* files, since they're related to
LocalDOMWindow, not the generic DOMWindow.

* Source/WebCore/CMakeLists.txt:
* Source/WebCore/DerivedSources-input.xcfilelist:
* Source/WebCore/DerivedSources-output.xcfilelist:
* Source/WebCore/DerivedSources.make:
* Source/WebCore/Modules/speech/LocalDOMWindow+SpeechSynthesis.idl: Renamed from Source/WebCore/Modules/speech/DOMWindow+SpeechSynthesis.idl.
* Source/WebCore/Modules/speech/LocalDOMWindowSpeechSynthesis.cpp: Renamed from Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.cpp.
(WebCore::LocalDOMWindowSpeechSynthesis::LocalDOMWindowSpeechSynthesis):
(WebCore::LocalDOMWindowSpeechSynthesis::supplementName):
(WebCore::LocalDOMWindowSpeechSynthesis::from):
(WebCore::LocalDOMWindowSpeechSynthesis::speechSynthesis):
* Source/WebCore/Modules/speech/LocalDOMWindowSpeechSynthesis.h: Renamed from Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.h.
* Source/WebCore/Modules/webdatabase/LocalDOMWindow+WebDatabase.idl: Renamed from Source/WebCore/Modules/webdatabase/DOMWindow+WebDatabase.idl.
* Source/WebCore/Modules/webdatabase/LocalDOMWindowWebDatabase.cpp: Renamed from Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.cpp.
(WebCore::LocalDOMWindowWebDatabase::openDatabase):
* Source/WebCore/Modules/webdatabase/LocalDOMWindowWebDatabase.h: Renamed from Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.h.
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/bindings/js/JSLocalDOMWindowCustom.cpp:
(WebCore::jsLocalDOMWindowInstanceFunction_openDatabaseBody):
* Source/WebCore/page/LocalDOMWindow+CSSOM.idl: Renamed from Source/WebCore/page/DOMWindow+CSSOM.idl.
* Source/WebCore/page/LocalDOMWindow+CSSOMView.idl: Renamed from Source/WebCore/page/DOMWindow+CSSOMView.idl.
* Source/WebCore/page/LocalDOMWindow+Compat.idl: Renamed from Source/WebCore/page/DOMWindow+Compat.idl.
* Source/WebCore/page/LocalDOMWindow+DeviceMotion.idl: Renamed from Source/WebCore/page/DOMWindow+DeviceMotion.idl.
* Source/WebCore/page/LocalDOMWindow+DeviceOrientation.idl: Renamed from Source/WebCore/page/DOMWindow+DeviceOrientation.idl.
* Source/WebCore/page/LocalDOMWindow+RequestIdleCallback.idl: Renamed from Source/WebCore/page/DOMWindow+RequestIdleCallback.idl.
* Source/WebCore/page/LocalDOMWindow+Selection.idl: Renamed from Source/WebCore/page/DOMWindow+Selection.idl.
* Source/WebCore/page/LocalDOMWindow+VisualViewport.idl: Renamed from Source/WebCore/page/DOMWindow+VisualViewport.idl.
* Source/WebCore/testing/Internals.cpp:
(WebCore::Internals::enableMockSpeechSynthesizer):

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




More information about the webkit-changes mailing list