[webkit-reviews] review granted: [Bug 211202] [iOS][WK2] Add timeout for "Client navigation" foreground assertion : [Attachment 397993] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 30 13:12:47 PDT 2020
Alex Christensen <achristensen at apple.com> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 211202: [iOS][WK2] Add timeout for "Client navigation" foreground assertion
https://bugs.webkit.org/show_bug.cgi?id=211202
Attachment 397993: Patch
https://bugs.webkit.org/attachment.cgi?id=397993&action=review
--- Comment #2 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 397993
--> https://bugs.webkit.org/attachment.cgi?id=397993
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=397993&action=review
> Source/WebKit/UIProcess/API/APINavigation.cpp:70
> + , m_clientNavigationActivity(navigationActivityTimeout)
I feel like this kind of initialization can be done with an initializer list in
the header.
More information about the webkit-reviews
mailing list