Multiple WKInspectorResourceURLSchemeHandlers may be loading inspectors at the same time, which makes it possible for their combined operations to exceed the soft thread limit. In practice, this should only possible in engineering builds.
<rdar://75847924>
Created attachment 424701 [details] Patch v1.0
Comment on attachment 424701 [details] Patch v1.0 View in context: https://bugs.webkit.org/attachment.cgi?id=424701&action=review r=me > Source/WebKit/UIProcess/Inspector/mac/WKInspectorResourceURLSchemeHandler.mm:62 > + // The default value (NSOperationQueueDefaultMaxConcurrentOperationCount) results in a large number of threads I think this second comment is nice but redundant with the changelog, and could be removed.
Created attachment 424862 [details] Patch v1.1 - Shorten redundant part of comment
Committed r275341: <https://commits.webkit.org/r275341> All reviewed patches have been landed. Closing bug and clearing flags on attachment 424862 [details].