Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WPE] Introduce USE(ATK) #26110

Merged
merged 1 commit into from Mar 20, 2024
Merged

Commits on Mar 20, 2024

  1. [WPE] Introduce USE(ATK)

    https://bugs.webkit.org/show_bug.cgi?id=267508
    
    Reviewed by Michael Catanzaro.
    
    ENABLE_ACCESSIBILITY was removed in 273021@main, so add USE_ATK to keep
    accessibility optional in the WPE port.
    
    * Source/WebKit/PlatformWPE.cmake:
    * Source/WebKit/UIProcess/API/glib/WebKitWebViewAccessible.cpp:
    * Source/WebKit/UIProcess/API/glib/WebKitWebViewAccessible.h:
    * Source/WebKit/UIProcess/API/wpe/PageClientImpl.cpp:
    * Source/WebKit/UIProcess/API/wpe/PageClientImpl.h:
    * Source/WebKit/UIProcess/API/wpe/WPEWebView.cpp:
    (WKWPE::m_backend):
    (WKWPE::View::~View):
    * Source/WebKit/UIProcess/API/wpe/WPEWebView.h:
    * Source/WebKit/UIProcess/wpe/WebPageProxyWPE.cpp:
    (WebKit::WebPageProxy::bindAccessibilityTree):
    * Source/cmake/OptionsGTK.cmake:
    * Source/cmake/OptionsWPE.cmake:
    * Tools/MiniBrowser/wpe/CMakeLists.txt:
    * Tools/MiniBrowser/wpe/main.cpp:
    (activate):
    * Tools/wpe/backends/PlatformWPE.cmake:
    * Tools/wpe/backends/ViewBackend.cpp:
    (WPEToolingBackends::ViewBackend::initializeAccessibility):
    (WPEToolingBackends::ViewBackend::updateAccessibilityState):
    * Tools/wpe/backends/atk/ViewBackendAtk.cpp:
    * Tools/wpe/backends/atk/WebKitAccessibleApplication.cpp:
    * Tools/wpe/backends/atk/WebKitAccessibleApplication.h:
    
    Canonical link: https://commits.webkit.org/276392@main
    carlosgcampos committed Mar 20, 2024
    Copy the full SHA
    9d2e186 View commit details
    Browse the repository at this point in the history