Bug 265404
Summary: | Provisional DrawingAreaProxy instances send messages to the process for the current page, not the provisional page | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
Component: | WebKit2 | Assignee: | Matt Woodrow <mattwoodrow> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | kkinnunen, pehay80105, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Matt Woodrow
<rdar://118700595>
DrawingAreaProxy always accesses the WebPageProxy to use its process' connection to send messages.
If the DrawingAreaProxy was created for a ProvisionalPageProxy, then this isn't the right connection.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/20953
EWS
Committed 271260@main (7445f27231c0): <https://commits.webkit.org/271260@main>
Reviewed commits have been landed. Closing PR #20953 and removing active labels.
Simon Fraser (smfr)
*** Bug 264594 has been marked as a duplicate of this bug. ***