[webkit-changes] [WebKit/WebKit] aebcf6: Even more dynamicDowncast<> adoption in editing code

Anne van Kesteren noreply at github.com
Tue Feb 6 11:40:19 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: aebcf656ec82f9901f555ed629e3b40407580dbf
      https://github.com/WebKit/WebKit/commit/aebcf656ec82f9901f555ed629e3b40407580dbf
  Author: Anne van Kesteren <annevk at annevk.nl>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M Source/WebCore/editing/VisibleUnits.cpp
    M Source/WebCore/editing/cocoa/AutofillElements.cpp
    M Source/WebCore/editing/cocoa/EditorCocoa.mm
    M Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm
    M Source/WebCore/editing/ios/EditorIOS.mm
    M Source/WebCore/editing/mac/EditorMac.mm

  Log Message:
  -----------
  Even more dynamicDowncast<> adoption in editing code
https://bugs.webkit.org/show_bug.cgi?id=268815

Reviewed by Chris Dumez.

* Source/WebCore/editing/VisibleUnits.cpp:
(WebCore::previousBoundary):
(WebCore::startPositionForLine):
(WebCore::endPositionForLine):
(WebCore::findStartOfParagraph):
(WebCore::findEndOfParagraph):
(WebCore::startOfParagraph):
(WebCore::endOfParagraph):
* Source/WebCore/editing/cocoa/AutofillElements.cpp:
(WebCore::isAutofillableElement):
(WebCore::nextAutofillableElement):
(WebCore::previousAutofillableElement):
* Source/WebCore/editing/cocoa/EditorCocoa.mm:
(WebCore::maybeCopyNodeAttributesToFragment):
* Source/WebCore/editing/cocoa/WebContentReaderCocoa.mm:
(WebCore::replaceRichContentWithAttachments):
* Source/WebCore/editing/ios/EditorIOS.mm:
(WebCore::Editor::setTextAlignmentForChangedBaseWritingDirection):
(WebCore::getImage):
(WebCore::Editor::setDictationPhrasesAsChildOfElement):
* Source/WebCore/editing/mac/EditorMac.mm:
(WebCore::getImage):

Canonical link: https://commits.webkit.org/274162@main




More information about the webkit-changes mailing list