Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 411f6aaa86c35a982b3ec79d071f9e631ad4855e
https://github.com/WebKit/WebKit/commit/411f6aaa86c35a982b3ec79d071f9e631ad4855e
Author: Anne van Kesteren <[email protected]>
Date: 2026-05-26 (Tue, 26 May 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.roundrect.radius.noargument-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.roundrect.radius.noarugment-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.noargument-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.noargument.worker-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https_exclude=(Document_Window_HTML._)-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https_include=HTML._-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt
M
LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.https_exclude=(Document_Window_HTML._)-expected.txt
M
LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt
M
LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/dom/idlharness.https_include=HTML._-expected.txt
M
LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt
M LayoutTests/platform/mac-wk2/TestExpectations
M LayoutTests/platform/mac/TestExpectations
M Source/WebCore/html/canvas/CanvasPath.idl
Log Message:
-----------
Make CanvasPath's roundRect()'s radii argument optional
https://bugs.webkit.org/show_bug.cgi?id=315491
Reviewed by Tim Nguyen.
We use 0.0 instead of 0 as the binding generator cannot handle it.
(IntersectionObserver does the same.)
Also remove a commented out arcTo() definition that was added in
179144@main for unclear reasons.
And also update HTML's idlharness test expectations across platforms.
Canonical link: https://commits.webkit.org/313882@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications