[Webkit-unassigned] [Bug 238326] Add Captive Portal alert to WKWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 09:46:21 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=238326

Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #455643|review?                     |review+
              Flags|                            |

--- Comment #2 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 455643
  --> https://bugs.webkit.org/attachment.cgi?id=455643
Patch

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

r=me

> Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm:1560
> +    [self _presentCaptivePortalModeAlertIfNeeded];

Views can move in and out of windows frequently, for example I believe they do so when switching tabs. I recommend double-checking that _presentCaptivePortalModeAlertIfNeeded is super efficient in the "do nothing" case.

-- 
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/20220324/5e4dfff3/attachment.htm>


More information about the webkit-unassigned mailing list