Summary: | [Cocoa] Web Inspector: add support for using custom process pool and page group identifier | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Blaze Burg <bburg> | ||||||||
Component: | Web Inspector | Assignee: | Blaze Burg <bburg> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | bburg, cgarcia, ews-watchlist, hi, inspector-bugzilla-changes, joepeck, timothy, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | All | ||||||||||
OS: | All | ||||||||||
Attachments: |
|
Description
Blaze Burg
2021-02-17 09:05:19 PST
Created attachment 420761 [details]
Patch v1.0
Created attachment 420801 [details]
Patch v1.1
3 GTK API tests are failing, which looks relevant: Unexpected timeouts (3) /WebKit2Gtk/TestInspector /webkit/WebKitWebInspector/custom-container-destroyed /webkit/WebKitWebInspector/manual-attach-detach /webkit/WebKitWebInspector/default Comment on attachment 420801 [details] Patch v1.1 View in context: https://bugs.webkit.org/attachment.cgi?id=420801&action=review > Source/WebKit/UIProcess/Inspector/WebInspectorUtilities.cpp:-85 > - // Do not delay process launch for inspector pages as inspector pages do not know how to transition from a terminated process. I'm pretty sure that this call was lost for non-Mac ports, so I'm going to duplicate it here and in the custom pools code path in WKInspectorViewController. Created attachment 420838 [details]
Patch v1.2
Committed r273109 (234306@main): <https://commits.webkit.org/234306@main> |