[webkit-reviews] review granted: [Bug 171069] Cocoa: add private API for suppressing first responder changes : [Attachment 307633] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 20 14:03:15 PDT 2017
Tim Horton <thorton at apple.com> has granted Matt Rajca <mrajca at apple.com>'s
request for review:
Bug 171069: Cocoa: add private API for suppressing first responder changes
https://bugs.webkit.org/show_bug.cgi?id=171069
Attachment 307633: Patch
https://bugs.webkit.org/attachment.cgi?id=307633&action=review
--- Comment #9 from Tim Horton <thorton at apple.com> ---
Comment on attachment 307633
--> https://bugs.webkit.org/attachment.cgi?id=307633
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=307633&action=review
> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:3725
> +#if PLATFORM(MAC)
> +- (void)_setShouldSuppressFirstResponderChanges:(BOOL)shouldSuppress
This shouldn't be platform specific, this concept applies to both platforms.
More information about the webkit-reviews
mailing list