Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d0c84d38faa8fb569cc1ce54631f42337133c806
      
https://github.com/WebKit/WebKit/commit/d0c84d38faa8fb569cc1ce54631f42337133c806
  Author: Basuke Suzuki <[email protected]>
  Date:   2026-05-06 (Wed, 06 May 2026)

  Changed paths:
    M Source/WebKit/UIProcess/SuspendedPageProxy.cpp
    M Source/WebKit/WebProcess/WebPage/WebPage.cpp
    M Source/WebKit/WebProcess/WebPage/WebPage.h
    M Source/WebKit/WebProcess/WebPage/WebPage.messages.in

  Log Message:
  -----------
  Rename SetSubframesSuspended to SetIsSuspendedWithFrameItem
https://bugs.webkit.org/show_bug.cgi?id=314128
rdar://176304986

Reviewed by Wenson Hsieh.

Rename the IPC message Messages::WebPage::SetSubframesSuspended and
the corresponding WebPage::setSubframesSuspended method to
SetIsSuspendedWithFrameItem / setIsSuspendedWithFrameItem. The new
name better reflects the message's purpose: it is the per-frame-item
form of suspension in contrast to the existing SetIsSuspended(bool)
message. Also rename the parameter from identifier to frameItemID for
clarity.

Pure rename. No signature change. No semantic change. Callers updated.

* Source/WebKit/UIProcess/SuspendedPageProxy.cpp:
(WebKit::SuspendedPageProxy::suspendSubframeProcesses):
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::setIsSuspendedWithFrameItem):
(WebKit::WebPage::setSubframesSuspended): Deleted.
* Source/WebKit/WebProcess/WebPage/WebPage.h:
* Source/WebKit/WebProcess/WebPage/WebPage.messages.in:

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



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

Reply via email to