Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 90805fde47af113dc03fef9d58a8e364d6bc8b7c https://github.com/WebKit/WebKit/commit/90805fde47af113dc03fef9d58a8e364d6bc8b7c Author: Simon Fraser <simon.fra...@apple.com> Date: 2025-04-12 (Sat, 12 Apr 2025)
Changed paths: M Source/WebCore/css/parser/CSSParserFastPaths.cpp Log Message: ----------- Minor cleanup in finishParsingHexColor() https://bugs.webkit.org/show_bug.cgi?id=291453 rdar://149091397 Reviewed by Sam Weinig. Avoid going through the intermediate `PackedColor::ARGB` because constructing an `SRGBA<uint8_t>` from a `PackedColor::ARGB` involves some additional bit shifting. * Source/WebCore/css/parser/CSSParserFastPaths.cpp: (WebCore::finishParsingHexColor): Canonical link: https://commits.webkit.org/293638@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