[webkit-changes] [WebKit/WebKit] d0f980: Add `scaleNonUniform` in DOMMatrixReadOnly
Ahmad Saleem
noreply at github.com
Tue Nov 21 16:28:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d0f9805c729a97f2064c8572d921cda961b96eb5
https://github.com/WebKit/WebKit/commit/d0f9805c729a97f2064c8572d921cda961b96eb5
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/css/geometry/DOMMatrix-002-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/css/geometry/DOMMatrix-003-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/css/geometry/idlharness-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/css/geometry/idlharness.worker-expected.txt
M Source/WebCore/css/DOMMatrixReadOnly.cpp
M Source/WebCore/css/DOMMatrixReadOnly.h
M Source/WebCore/css/DOMMatrixReadOnly.idl
Log Message:
-----------
Add `scaleNonUniform` in DOMMatrixReadOnly
https://bugs.webkit.org/show_bug.cgi?id=263748
rdar://problem/117875678
Reviewed by Matt Woodrow.
This patch is to align WebKit with Blink / Chromium, Gecko / Firefox and Web-Specification [1]
by adding 'scaleNonUniform' support:
[1] https://drafts.fxtf.org/geometry/#dommatrixreadonly
* Source/WebCore/css/DOMMatrixReadOnly.cpp:
(DOMMatrixReadOnly::scaleNonUniform):
* Source/WebCore/css/DOMMatrixReadOnly.h:
* Source/WebCore/css/DOMMatrixReadOnly.idl:
* LayoutTests/imported/w3c/web-platform-tests/css/geometry/DOMMatrix-002-expected.txt: Rebaselined
* LayoutTests/imported/w3c/web-platform-tests/css/geometry/DOMMatrix-003-expected.txt: Rebaselined
* LayoutTests/imported/w3c/web-platform-tests/css/geometry/idlharness-expected.txt: Rebaselined
* LayoutTests/imported/w3c/web-platform-tests/css/geometry/idlharness.worker-expected.txt: Rebaselined
Canonical link: https://commits.webkit.org/271030@main
More information about the webkit-changes
mailing list