[webkit-changes] [WebKit/WebKit] 94f99d: "Async UIKit Interactions" enablement should defau...

Wenson Hsieh noreply at github.com
Wed Nov 29 19:02:34 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 94f99d6f5bb3fc5b69116cf0c2297eb3b69b13f5
      https://github.com/WebKit/WebKit/commit/94f99d6f5bb3fc5b69116cf0c2297eb3b69b13f5
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2023-11-29 (Wed, 29 Nov 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebKit/Shared/WebPreferencesDefaultValues.h
    M Source/WebKit/Shared/ios/WebPreferencesDefaultValuesIOS.mm
    M Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py

  Log Message:
  -----------
  "Async UIKit Interactions" enablement should default to the corresponding system feature flag
https://bugs.webkit.org/show_bug.cgi?id=265548
rdar://118945616

Reviewed by Megan Gardner and Abrar Rahman Protyasha.

Make the default value of this internal feature flag match the closely-related system feature flag,
`UIKit/async_text_input`.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebKit/Shared/WebPreferencesDefaultValues.h:
* Source/WebKit/Shared/ios/WebPreferencesDefaultValuesIOS.mm:
(WebKit::defaultUseAsyncUIKitInteractions):
* Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:

Also, adjust the corresponding `run-webkit-tests` argument to make it possible to run layout tests
with the WebKit feature flag off, even if `UIKit/async_text_input` is enabled in the simulator.

(parse_args):

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




More information about the webkit-changes mailing list