[webkit-changes] [WebKit/WebKit] 8cc105: PlayStation shouldn't be a !ENABLE(ACCESSIBILITY) ...

Ross Kirsling noreply at github.com
Thu Dec 21 14:36:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8cc105dfcbd70728e933c45ddb921d353f1448d6
      https://github.com/WebKit/WebKit/commit/8cc105dfcbd70728e933c45ddb921d353f1448d6
  Author: Ross Kirsling <ross.kirsling at sony.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
    M Source/WebCore/PlatformPlayStation.cmake
    M Source/WebCore/accessibility/AXCoreObject.h
    A Source/WebCore/accessibility/playstation/AXObjectCachePlayStation.cpp
    A Source/WebCore/accessibility/playstation/AccessibilityObjectPlayStation.cpp
    M Source/WebCore/page/Chrome.h
    M Source/WebCore/page/ChromeClient.h
    A Source/WebCore/page/playstation/ChromePlayStation.cpp
    M Source/cmake/OptionsPlayStation.cmake

  Log Message:
  -----------
  PlayStation shouldn't be a !ENABLE(ACCESSIBILITY) port
https://bugs.webkit.org/show_bug.cgi?id=266776

Reviewed by Don Olmstead.

Ensure that PlayStation port can build with ENABLE(ACCESSIBILITY), and enable this by default.
The implementation can be fleshed out future commits, but it's probably high time to retire this ENABLE.

* Source/WebCore/PlatformPlayStation.cmake:
* Source/WebCore/accessibility/AXCoreObject.h:
* Source/WebCore/accessibility/playstation/AXObjectCachePlayStation.cpp: Added.
* Source/WebCore/accessibility/playstation/AccessibilityObjectPlayStation.cpp: Added.
* Source/WebCore/page/Chrome.h:
* Source/WebCore/page/ChromeClient.h:
* Source/WebCore/page/playstation/ChromePlayStation.cpp: Added.
* Source/cmake/OptionsPlayStation.cmake:

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




More information about the webkit-changes mailing list