Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dc311bb8313d5b2aac0e817007a024b38ce6e2c2
https://github.com/WebKit/WebKit/commit/dc311bb8313d5b2aac0e817007a024b38ce6e2c2
Author: AbdAlRahman Gad <[email protected]>
Date: 2026-05-14 (Thu, 14 May 2026)
Changed paths:
M Source/WTF/wtf/MemoryPressureHandler.h
M Source/WTF/wtf/win/MemoryPressureHandlerWin.cpp
M Source/WebKit/PlatformWin.cmake
M Source/WebKit/UIProcess/win/WebProcessPoolWin.cpp
Log Message:
-----------
[win] Enable `MemoryPressureHandlerWin` and Implement low memory watcher
https://bugs.webkit.org/show_bug.cgi?id=297533
Reviewed by Don Olmstead.
Enable the memory pressure handler on Windows by calling
WebKit::installMemoryPressureHandler() from
WebProcessPool::platformInitialize().
Implement a low memory watcher that is invoked by a callback when
the system is under memory pressure.
Canonical link: https://commits.webkit.org/313270@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications