[ios] Fixes an issue where BVC is overdismissed by a bug in WebKit.
The WKFileUploadPanel has a bug in iOS 11 and earlier which causes view controllers to be overdismissed when the HTML file picker is used. WebKit attempts to dismiss the file picker view controller, but due to a bug inadvertently dismisses its presenting view controller instead. We previously attempted to work around this bug in BrowserViewController, but now the file picker is presented on top of BrowserContainerViewController instead. This CL copies the BVC fix into BrowserContainerViewController as well. BUG=852367 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I61651810ae9e06caee27a4c441942e4c4d09c71c Reviewed-on: https://chromium-review.googlesource.com/1174611Reviewed-by:Mark Cogan <marq@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#582918}
Showing
Please register or sign in to comment