Bug 247295

Summary: WebPermissionControllerProxy::Query message reply should go to correct completion handler
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebKit Misc.Assignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Description Alex Christensen 2022-10-31 15:44:44 PDT
Before this change, we were just hoping that the requests are responded to in the same order that the queries were sent.  Quite fragile, and when things go wrong sometimes we try to call a null CompletionHandler.  This makes it more robust.
Comment 1 Alex Christensen 2022-10-31 15:45:35 PDT
<rdar://problem/100894959>
Comment 2 Alex Christensen 2022-10-31 15:46:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5984
Comment 3 EWS 2022-11-03 16:18:26 PDT
Committed 256298@main (0310eb3e5fd3): <https://commits.webkit.org/256298@main>

Reviewed commits have been landed. Closing PR #5984 and removing active labels.