[webkit-changes] [WebKit/WebKit] 38bea4: Move frame tree insertion to AbstractFrame constru...

EWS noreply at github.com
Mon Oct 24 12:41:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 38bea4b994b275f9f462ca1bff37bc4128d9d948
      https://github.com/WebKit/WebKit/commit/38bea4b994b275f9f462ca1bff37bc4128d9d948
  Author: Alex Christensen <achristensen at webkit.org>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M Source/WebCore/page/AbstractFrame.cpp
    M Source/WebCore/page/AbstractFrame.h
    M Source/WebCore/page/Frame.cpp
    M Source/WebCore/page/Frame.h
    M Source/WebCore/page/RemoteFrame.cpp
    M Source/WebCore/page/RemoteFrame.h
    M Source/WebKit/WebProcess/WebPage/WebFrame.cpp
    M Source/WebKitLegacy/mac/WebView/WebFrame.mm
    M Source/WebKitLegacy/win/WebCoreSupport/WebFrameLoaderClient.cpp

  Log Message:
  -----------
  Move frame tree insertion to AbstractFrame constructor
https://bugs.webkit.org/show_bug.cgi?id=246903

Reviewed by Tim Horton.

* Source/WebCore/page/AbstractFrame.cpp:
(WebCore::AbstractFrame::AbstractFrame):
* Source/WebCore/page/AbstractFrame.h:
* Source/WebCore/page/Frame.cpp:
(WebCore::Frame::Frame):
* Source/WebCore/page/Frame.h:
(isType):
* Source/WebCore/page/RemoteFrame.cpp:
(WebCore::RemoteFrame::RemoteFrame):
(WebCore::RemoteFrame::setWindow):
* Source/WebCore/page/RemoteFrame.h:
(isType):
* Source/WebKit/WebProcess/WebPage/WebFrame.cpp:
(WebKit::WebFrame::createSubframe):
* Source/WebKitLegacy/mac/WebView/WebFrame.mm:
(+[WebFrame _createFrameWithPage:frameName:frameView:ownerElement:]):
* Source/WebKitLegacy/win/WebCoreSupport/WebFrameLoaderClient.cpp:
(WebFrameLoaderClient::createFrame):

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




More information about the webkit-changes mailing list