[webkit-reviews] review granted: [Bug 215871] Switch to class method for smart insert/delete : [Attachment 407360] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 17:18:48 PDT 2020


Darin Adler <darin at apple.com> has granted Megan Gardner
<megan_gardner at apple.com>'s request for review:
Bug 215871: Switch to class method for smart insert/delete
https://bugs.webkit.org/show_bug.cgi?id=215871

Attachment 407360: Patch

https://bugs.webkit.org/attachment.cgi?id=407360&action=review




--- Comment #8 from Darin Adler <darin at apple.com> ---
Comment on attachment 407360
  --> https://bugs.webkit.org/attachment.cgi?id=407360
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=407360&action=review

> Source/WebKit/Platform/spi/ios/UIKitSPI.h:309
> -- (BOOL)smartInsertDeleteIsEnabled;
> ++ (BOOL)smartInsertDeleteIsEnabled;

Let me ask my original question again: Is this available in UIKit in the older
versions of the various platforms that WebKit currently supports? Like if it
was new to iOS 14 it would not be OK to use it unconditionally yet.


More information about the webkit-reviews mailing list