Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 01f93caab43b4f11ec545a22dbf8869b56add239
https://github.com/WebKit/WebKit/commit/01f93caab43b4f11ec545a22dbf8869b56add239
Author: Ben Nham <[email protected]>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M Source/WebCore/platform/cocoa/ParentalControlsContentFilter.mm
Log Message:
-----------
Log if ParentalControlsContentFilter blocks for a long time
https://bugs.webkit.org/show_bug.cgi?id=308676
rdar://171209197
Reviewed by Sihui Liu.
We have seen logs where ParentalControlsContentFilter::finishedAddingData
blocks the main thread of
NetworkProcess for a long time due to a bug in a downstream framework. We
should add logging if we
have to wait in this method for an excessive amount of time so that we have a
better idea if the
downstream framework fix worked or not.
* Source/WebCore/platform/cocoa/ParentalControlsContentFilter.mm:
(WebCore::ParentalControlsContentFilter::finishedAddingData):
Canonical link: https://commits.webkit.org/308260@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications