[webkit-changes] [WebKit/WebKit] 619473: Remove WKBundleFrameIsRemote

Alex Christensen noreply at github.com
Wed Dec 4 12:17:22 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6194732613da51a04d72cb4b25b670c69ab6e663
      https://github.com/WebKit/WebKit/commit/6194732613da51a04d72cb4b25b670c69ab6e663
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp
    M Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleFrame.h

  Log Message:
  -----------
  Remove WKBundleFrameIsRemote
https://bugs.webkit.org/show_bug.cgi?id=284057

Reviewed by Charlie Wolfe.

We added it for WebKitTestRunner but it turned out to be a bad idea
so we removed its use.  To prevent us from being tempted to use it
again, let's remove it.  It's currently unused code.

* Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp:
(WKBundleFrameIsRemote): Deleted.
* Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleFrame.h:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list