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 | ||
Alex Christensen
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alex Christensen
<rdar://problem/100894959>
Alex Christensen
Pull request: https://github.com/WebKit/WebKit/pull/5984
EWS
Committed 256298@main (0310eb3e5fd3): <https://commits.webkit.org/256298@main>
Reviewed commits have been landed. Closing PR #5984 and removing active labels.