Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 60e7ce5c20bc02a0b06942cec2e35457ab9bce50 https://github.com/WebKit/WebKit/commit/60e7ce5c20bc02a0b06942cec2e35457ab9bce50 Author: Rob Buis <rb...@igalia.com> Date: 2024-04-15 (Mon, 15 Apr 2024)
Changed paths: M Source/WebCore/css/ComputedStyleExtractor.cpp M Source/WebCore/dom/Element.cpp M Source/WebCore/editing/CustomUndoStep.cpp M Source/WebCore/editing/DeleteSelectionCommand.cpp M Source/WebCore/html/HTMLButtonElement.cpp M Source/WebCore/html/HTMLFormElement.cpp M Source/WebCore/html/HTMLTextFormControlElement.cpp M Source/WebCore/html/ValidatedFormListedElement.cpp M Source/WebCore/page/FocusController.cpp M Source/WebCore/page/LocalFrameView.cpp M Source/WebCore/page/TextIndicator.cpp M Source/WebCore/page/UndoItem.h M Source/WebCore/svg/SVGLocatable.cpp Log Message: ----------- Adopt smart pointers for updateLayoutIgnorePendingStylesheets calls https://bugs.webkit.org/show_bug.cgi?id=272673 Reviewed by Chris Dumez. Adopt smart pointers for updateLayoutIgnorePendingStylesheets calls. * Source/WebCore/css/ComputedStyleExtractor.cpp: (WebCore::ComputedStyleExtractor::propertyValue const): * Source/WebCore/dom/Element.cpp: (WebCore::Element::getClientRects): * Source/WebCore/editing/CustomUndoStep.cpp: (WebCore::CustomUndoStep::unapply): (WebCore::CustomUndoStep::reapply): * Source/WebCore/editing/DeleteSelectionCommand.cpp: (WebCore::DeleteSelectionCommand::fixupWhitespace): * Source/WebCore/html/HTMLButtonElement.cpp: (WebCore::HTMLButtonElement::defaultEventHandler): * Source/WebCore/html/HTMLFormElement.cpp: (WebCore::HTMLFormElement::requestSubmit): (WebCore::HTMLFormElement::reportValidity): * Source/WebCore/html/HTMLTextFormControlElement.cpp: (WebCore::HTMLTextFormControlElement::setSelectionRange): * Source/WebCore/html/ValidatedFormListedElement.cpp: (WebCore::ValidatedFormListedElement::reportValidity): * Source/WebCore/page/FocusController.cpp: (WebCore::FocusController::findFocusableElementDescendingIntoSubframes): (WebCore::FocusController::advanceFocusDirectionallyInContainer): * Source/WebCore/page/LocalFrameView.cpp: (WebCore::LocalFrameView::scrollElementToRect): (WebCore::LocalFrameView::performFixedWidthAutoSize): * Source/WebCore/page/TextIndicator.cpp: (WebCore::initializeIndicator): * Source/WebCore/page/UndoItem.h: (WebCore::UndoItem::protectedDocument const): * Source/WebCore/svg/SVGLocatable.cpp: (WebCore::SVGLocatable::computeCTM): Canonical link: https://commits.webkit.org/277519@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