Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3ce6e3128540e80d17f73b1cd8b7473059bfb2da
https://github.com/WebKit/WebKit/commit/3ce6e3128540e80d17f73b1cd8b7473059bfb2da
Author: Lily Spiniolas <[email protected]>
Date: 2026-09-22 (Tue, 22 Sep 2026)
Changed paths:
M Source/WebCore/dom/DocumentEnums.h
M Source/WebCore/rendering/RenderBox.cpp
M Source/WebCore/rendering/RenderImage.cpp
M Source/WebCore/rendering/RenderImage.h
M Source/WebCore/rendering/RenderView.h
M Source/WebCore/style/StyleDocumentScope.cpp
M Source/WebCore/style/StyleDocumentScope.h
M Source/WebCore/style/computed/StyleComputedStyleBase+GettersInlines.h
M Source/WebCore/style/computed/StyleComputedStyleBase+SettersInlines.h
M Source/WebCore/style/computed/StyleComputedStyleBase.h
M Source/WebCore/style/computed/data/StyleInheritedRareData.cpp
M Source/WebCore/style/computed/data/StyleInheritedRareData.h
Log Message:
-----------
[Smart Image Resizer] Add foundation for smart image resizer for internal
clients
https://bugs.webkit.org/show_bug.cgi?id=324788
rdar://188052808
Reviewed by Abrar Rahman Protyasha.
Add foundation for a smart image resizer mechanism for internal clients which
will automatically resize images as needed based on a variety of heuristics.
* Source/WebCore/dom/DocumentEnums.h:
* Source/WebCore/rendering/RenderBox.cpp:
(WebCore::RenderBox::styleDidChange):
* Source/WebCore/rendering/RenderImage.cpp:
(WebCore::RenderImage::willBeDestroyed):
(WebCore::RenderImage::layout):
* Source/WebCore/rendering/RenderImage.h:
* Source/WebCore/rendering/RenderView.h:
* Source/WebCore/style/StyleDocumentScope.cpp:
(WebCore::Style::DocumentScope::invalidateForLayoutDependencies):
* Source/WebCore/style/StyleDocumentScope.h:
* Source/WebCore/style/computed/StyleComputedStyleBase+GettersInlines.h:
(WebCore::Style::ComputedStyleBase::isAffectedBySmartImageResizer const):
* Source/WebCore/style/computed/StyleComputedStyleBase+SettersInlines.h:
(WebCore::Style::ComputedStyleBase::setIsAffectedBySmartImageResizer):
* Source/WebCore/style/computed/StyleComputedStyleBase.h:
* Source/WebCore/style/computed/data/StyleInheritedRareData.cpp:
(WebCore::Style::InheritedRareData::InheritedRareData):
(WebCore::Style::InheritedRareData::operator== const):
(WebCore::Style::InheritedRareData::dumpDifferences const):
* Source/WebCore/style/computed/data/StyleInheritedRareData.h:
Canonical link: https://commits.webkit.org/321618@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications