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

Enable GPU Process and UI side compositing on macOS #12161

Merged
merged 1 commit into from
Apr 5, 2023

Commits on Apr 5, 2023

  1. Enable GPU Process and UI side compositing on macOS

    https://bugs.webkit.org/show_bug.cgi?id=254725
    
    Reviewed by Simon Fraser.
    
    Enable GPU process for DOM rendering and UI side compositing by default on macOS.
    
    Also add options to disable these two features to run-webkit-tests.
    
    * Source/WTF/wtf/PlatformEnable.h:
    * Source/WebKit/UIProcess/mac/WebViewImpl.mm:
    (WebKit::WebViewImpl::WebViewImpl):
    * Tools/MiniBrowser/mac/SettingsController.m:
    (-[SettingsController useUISideCompositing]):
    * Tools/Scripts/webkitpy/api_tests/runner.py:
    (Runner.command_for_port):
    * Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:
    (parse_args):
    * Tools/Scripts/webkitpy/port/driver.py:
    (Driver.cmd_line):
    * Tools/WebKitTestRunner/Options.cpp:
    (WTR::handleOptionNoRemoteLayerTree):
    (WTR::OptionsHandler::OptionsHandler):
    * Tools/WebKitTestRunner/TestOptions.cpp:
    (WTR::TestOptions::defaults):
    * Tools/WebKitTestRunner/TestOptions.h:
    (WTR::TestOptions::noUseRemoteLayerTree const):
    * Tools/WebKitTestRunner/mac/PlatformWebViewMac.mm:
    (WTR::PlatformWebView::PlatformWebView):
    * Tools/WebKitTestRunner/mac/main.mm:
    (setDefaultsToConsistentValuesForTesting):
    
    Canonical link: https://commits.webkit.org/262629@main
    rniwa committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    56f0f42 View commit details
    Browse the repository at this point in the history