Bug 206117

Summary: [UI-side compositing macOS] Send events in WKContentView coordinates
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED WONTFIX    
Severity: Normal CC: dino, simon.fraser, thorton, wenson_hsieh
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Description Simon Fraser (smfr) 2020-01-10 18:34:39 PST
[UI-side compositing macOS] Send events in WKContentView coordinates
Comment 1 Simon Fraser (smfr) 2020-01-10 18:36:15 PST
Created attachment 387412 [details]
Patch
Comment 2 Dean Jackson 2020-01-11 11:59:02 PST
Comment on attachment 387412 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=387412&action=review

> Source/WebKit/UIProcess/Cocoa/WebViewImpl.h:667
> +    NSView* viewForEventCoordinates() const;

NSView *

> Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm:5239
> +NSView* WebViewImpl::viewForEventCoordinates() const

NSView *
Comment 3 Simon Fraser (smfr) 2022-10-22 22:17:35 PDT
No longer doing it this way.