[webkit-changes] [WebKit/WebKit] fc08a3: Adopt smart pointers for updateLayout calls
Rob Buis
noreply at github.com
Wed Apr 17 02:17:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fc08a3b096a4d7587bade1e0f7a7c6074a9d8537
https://github.com/WebKit/WebKit/commit/fc08a3b096a4d7587bade1e0f7a7c6074a9d8537
Author: Rob Buis <rbuis at igalia.com>
Date: 2024-04-17 (Wed, 17 Apr 2024)
Changed paths:
M Source/WebCore/css/ComputedStyleExtractor.cpp
M Source/WebCore/dom/BoundaryPoint.h
M Source/WebCore/editing/Editor.cpp
M Source/WebCore/html/HTMLLabelElement.cpp
M Source/WebCore/html/ImageInputType.cpp
M Source/WebCore/html/shadow/MediaControlTextTrackContainerElement.cpp
M Source/WebCore/page/LocalFrameView.cpp
M Source/WebCore/page/PrintContext.cpp
M Source/WebCore/page/ios/FrameIOS.mm
M Source/WebKit/WebProcess/FullScreen/WebFullScreenManager.cpp
M Source/WebKit/WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp
M Source/WebKit/WebProcess/WebPage/WebPage.cpp
M Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm
Log Message:
-----------
Adopt smart pointers for updateLayout calls
https://bugs.webkit.org/show_bug.cgi?id=272738
Reviewed by Ryosuke Niwa.
Adopt smart pointers for updateLayout calls.
* Source/WebCore/css/ComputedStyleExtractor.cpp:
(WebCore::ComputedStyleExtractor::propertyValue const):
* Source/WebCore/dom/BoundaryPoint.h:
* Source/WebCore/editing/Editor.cpp:
(WebCore::Editor::firstRectForRange const):
* Source/WebCore/html/HTMLLabelElement.cpp:
(WebCore::HTMLLabelElement::focus):
* Source/WebCore/html/ImageInputType.cpp:
(WebCore::ImageInputType::height const):
(WebCore::ImageInputType::width const):
* Source/WebCore/html/shadow/MediaControlTextTrackContainerElement.cpp:
(WebCore::MediaControlTextTrackContainerElement::createTextTrackRepresentationImage):
* Source/WebCore/page/LocalFrameView.cpp:
(WebCore::LocalFrameView::performSizeToContentAutoSize):
(WebCore::LocalFrameView::setTracksRepaints):
(WebCore::LocalFrameView::trackedRepaintRectsAsText const):
* Source/WebCore/page/PrintContext.cpp:
(WebCore::PrintContext::pageProperty):
* Source/WebCore/page/ios/FrameIOS.mm:
(WebCore::LocalFrame::wordsInCurrentParagraph const):
(WebCore::LocalFrame::preferredHeight const):
(WebCore::LocalFrame::updateLayout const):
* Source/WebKit/WebProcess/FullScreen/WebFullScreenManager.cpp:
(WebKit::WebFullScreenManager::willEnterFullScreen):
* Source/WebKit/WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp:
(WebKit::InjectedBundleRangeHandle::text const):
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::updateAttachmentAttributes):
* Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:
(WebKit::WebPage::requestDocumentEditingContext):
(WebKit::WebPage::focusTextInputContextAndPlaceCaret):
Canonical link: https://commits.webkit.org/277606@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list