Bug 219036

Summary: [iOS] Stop leaking an XPC transaction in our XPC services
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2020-11-17 08:42:40 PST
Stop leaking an XPC transaction in our XPC services on iOS. We were doing this to control the lifetime of our child services ourselves. However, this is not needed on iOS because the UIProcess takes RunningBoard process assertions on behalf of its child processes.
Comment 1 Chris Dumez 2020-11-17 08:45:37 PST
Created attachment 414345 [details]
Patch
Comment 2 Geoffrey Garen 2020-11-17 09:01:29 PST
Comment on attachment 414345 [details]
Patch

r=me
Comment 3 EWS 2020-11-17 09:28:32 PST
Committed r269908: <https://trac.webkit.org/changeset/269908>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 414345 [details].
Comment 4 Radar WebKit Bug Importer 2020-11-17 09:29:18 PST
<rdar://problem/71489686>