[webkit-changes] [WebKit/WebKit] b2803c: Log mapping from WebContent pid to URLs
bnham
noreply at github.com
Mon Mar 11 12:54:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b2803c68023a03aee80f2f063e44745f52587029
https://github.com/WebKit/WebKit/commit/b2803c68023a03aee80f2f063e44745f52587029
Author: Ben Nham <nham at apple.com>
Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths:
M Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm
M Source/WebKit/UIProcess/WebProcessProxy.cpp
Log Message:
-----------
Log mapping from WebContent pid to URLs
https://bugs.webkit.org/show_bug.cgi?id=270640
rdar://123269799
Reviewed by Chris Dumez.
In some of our benchmarks, we need a way of figuring out which WebContent pid contains a particular
page URL. Extend the existing logProcessPoolState notification to log this.
Also fix a few other random issues:
- Move the taskInfo logging over to WebProcessProxy.
- Sometimes the registrable domain was empty, in that case log that the associated domain is unknown.
* Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:
(WebKit::logProcessPoolState):
(WebKit::description): Deleted.
* Source/WebKit/UIProcess/WebProcessProxy.cpp:
(WebKit::operator<<):
Canonical link: https://commits.webkit.org/275923@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list