[Webkit-unassigned] [Bug 209759] New: REGRESSION (r255992): ASSERT(window) in applicationType() under shouldUseForegroundPriorityForClientNavigation()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 12:35:40 PDT 2020


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

            Bug ID: 209759
           Summary: REGRESSION (r255992): ASSERT(window) in
                    applicationType() under
                    shouldUseForegroundPriorityForClientNavigation()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: thorton at apple.com

#1      0x00000001003ee42b in WTFCrashWithInfo(int, char const*, char const*, int)
#2      0x0000000100c5dbed in WebKit::applicationType(UIWindow*)
#3      0x0000000101129a41 in WebKit::PageClientImpl::isApplicationVisible()
#4      0x00000001011abfe6 in WebKit::WebPageProxy::shouldUseForegroundPriorityForClientNavigation() const
#5      0x0000000100fb52f5 in WebKit::WebPageProxy::loadRequest(WebCore::ResourceRequest&&, WebCore::ShouldOpenExternalURLsPolicy, API::Object*)
#6      0x0000000100cdcc2d in -[WKWebView loadRequest:]


shouldUseForegroundPriorityForClientNavigation() calls isApplicationVisible() when a view is unparented, but isApplicationVisible() depends on having a window to determine the type of application.

-- 
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/20200330/109362ff/attachment.htm>


More information about the webkit-unassigned mailing list