Branch: refs/heads/webkitglib/2.48
Home: https://github.com/WebKit/WebKit
Commit: 5d58e60f166ba5fa687d67f15af4f18e527abef6
https://github.com/WebKit/WebKit/commit/5d58e60f166ba5fa687d67f15af4f18e527abef6
Author: ChangSeok Oh <[email protected]>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M Source/WebCore/platform/graphics/skia/FontCacheSkia.cpp
Log Message:
-----------
Cherry-pick 300335@main (7146a8cb64fd).
https://bugs.webkit.org/show_bug.cgi?id=290449
[GTK][WPE] font-size-adjust:0 and SVG Font failures
https://bugs.webkit.org/show_bug.cgi?id=290449
Reviewed by Carlos Garcia Campos.
If the given font lacks the required glyphs, a system fallback font is
created.
Previously, the fallback font was initialized with the computed size, which
caused
failures in tests using font fallback with font-size-adjust. To fix this,
we now
apply font-size-adjust when setting the size of the fallback font.
Test:
imported/w3c/web-platform-tests/svg/fonts/zero-font-size-adjust-no-glyphs-font.html
imported/w3c/web-platform-tests/svg/fonts/zero-font-size-adjust-no-glyphs-zero-height-font.html
imported/w3c/web-platform-tests/svg/fonts/zero-font-size-adjust.html
* LayoutTests/platform/gtk/TestExpectations:
* LayoutTests/platform/wpe/TestExpectations:
* Source/WebCore/platform/graphics/skia/FontCacheSkia.cpp:
(WebCore::FontCache::systemFallbackForCharacterCluster):
Canonical link: https://commits.webkit.org/300335@main
Canonical link: https://commits.webkit.org/290945.387@webkitglib/2.48
Commit: 1e2ca90567f7efd9cb991e6f760df568c5d51d57
https://github.com/WebKit/WebKit/commit/1e2ca90567f7efd9cb991e6f760df568c5d51d57
Author: Ryosuke Niwa <[email protected]>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
A
LayoutTests/http/tests/lockdown-mode/media-element-is-suspended-crash-expected.txt
A LayoutTests/http/tests/lockdown-mode/media-element-is-suspended-crash.html
M Source/WebCore/html/HTMLMediaElement.cpp
Log Message:
-----------
Cherry-pick 300070@main (598af3159ad4).
https://bugs.webkit.org/show_bug.cgi?id=298998
Assertion failure in HTMLMediaElement::isSuspended()
https://bugs.webkit.org/show_bug.cgi?id=298998
Reviewed by Chris Dumez.
The assertion failure was caused because this function was getting called
between the time when
active DOM objects are stopped in Document::commonTeardown and when the
document is destroyed.
Fixed the assertion by allowing this specific situation.
Test: http/tests/lockdown-mode/media-element-is-suspended-crash.html
*
LayoutTests/http/tests/lockdown-mode/media-element-is-suspended-crash-expected.txt:
Added.
*
LayoutTests/http/tests/lockdown-mode/media-element-is-suspended-crash.html:
Added.
* Source/WebCore/html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::isSuspended const):
Canonical link: https://commits.webkit.org/300070@main
Canonical link: https://commits.webkit.org/290945.388@webkitglib/2.48
Compare: https://github.com/WebKit/WebKit/compare/f3b42a336757...1e2ca90567f7
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes