Bug 233264

Summary: Web Inspector: fix IPC race between unregistering an extension and Web Inspector closing
Product: WebKit Reporter: BJ Burg <bburg>
Component: Web InspectorAssignee: BJ Burg <bburg>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, ews-watchlist, hi, inspector-bugzilla-changes, joepeck, pangle, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1.0
none
Patch 1.0.1 (for landing) none

Description BJ Burg 2021-11-17 11:17:23 PST
.
Comment 1 BJ Burg 2021-11-17 11:21:14 PST
Created attachment 444540 [details]
Patch v1.0
Comment 2 Devin Rousso 2021-11-17 12:03:07 PST
Comment on attachment 444540 [details]
Patch v1.0

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

r=me

> Source/WebKit/UIProcess/Inspector/WebInspectorUIExtensionControllerProxy.cpp:89
> +    m_extensionAPIObjectMap.clear();

Style: add newline before
Comment 3 Radar WebKit Bug Importer 2021-11-17 16:51:11 PST
<rdar://problem/85526823>
Comment 4 BJ Burg 2021-11-30 09:58:04 PST
Created attachment 445430 [details]
Patch 1.0.1 (for landing)
Comment 5 EWS 2021-11-30 10:53:32 PST
Committed r286306 (244665@main): <https://commits.webkit.org/244665@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 445430 [details].