WebPageProxy destruction should not launch a network process
Created attachment 448883 [details] Patch
Comment on attachment 448883 [details] Patch This is not a bad idea. It can be tested by extending the NetworkProcess.LaunchOnlyWhenNecessary API test.
Created attachment 448890 [details] Patch
Comment on attachment 448890 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=448890&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/NetworkProcess.mm:95 > + webView = nullptr; Does this destroy the WebPageProxy? I would expect an @autoreleasepool somewhere to prevent any autoreleased objects from keeping it alive.
Created attachment 448892 [details] Patch
Committed r287907 (245940@main): <https://commits.webkit.org/245940@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 448892 [details].
<rdar://problem/87433821>