Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 300e80c70fd3b1a256d6e51f842574e83f58e361
https://github.com/WebKit/WebKit/commit/300e80c70fd3b1a256d6e51f842574e83f58e361
Author: Wenson Hsieh <[email protected]>
Date: 2025-12-26 (Fri, 26 Dec 2025)
Changed paths:
M Source/WTF/wtf/SystemTracing.h
M Source/WTF/wtf/glib/SysprofAnnotator.h
M Source/WebKit/Resources/Signposts/SystemTracePoints.plist
M Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
Log Message:
-----------
[AutoFill Debugging] Add system trace points for text extraction
https://bugs.webkit.org/show_bug.cgi?id=304710
rdar://167216497
Reviewed by Richard Robinson.
Add system trace points to bookend the text extraction process, with 3
arguments:
- A monotonically increasing ID to make it possible keep track of concurrent
extraction workflows.
- The PID of the main frame web content process at the start of the trace
point (for convenience
when analyzing traces).
- The PID of the GPU process at the start of the trace point (also for
convenience when analyzing
traces).
* Source/WTF/wtf/SystemTracing.h:
* Source/WTF/wtf/glib/SysprofAnnotator.h:
* Source/WebKit/Resources/Signposts/SystemTracePoints.plist:
* Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView
_extractDebugTextWithConfigurationWithoutUpdatingFilterRules:completionHandler:]):
Canonical link: https://commits.webkit.org/304953@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications