Bug 301828
| Summary: | Use an async reply for RemoteImageBufferSet::endPrepareForDisplay | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | WebKit2 | Assignee: | Matt Woodrow <mattwoodrow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Matt Woodrow
This currently uses a separate message (didPrepareForDisplay) as a reply, which gets delivered to a work queue.
We should be able to use sendWithAsyncReplyOnDispatcher instead, to more closely link the message and its reply.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163899986>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/53314
EWS
Committed 302557@main (e5215d63d021): <https://commits.webkit.org/302557@main>
Reviewed commits have been landed. Closing PR #53314 and removing active labels.