Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 084154b27a5c5184b5cb401c9b6916d71a4d120d
https://github.com/WebKit/WebKit/commit/084154b27a5c5184b5cb401c9b6916d71a4d120d
Author: Sam Weinig <[email protected]>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M Source/WebCore/css/query/ContainerQueryFeatures.cpp
M Source/WebCore/css/query/MediaQueryFeatures.cpp
M Source/WebCore/dom/Document.cpp
M Source/WebCore/dom/Element.cpp
M Source/WebCore/dom/ImageOverlay.cpp
M Source/WebCore/dom/ViewTransition.cpp
M Source/WebCore/html/HTMLImageElement.cpp
M Source/WebCore/html/ImageInputType.cpp
M Source/WebCore/inspector/InspectorOverlay.cpp
M Source/WebCore/page/ResizeObservation.cpp
M Source/WebCore/style/StyleExtractor.cpp
M Source/WebCore/style/values/viewport/StyleZoomPrimitives.h
M Source/WebCore/style/values/viewport/StyleZoomPrimitivesInlines.h
Log Message:
-----------
Unify naming of zoom applying/unapplying functions
https://bugs.webkit.org/show_bug.cgi?id=322599
Reviewed by Darin Adler and Taher Ali.
Unify naming of zoom applying/unapplying functions to:
- applyingZoom<T>(...)
- unapplyingZoom<T>(...)
Making the type required makes it more clear at call sites
what conversions are happening. The previous behavior of
truncating to int when using the base function was unclear.
* Source/WebCore/css/query/ContainerQueryFeatures.cpp:
* Source/WebCore/css/query/MediaQueryFeatures.cpp:
* Source/WebCore/dom/Document.cpp:
* Source/WebCore/dom/Element.cpp:
* Source/WebCore/dom/ImageOverlay.cpp:
* Source/WebCore/dom/ViewTransition.cpp:
* Source/WebCore/html/HTMLImageElement.cpp:
* Source/WebCore/html/ImageInputType.cpp:
* Source/WebCore/inspector/InspectorOverlay.cpp:
* Source/WebCore/page/ResizeObservation.cpp:
* Source/WebCore/style/StyleExtractor.cpp:
* Source/WebCore/style/values/viewport/StyleZoomPrimitives.h:
* Source/WebCore/style/values/viewport/StyleZoomPrimitivesInlines.h:
Canonical link: https://commits.webkit.org/320078@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications