[webkit-changes] [WebKit/WebKit] 002b1d: Remove unused SPI declarations in Source/WebKit/Pl...

Wenson Hsieh noreply at github.com
Thu Aug 24 21:52:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 002b1d26bb6f8b0097d1e77d5660e7b8464746cc
      https://github.com/WebKit/WebKit/commit/002b1d26bb6f8b0097d1e77d5660e7b8464746cc
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2023-08-24 (Thu, 24 Aug 2023)

  Changed paths:
    M Source/WTF/wtf/PlatformHave.h
    M Source/WebKit/Platform/spi/ios/UIKitSPI.h
    M Source/WebKit/UIProcess/ios/TextCheckerIOS.mm

  Log Message:
  -----------
  Remove unused SPI declarations in Source/WebKit/Platform/spi/ios/UIKitSPI.h
https://bugs.webkit.org/show_bug.cgi?id=260688

Reviewed by Richard Robinson.

Remove various unused SPI declarations in WebKit2. This also removes the unused
`HAVE(UIKEYBOARDIMPL_SMARTINSERTDELETE_CLASS_METHOD)` build flag, since
`+[UIKeyboardImpl smartInsertDeleteIsEnabled]` is now available everywhere we require it.

* Source/WTF/wtf/PlatformHave.h:
* Source/WebKit/Platform/spi/ios/UIKitSPI.h:
* Source/WebKit/UIProcess/ios/TextCheckerIOS.mm:
(WebKit::TextChecker::isSmartInsertDeleteEnabled):

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




More information about the webkit-changes mailing list