Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 65d36770c7a64316ceb12e0e9d57930fe9f8a5a7
https://github.com/WebKit/WebKit/commit/65d36770c7a64316ceb12e0e9d57930fe9f8a5a7
Author: Justin Michaud <[email protected]>
Date: 2026-07-07 (Tue, 07 Jul 2026)
Changed paths:
A JSTests/stress/intl-datetimeformat-cache-dst-transition.js
A JSTests/stress/intl-datetimeformat-cache-tz-hit.js
A JSTests/stress/intl-datetimeformat-stale-data-across-tz-change.js
A JSTests/stress/intl-datetimeformat-stale-data-evicted-across-tz-change.js
A JSTests/stress/temporal-cache-dst-transition.js
M
Source/JavaScriptCore/SaferCPPExpectations/UnretainedCallArgsCheckerExpectations
M Source/JavaScriptCore/runtime/DateInstanceCache.h
M Source/JavaScriptCore/runtime/JSDateMath.cpp
M Source/JavaScriptCore/runtime/JSDateMath.h
M Source/JavaScriptCore/runtime/VM.cpp
M Source/JavaScriptCore/tools/JSDollarVM.cpp
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WTF/wtf/CMakeLists.txt
M Source/WTF/wtf/PlatformCocoa.cmake
M Source/WTF/wtf/PlatformGTK.cmake
M Source/WTF/wtf/PlatformJSCOnly.cmake
M Source/WTF/wtf/PlatformWPE.cmake
A Source/WTF/wtf/TimeZone.cpp
A Source/WTF/wtf/TimeZone.h
A Source/WTF/wtf/cocoa/TimeZoneCocoa.cpp
A Source/WTF/wtf/glib/FilePathWatcher.cpp
A Source/WTF/wtf/glib/FilePathWatcher.h
A Source/WTF/wtf/glib/TimeZoneGLib.cpp
M Source/cmake/FindGLib.cmake
M Tools/Scripts/run-gtk-tests
A Tools/Scripts/run-timezone-glib-e2e-test
M Tools/Scripts/run-wpe-tests
M Tools/TestWebKitAPI/PlatformGTK.cmake
M Tools/TestWebKitAPI/PlatformJSCOnly.cmake
M Tools/TestWebKitAPI/PlatformWPE.cmake
A Tools/TestWebKitAPI/Tests/WTF/glib/FilePathWatcher.cpp
A Tools/TestWebKitAPI/Tests/WTF/glib/GLibMainLoopUtilities.h
A Tools/TestWebKitAPI/Tests/WTF/glib/TimeZoneGLib.cpp
M Tools/glib/api_test_runner.py
Log Message:
-----------
[re-land] Support time zone change notifications on linux
https://bugs.webkit.org/show_bug.cgi?id=314414
Reviewed by Yusuke Suzuki.
We add a timezone change observer for linux that watches both dbus
and /etc/localtime.
We add some testing helpers and some generated tests too. This uncovered
an existing bug with DST time changes.
Re-land: I added a missing header and some additional clean-ups.
Canonical link: https://commits.webkit.org/316629@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications