Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b12d8eff27e01777629a0999cb7a228de070ccba https://github.com/WebKit/WebKit/commit/b12d8eff27e01777629a0999cb7a228de070ccba Author: Anne van Kesteren <ann...@annevk.nl> Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths: M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj M Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtension.mm M Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionAPIAction.mm M Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionAPIMenus.mm A Tools/TestWebKitAPI/cocoa/TestCocoaImageAndCocoaColor.h A Tools/TestWebKitAPI/cocoa/TestCocoaImageAndCocoaColor.mm M Tools/TestWebKitAPI/cocoa/WebExtensionUtilities.h M Tools/TestWebKitAPI/cocoa/WebExtensionUtilities.mm Log Message: ----------- Move TestWebKitAPI/cocoa pixel lookup and color comparison utilities to their own file https://bugs.webkit.org/show_bug.cgi?id=290751 Reviewed by Youenn Fablet. This allows them to be used in tests that don't require ENABLE(WK_WEB_EXTENSIONS). * Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: * Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtension.mm: * Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionAPIAction.mm: * Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebExtensionAPIMenus.mm: * Tools/TestWebKitAPI/cocoa/TestCocoaImageAndCocoaColor.h: Added. * Tools/TestWebKitAPI/cocoa/TestCocoaImageAndCocoaColor.mm: Added. (TestWebKitAPI::Util::pixelColor): (TestWebKitAPI::Util::toSRGBColor): (TestWebKitAPI::Util::compareColors): * Tools/TestWebKitAPI/cocoa/WebExtensionUtilities.h: * Tools/TestWebKitAPI/cocoa/WebExtensionUtilities.mm: (TestWebKitAPI::Util::pixelColor): Deleted. (TestWebKitAPI::Util::toSRGBColor): Deleted. (TestWebKitAPI::Util::compareColors): Deleted. Canonical link: https://commits.webkit.org/292928@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