[webkit-changes] [WebKit/WebKit] af5772: Adopt more smart pointers in LocalFrame

Chris Dumez noreply at github.com
Wed Nov 1 08:10:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: af577292e5e83fa845a3291e6f6402355e5a4558
      https://github.com/WebKit/WebKit/commit/af577292e5e83fa845a3291e6f6402355e5a4558
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
    M Source/WebCore/animation/DocumentTimelinesController.h
    M Source/WebCore/editing/Editor.h
    M Source/WebCore/page/LocalFrame.cpp
    M Source/WebCore/page/LocalFrame.h
    M Source/WebCore/page/Page.cpp
    M Source/WebCore/page/Page.h

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

Reviewed by Ryosuke Niwa.

* Source/WebCore/animation/DocumentTimelinesController.h:
* Source/WebCore/editing/Editor.h:
* Source/WebCore/page/LocalFrame.cpp:
(WebCore::LocalFrame::LocalFrame):
(WebCore::LocalFrame::init):
(WebCore::LocalFrame::~LocalFrame):
(WebCore::LocalFrame::setView):
(WebCore::LocalFrame::checkedEditor):
(WebCore::LocalFrame::checkedEditor const):
(WebCore::LocalFrame::setDocument):
(WebCore::LocalFrame::frameDetached):
(WebCore::LocalFrame::preventsParentFromBeingComplete const):
(WebCore::LocalFrame::changeLocation):
(WebCore::LocalFrame::broadcastFrameRemovalToOtherProcesses):
(WebCore::LocalFrame::didFinishLoadInAnotherProcess):
(WebCore::LocalFrame::invalidateContentEventRegionsIfNeeded):
(WebCore::LocalFrame::orientation const):
(WebCore::LocalFrame::searchForLabelsAboveCell):
(WebCore::LocalFrame::searchForLabelsBeforeElement):
(WebCore::LocalFrame::setPrinting):
(WebCore::LocalFrame::injectUserScripts):
(WebCore::LocalFrame::injectUserScriptImmediately):
(WebCore::LocalFrame::clearTimers):
(WebCore::LocalFrame::willDetachPage):
(WebCore::LocalFrame::visiblePositionForPoint const):
(WebCore::LocalFrame::documentAtPoint):
(WebCore::LocalFrame::rangeForPoint):
(WebCore::LocalFrame::createView):
(WebCore::LocalFrame::trackedRepaintRectsAsText const):
(WebCore::LocalFrame::setPageAndTextZoomFactors):
(WebCore::LocalFrame::frameScaleFactor const):
(WebCore::LocalFrame::suspendActiveDOMObjectsAndAnimations):
(WebCore::LocalFrame::resumeActiveDOMObjectsAndAnimations):
(WebCore::LocalFrame::deviceOrPageScaleFactorChanged):
(WebCore::LocalFrame::dropChildren):
(WebCore::LocalFrame::screenSize const):
(WebCore::LocalFrame::setOverrideScreenSize):
(WebCore::LocalFrame::documentURLDidChange):
* Source/WebCore/page/LocalFrame.h:
* Source/WebCore/page/Page.cpp:
(WebCore::Page::protectedScrollingCoordinator):
(WebCore::Page::protectedUserContentProvider):
* Source/WebCore/page/Page.h:

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




More information about the webkit-changes mailing list