[webkit-changes] [WebKit/WebKit] 31313f: More dynamicDowncast<> adoption in editing code

Anne van Kesteren noreply at github.com
Wed Feb 7 10:07:30 PST 2024


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

  Changed paths:
    M Source/WebCore/editing/EditorCommand.cpp
    M Source/WebCore/editing/FormatBlockCommand.cpp
    M Source/WebCore/editing/FrameSelection.cpp
    M Source/WebCore/editing/InsertListCommand.cpp
    M Source/WebCore/editing/SimplifyMarkupCommand.cpp
    M Source/WebCore/editing/SpellChecker.cpp
    M Source/WebCore/editing/SplitTextNodeContainingElementCommand.cpp
    M Source/WebCore/editing/VisibleSelection.cpp

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

Reviewed by Chris Dumez.

* Source/WebCore/editing/EditorCommand.cpp:
(WebCore::targetFrame):
(WebCore::verticalScrollDistance):
* Source/WebCore/editing/FormatBlockCommand.cpp:
(WebCore::isElementForFormatBlock):
(WebCore::FormatBlockCommand::elementForFormatBlockCommand):
(WebCore::enclosingBlockToSplitTreeTo):
* Source/WebCore/editing/FrameSelection.cpp:
(WebCore::removingNodeRemovesPosition):
(WebCore::CaretBase::paintCaret const):
(WebCore::FrameSelection::selectAll):
(WebCore::scanForForm):
* Source/WebCore/editing/InsertListCommand.cpp:
(WebCore::InsertListCommand::mergeWithNeighboringLists):
* Source/WebCore/editing/SimplifyMarkupCommand.cpp:
(WebCore::SimplifyMarkupCommand::doApply):
* Source/WebCore/editing/SpellChecker.cpp:
(WebCore::SpellChecker::isCheckable const):
* Source/WebCore/editing/SplitTextNodeContainingElementCommand.cpp:
(WebCore::SplitTextNodeContainingElementCommand::doApply):
* Source/WebCore/editing/VisibleSelection.cpp:
(WebCore::VisibleSelection::isInPasswordField const):

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




More information about the webkit-changes mailing list