Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 92620b8b587dda31f4650c2d4059f75788650d61
      
https://github.com/WebKit/WebKit/commit/92620b8b587dda31f4650c2d4059f75788650d61
  Author: Fujii Hironori <[email protected]>
  Date:   2025-10-20 (Mon, 20 Oct 2025)

  Changed paths:
    M Source/WebCore/SourcesCocoa.txt
    M Source/WebCore/SourcesGTK.txt
    M Source/WebCore/SourcesWPE.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/page/ChromeClient.h
    M Source/WebCore/platform/xr/PlatformXR.h
    R Source/WebCore/platform/xr/cocoa/PlatformXRCocoa.h
    R Source/WebCore/platform/xr/cocoa/PlatformXRCocoa.mm
    R Source/WebCore/platform/xr/openxr/OpenXRInstance.cpp
    R Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp
    R Source/WebCore/platform/xr/openxr/PlatformXROpenXR.h
    M Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h
    M Source/WebKit/WebProcess/XR/PlatformXRSystemProxy.cpp
    M Source/WebKit/WebProcess/XR/PlatformXRSystemProxy.h

  Log Message:
  -----------
  [WebXR] Remove PlatformXR::Instance::enumerateImmersiveXRDevices()
https://bugs.webkit.org/show_bug.cgi?id=300977

Reviewed by Sergio Villar Senin.

There were 3 implementations of enumerateImmersiveXRDevices() in the following
files:
- WebCore/platform/xr/cocoa/PlatformXRCocoa.mm
- WebCore/platform/xr/openxr/OpenXRInstance.cpp
- WebCore/platform/xr/openxr/PlatformXROpenXR.cpp

OpenXRInstance.cpp was used nowhere. The implementations of PlatformXRCocoa.mm
and PlatformXROpenXR.cpp just ruturned an empty list. Removed the files.

Renamed PlatformXR::Instance::DeviceList to PlatformXR::DeviceList.

* Source/WebCore/SourcesCocoa.txt:
* Source/WebCore/SourcesGTK.txt:
* Source/WebCore/SourcesWPE.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/page/ChromeClient.h:
(WebCore::ChromeClient::enumerateImmersiveXRDevices):
* Source/WebCore/platform/xr/PlatformXR.h:
* Source/WebCore/platform/xr/cocoa/PlatformXRCocoa.h: Removed.
* Source/WebCore/platform/xr/cocoa/PlatformXRCocoa.mm: Removed.
* Source/WebCore/platform/xr/openxr/OpenXRInstance.cpp: Removed.
* Source/WebCore/platform/xr/openxr/PlatformXROpenXR.cpp: Removed.
* Source/WebCore/platform/xr/openxr/PlatformXROpenXR.h: Removed.
* Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp:
(WebKit::WebChromeClient::enumerateImmersiveXRDevices):
* Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.h:
* Source/WebKit/WebProcess/XR/PlatformXRSystemProxy.cpp:
(WebKit::PlatformXRSystemProxy::enumerateImmersiveXRDevices):
* Source/WebKit/WebProcess/XR/PlatformXRSystemProxy.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to