[webkit-changes] [WebKit/WebKit] 5a3fd1: Start preparing to instantiate RemoteFrames

Commit Queue noreply at github.com
Sat Oct 15 10:32:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5a3fd1c32eaac2fc56a5efea6ce19848d2478082
      https://github.com/WebKit/WebKit/commit/5a3fd1c32eaac2fc56a5efea6ce19848d2478082
  Author: Alex Christensen <achristensen at webkit.org>
  Date:   2022-10-15 (Sat, 15 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/FrameTree.cpp
    M Source/WebCore/page/FrameTree.h
    M Source/WebCore/page/RemoteFrame.cpp
    M Source/WebCore/page/RemoteFrame.h
    M Source/WebCore/page/ios/FrameIOS.mm
    M Source/WebKit/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp
    M Source/WebKit/WebProcess/WebPage/WebFrame.cpp
    M Source/WebKit/WebProcess/WebPage/WebFrame.h

  Log Message:
  -----------
  Start preparing to instantiate RemoteFrames
https://bugs.webkit.org/show_bug.cgi?id=246562

Reviewed by Tim Horton.

* Source/WebCore/page/AbstractFrame.cpp:
(WebCore::AbstractFrame::AbstractFrame):
(WebCore::AbstractFrame::page const):
(WebCore::AbstractFrame::detachFromPage):
* Source/WebCore/page/AbstractFrame.h:
(WebCore::AbstractFrame::windowProxy const):
(WebCore::AbstractFrame::tree const):
* Source/WebCore/page/Frame.cpp:
(WebCore::Frame::Frame):
(WebCore::Frame::setDocument):
(WebCore::Frame::invalidateContentEventRegionsIfNeeded):
(WebCore::Frame::orientation const):
(WebCore::Frame::injectUserScripts):
(WebCore::Frame::createView):
(WebCore::parentFromOwnerElement): Deleted.
(WebCore::Frame::page const): Deleted.
* Source/WebCore/page/Frame.h:
(WebCore::Frame::tree const): Deleted.
(WebCore::Frame::detachFromPage): Deleted.
* Source/WebCore/page/FrameTree.cpp:
(WebCore::FrameTree::FrameTree):
(WebCore::FrameTree::~FrameTree):
(WebCore::FrameTree::parent const):
(WebCore::FrameTree::removeChild):
(WebCore::FrameTree::scopedChild const):
(WebCore::FrameTree::scopedChildCount const):
(WebCore::FrameTree::child const):
(WebCore::FrameTree::find const):
(WebCore::FrameTree::isDescendantOf const):
(WebCore::FrameTree::traverseNext const):
(WebCore::FrameTree::firstRenderedChild const):
(WebCore::FrameTree::nextRenderedSibling const):
(WebCore::FrameTree::traverseNextRendered const):
(WebCore::FrameTree::traversePrevious const):
(WebCore::FrameTree::traverseNextInPostOrder const):
(WebCore::FrameTree::deepFirstChild const):
(WebCore::FrameTree::deepLastChild const):
(WebCore::FrameTree::top const):
(printFrames):
* Source/WebCore/page/FrameTree.h:
(WebCore::FrameTree::nextSibling const):
(WebCore::FrameTree::previousSibling const):
(WebCore::FrameTree::firstChild const):
(WebCore::FrameTree::lastChild const):
* Source/WebCore/page/RemoteFrame.cpp:
(WebCore::RemoteFrame::RemoteFrame):
(WebCore::RemoteFrame::~RemoteFrame): Deleted.
* Source/WebCore/page/RemoteFrame.h:
* Source/WebKit/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
(WebKit::WebFrameLoaderClient::createFrame):
* Source/WebKit/WebProcess/WebPage/WebFrame.cpp:
(WebKit::WebFrame::createSubframe):
* Source/WebKit/WebProcess/WebPage/WebFrame.h:

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




More information about the webkit-changes mailing list