Branch: refs/heads/webkitglib/2.40 Home: https://github.com/WebKit/WebKit Commit: dbfe0afd79471af1e7fa05155e2d41e8ffaaeb1b https://github.com/WebKit/WebKit/commit/dbfe0afd79471af1e7fa05155e2d41e8ffaaeb1b Author: Sihui Liu <sihui_...@apple.com> Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths: M Source/WebCore/Modules/filesystemaccess/FileSystemStorageConnection.h M Source/WebCore/Modules/filesystemaccess/WorkerFileSystemStorageConnection.cpp M Source/WebCore/Modules/filesystemaccess/WorkerFileSystemStorageConnection.h M Source/WebKit/WebProcess/WebCoreSupport/WebFileSystemStorageConnection.cpp M Source/WebKit/WebProcess/WebCoreSupport/WebFileSystemStorageConnection.h Log Message: ----------- Cherry-pick 260820@main (0322868c6282). https://bugs.webkit.org/show_bug.cgi?id=252852 WebFileSystemStorageConnection::closeSyncAccessHandle returns without invoking completionHandler https://bugs.webkit.org/show_bug.cgi?id=252852 rdar://105848225 Reviewed by Youenn Fablet. Ensure completionHandler is called. * Source/WebCore/Modules/filesystemaccess/FileSystemStorageConnection.h: * Source/WebCore/Modules/filesystemaccess/WorkerFileSystemStorageConnection.cpp: (WebCore::WorkerFileSystemStorageConnection::closeSyncAccessHandle): * Source/WebCore/Modules/filesystemaccess/WorkerFileSystemStorageConnection.h: * Source/WebKit/WebProcess/WebCoreSupport/WebFileSystemStorageConnection.cpp: (WebKit::WebFileSystemStorageConnection::closeSyncAccessHandle): * Source/WebKit/WebProcess/WebCoreSupport/WebFileSystemStorageConnection.h: Canonical link: https://commits.webkit.org/260820@main Commit: c0289be0b9ab80469106e8b06cf75b9c62f37ec9 https://github.com/WebKit/WebKit/commit/c0289be0b9ab80469106e8b06cf75b9c62f37ec9 Author: Vitaly Dyachkov <vit...@igalia.com> Date: 2023-03-13 (Mon, 13 Mar 2023) Changed paths: A LayoutTests/fast/text/variations/basic-properties-expected.html A LayoutTests/fast/text/variations/basic-properties.html A LayoutTests/fast/text/variations/resources/AmstelvarAlpha-VF.woff2 A LayoutTests/fast/text/variations/resources/Roboto-VF.woff2 A LayoutTests/fast/text/variations/resources/jost-VF.woff2 M Source/WebCore/platform/graphics/freetype/FontCacheFreeType.cpp M Source/WebCore/platform/graphics/freetype/FontCacheFreeType.h M Source/WebCore/platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp Log Message: ----------- Cherry-pick 261566@main (2d385163e7ce). https://bugs.webkit.org/show_bug.cgi?id=177039 [Freetype] Apply basic font properties as font variation settings https://bugs.webkit.org/show_bug.cgi?id=177039 Reviewed by Carlos Garcia Campos. This patch makes sure that the basic font properties, such as `font-weight`, `font-width`, and `font-style`, are applied in the same way as `font-variation-settings`. * LayoutTests/fast/text/variations/basic-properties-expected.html: Added. * LayoutTests/fast/text/variations/basic-properties.html: Added. * LayoutTests/fast/text/variations/resources/AmstelvarAlpha-VF.woff2: Added. * LayoutTests/fast/text/variations/resources/Roboto-VF.woff2: Added. * LayoutTests/fast/text/variations/resources/jost-VF.woff2: Added. * Source/WebCore/platform/graphics/freetype/FontCacheFreeType.cpp: (WebCore::buildVariationSettings): Canonical link: https://commits.webkit.org/261566@main Compare: https://github.com/WebKit/WebKit/compare/adee3e4cb6f6...c0289be0b9ab _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes