Bug 263729 - _WKHitTestResult should expose a frameInfo property
Summary: _WKHitTestResult should expose a frameInfo property
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords: InRadar
Depends on: 266803
Blocks:
  Show dependency treegraph
 
Reported: 2023-10-26 09:37 PDT by Jeff Miller
Modified: 2023-12-21 20:11 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Miller 2023-10-26 09:37:15 PDT
_WKHitTestResult should expose a frame property. This should be the same frame returned by WKBundleHitTestResultGetFrame() in the injected bundle.
Comment 1 Jeff Miller 2023-10-26 09:38:09 PDT
<rdar://116254673>
Comment 2 Jeff Miller 2023-10-26 10:01:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19594
Comment 3 EWS 2023-11-06 21:27:14 PST
Committed 270308@main (9c20db5a0518): <https://commits.webkit.org/270308@main>

Reviewed commits have been landed. Closing PR #19594 and removing active labels.
Comment 4 Fujii Hironori 2023-11-14 22:48:50 PST
Windows port is observing a circular dependency between WebPageProxy::m_lastMouseMoveHitTestResult and API::HitTestResult::m_page after 270308@main.
See bug#264361.