Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 07f07b9da9150236945fb4898c65ab4d74763b71 https://github.com/WebKit/WebKit/commit/07f07b9da9150236945fb4898c65ab4d74763b71 Author: Simon Fraser <simon.fra...@apple.com> Date: 2025-08-20 (Wed, 20 Aug 2025)
Changed paths: M Source/JavaScriptCore/runtime/Watchdog.cpp M Source/WebCore/page/PerformanceEventTiming.h M Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm Log Message: ----------- Use Seconds literals in more places https://bugs.webkit.org/show_bug.cgi?id=297678 rdar://158788349 Reviewed by Keith Miller, Richard Robinson, and Tim Horton. Replace some instances of `Seconds::fromMilliseconds()` with Seconds literals. Doing this so that the `250_ms` is more findable. * Source/JavaScriptCore/runtime/Watchdog.cpp: (JSC::Watchdog::shouldTerminate): * Source/WebCore/page/PerformanceEventTiming.h: * Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm: (WebKit::RemoteLayerTreeDrawingAreaProxy::waitForDidUpdateActivityState): Canonical link: https://commits.webkit.org/298980@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes