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

Chris Dumez
Reported 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.
Attachments
Patch (3.49 KB, patch)
2020-11-17 08:45 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2020-11-17 08:45:37 PST
Geoffrey Garen
Comment 2 2020-11-17 09:01:29 PST
Comment on attachment 414345 [details] Patch r=me
EWS
Comment 3 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].
Radar WebKit Bug Importer
Comment 4 2020-11-17 09:29:18 PST
Note You need to log in before you can comment on or make changes to this bug.