[webkit-changes] [WebKit/WebKit] 26046f: Adopt dynamicDowncast<> in WebPageIOS

Anne van Kesteren noreply at github.com
Tue Jan 16 12:19:55 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 26046f7a932f686f825ac5a8f72e65106bb5e37c
      https://github.com/WebKit/WebKit/commit/26046f7a932f686f825ac5a8f72e65106bb5e37c
  Author: Anne van Kesteren <annevk at annevk.nl>
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
    M Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm

  Log Message:
  -----------
  Adopt dynamicDowncast<> in WebPageIOS
https://bugs.webkit.org/show_bug.cgi?id=267573

Reviewed by Chris Dumez.

There's a couple remaining downcast<>s without obvious alternatives.

* Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:
(WebKit::WebPage::handleSyntheticClick):
(WebKit::WebPage::sendTapHighlightForNodeIfNecessary):
(WebKit::WebPage::commitPotentialTap):
(WebKit::WebPage::setFocusedElementValue):
(WebKit::WebPage::setFocusedElementSelectedIndex):
(WebKit::WebPage::absoluteInteractionBounds):
(WebKit::isAssistableElement):
(WebKit::imageRendererAndImage):
(WebKit::hostVideoElementIgnoringImageOverlay):
(WebKit::imagePositionInformation):
(WebKit::boundsPositionInformation):
(WebKit::selectionPositionInformation):
(WebKit::WebPage::positionInformation):
(WebKit::WebPage::performActionOnElement):
(WebKit::nextAssistableElement):
(WebKit::WebPage::focusedElementInformation):
(WebKit::WebPage::autofillLoginCredentials):
(WebKit::WebPage::removeTextPlaceholder):
(WebKit::WebPage::requestDocumentEditingContext):

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




More information about the webkit-changes mailing list