Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cad743944a731aa27beceb43086cc06813065916 https://github.com/WebKit/WebKit/commit/cad743944a731aa27beceb43086cc06813065916 Author: Ahmad Saleem <ahmad.saleem792+git...@gmail.com> Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths: M Source/WebCore/dom/RequestAnimationFrameCallback.idl Log Message: ----------- Sync `RequestAnimationFrameCallback` with WebIDL interface https://bugs.webkit.org/show_bug.cgi?id=283862 Reviewed by Chris Dumez. This patch aligns WebKit with Web Specification [1]: [1] https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animation-frames It fixes where 'highResTime' was 'unrestricted double', which is not same as 'double', since earlier can allow values like non-finite, and special "not a number" values (NaNs). This matches what specification says and also other browser implementation as well. * Source/WebCore/dom/RequestAnimationFrameCallback.idl: Canonical link: https://commits.webkit.org/296745@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