Bug 228857 - [Win][WebKitTestRunner] WTR::PlatformWebView leaks m_view (WKViewRef)
Summary: [Win][WebKitTestRunner] WTR::PlatformWebView leaks m_view (WKViewRef)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-05 20:51 PDT by Fujii Hironori
Modified: 2021-08-06 13:25 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.35 KB, patch)
2021-08-05 21:10 PDT, Fujii Hironori
don.olmstead: review+
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2021-08-05 20:51:13 PDT
[Win][WebKitTestRunner] WTR::PlatformWebView leaks m_view (WKViewRef)

This ends up to a lot of object leaks because WKViewRef is
WebKit::WebView that retains WebKit::WebPageProxy.
Comment 1 Fujii Hironori 2021-08-05 21:10:43 PDT
Created attachment 435053 [details]
Patch
Comment 2 Fujii Hironori 2021-08-06 13:24:46 PDT
Committed r280734 (240321@main): <https://commits.webkit.org/240321@main>
Comment 3 Radar WebKit Bug Importer 2021-08-06 13:25:22 PDT
<rdar://problem/81630087>