[webkit-changes] [WebKit/WebKit] 618924: Adopt more smart pointers in HTMLElement

Chris Dumez noreply at github.com
Sun Oct 29 11:03:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 61892486015d7f5e7808bdedfd92d614eebc09c0
      https://github.com/WebKit/WebKit/commit/61892486015d7f5e7808bdedfd92d614eebc09c0
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-10-29 (Sun, 29 Oct 2023)

  Changed paths:
    M Source/WebCore/dom/CustomElementReactionQueue.h
    M Source/WebCore/html/HTMLElement.cpp
    M Source/WebCore/html/HTMLElement.h

  Log Message:
  -----------
  Adopt more smart pointers in HTMLElement
https://bugs.webkit.org/show_bug.cgi?id=263841

Reviewed by Ryosuke Niwa.

* Source/WebCore/dom/CustomElementReactionQueue.h:
* Source/WebCore/html/HTMLElement.cpp:
(WebCore::HTMLElement::eventNameForEventHandlerAttribute):
(WebCore::HTMLElement::attributeChanged):
(WebCore::textToFragment):
(WebCore::HTMLElement::setInnerText):
(WebCore::HTMLElement::setOuterText):
(WebCore::setHasDirAutoFlagRecursively):
(WebCore::HTMLElement::computeDirectionalityFromText const):
(WebCore::HTMLElement::dirAttributeChanged):
(WebCore::HTMLElement::updateEffectiveDirectionality):
(WebCore::HTMLElement::adjustDirectionalityIfNeededAfterChildAttributeChanged):
(WebCore::HTMLElement::adjustDirectionalityIfNeededAfterChildrenChanged):
(WebCore::HTMLElement::attachInternals):
(WebCore::runPopoverFocusingSteps):
(WebCore::HTMLElement::showPopover):
(WebCore::HTMLElement::hidePopoverInternal):
* Source/WebCore/html/HTMLElement.h:

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




More information about the webkit-changes mailing list