[webkit-reviews] review granted: [Bug 187789] Add an SPI policy action to allow clients to explicitly ask for a new process on a navigation : [Attachment 345298] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 09:08:40 PDT 2018


Andy Estes <aestes at apple.com> has granted Brady Eidson <beidson at apple.com>'s
request for review:
Bug 187789: Add an SPI policy action to allow clients to explicitly ask for a
new process on a navigation
https://bugs.webkit.org/show_bug.cgi?id=187789

Attachment 345298: Patch

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




--- Comment #5 from Andy Estes <aestes at apple.com> ---
Comment on attachment 345298
  --> https://bugs.webkit.org/attachment.cgi?id=345298
Patch

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

> Source/WebKit/UIProcess/API/Cocoa/WKNavigationDelegatePrivate.h:60
> +static const WKNavigationActionPolicy WK_API_AVAILABLE(macosx(WK_MAC_TBA),
ios(WK_IOS_TBA))_WKNavigationActionPolicyAllowInNewProcess =
(WKNavigationActionPolicy)(_WKNavigationActionPolicyAllowWithoutTryingAppLink +
1);

Missing a space between the availability macro and the name.


More information about the webkit-reviews mailing list