[webkit-changes] [WebKit/WebKit] 399efe: Adjust enablement criteria for the "Async UIKit In...

Wenson Hsieh noreply at github.com
Thu Dec 7 17:59:26 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 399efe5784e4a2b3e7fc2819bb1204a8b75ffe9c
      https://github.com/WebKit/WebKit/commit/399efe5784e4a2b3e7fc2819bb1204a8b75ffe9c
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2023-12-07 (Thu, 07 Dec 2023)

  Changed paths:
    M Source/WebKit/Shared/ios/WebPreferencesDefaultValuesIOS.mm

  Log Message:
  -----------
  Adjust enablement criteria for the "Async UIKit Interactions" feature flag
https://bugs.webkit.org/show_bug.cgi?id=266022

Reviewed by Aditya Keerthi.

Adjust this feature flag, such that it's enabled by default only when both the following criteria
are met:

1. `PAL::deviceClassIsSmallScreen()` is true.
2. `UIKit/async_text_input` is enabled.

* Source/WebKit/Shared/ios/WebPreferencesDefaultValuesIOS.mm:
(WebKit::defaultUseAsyncUIKitInteractions):

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




More information about the webkit-changes mailing list