[Webkit-unassigned] [Bug 209607] Add SPI to specify whether file upload panels are uploading to an enterprise-managed destination
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 26 10:54:51 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=209607
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
Attachment #394626|review? |review+
Flags| |
--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 394626
--> https://bugs.webkit.org/attachment.cgi?id=394626
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=394626&action=review
> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:6609
> + auto webView = _webView.get();
A little strange to make this local variable but only use it once.
> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:6614
> + if ([uiDelegate respondsToSelector:@selector(_webView:fileUploadPanelContentIsManagedWithInitiatingFrame:)])
> + return [uiDelegate _webView:webView.get() fileUploadPanelContentIsManagedWithInitiatingFrame:wrapper(API::FrameInfo::create(WTFMove(_frameInfoForFileUploadPanel), _page.get()))];
> +
> + return NO;
I would have used && here.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200326/370482f4/attachment.htm>
More information about the webkit-unassigned
mailing list