Bug 46898 - Would like API to determine if a particular HWND belongs to a WKView
Summary: Would like API to determine if a particular HWND belongs to a WKView
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-09-30 07:12 PDT by Adam Roben (:aroben)
Modified: 2016-02-12 14:27 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-09-30 07:12:01 PDT
It would be nice to have some API to determine if a particular HWND belongs to a WKView. Right now applications have to resort to hard-coding the window class name used for these HWNDs. That's fragile!
Comment 1 Adam Roben (:aroben) 2010-09-30 07:12:29 PDT
<rdar://problem/8496751>
Comment 2 Adam Roben (:aroben) 2011-01-06 06:18:14 PST
Anders suggested something like:

WKViewRef WKViewGetView(HWND window);

But I can't quite remember what the name was.
Comment 3 Anders Carlsson 2016-02-12 14:27:24 PST
WebKit2 on Windows is no more.