Bug 263729
| Summary: | _WKHitTestResult should expose a frameInfo property | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jeff Miller <jeffm> |
| Component: | WebKit API | Assignee: | Jeff Miller <jeffm> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, jeffm, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 266803 | ||
| Bug Blocks: | |||
Jeff Miller
_WKHitTestResult should expose a frame property. This should be the same frame returned by WKBundleHitTestResultGetFrame() in the injected bundle.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jeff Miller
<rdar://116254673>
Jeff Miller
Pull request: https://github.com/WebKit/WebKit/pull/19594
EWS
Committed 270308@main (9c20db5a0518): <https://commits.webkit.org/270308@main>
Reviewed commits have been landed. Closing PR #19594 and removing active labels.
Fujii Hironori
Windows port is observing a circular dependency between WebPageProxy::m_lastMouseMoveHitTestResult and API::HitTestResult::m_page after 270308@main.
See bug#264361.