[webkit-reviews] review granted: [Bug 177513] Expose setShouldSuppressFirstResponderChanges() as WKView SPI : [Attachment 321889] Patch v1.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 27 11:29:44 PDT 2017


Wenson Hsieh <wenson_hsieh at apple.com> has granted iting_liu at apple.com's request
for review:
Bug 177513: Expose setShouldSuppressFirstResponderChanges() as WKView SPI
https://bugs.webkit.org/show_bug.cgi?id=177513

Attachment 321889: Patch v1.

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




--- Comment #3 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 321889
  --> https://bugs.webkit.org/attachment.cgi?id=321889
Patch v1.

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

> Source/WebKit/UIProcess/API/Cocoa/WKViewPrivate.h:135
> +- (void)_setShouldSuppressFirstResponderChanges:(BOOL)shouldSuppress;

We should add an availability macro here (even if it's missing from most of the
surrounding SPI :/)


More information about the webkit-reviews mailing list