<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>313657</bug_id>
          
          <creation_ts>2026-04-29 08:53:22 -0700</creation_ts>
          <short_desc>[Site Isolation] Enable same-site BFCache with cross-site iframes</short_desc>
          <delta_ts>2026-05-28 09:40:57 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Misc.</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Basuke Suzuki">basuke</reporter>
          <assigned_to name="Basuke Suzuki">basuke</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2205799</commentid>
    <comment_count>0</comment_count>
    <who name="Basuke Suzuki">basuke</who>
    <bug_when>2026-04-29 08:53:22 -0700</bug_when>
    <thetext>Step 2 of same-site BFCache under Site Isolation.

Step 1 (bug 313615) enabled in-process BFCache for same-site navigations when the page has no cross-site iframes. This bug covers the remaining case: pages WITH cross-site iframes.

The challenge is that in-process BFCache (driven by FrameLoader in the WebProcess) does not coordinate with iframe processes. Cross-site iframe content lives in separate processes that need to be suspended/restored.

Approach: When the WebProcess caches a page with cross-site iframes, it notifies the UIProcess via a new IPC. The UIProcess then calls the existing suspendSubframeProcesses() to coordinate iframe process suspension using the existing SetSubframesSuspended IPC. On restore, the reverse path unsuspends iframe processes.

This completes same-site BFCache support under Site Isolation.

rdar://175857874</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2208122</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2026-05-06 08:54:12 -0700</bug_when>
    <thetext>&lt;rdar://problem/176368842&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2210142</commentid>
    <comment_count>2</comment_count>
    <who name="Basuke Suzuki">basuke</who>
    <bug_when>2026-05-12 08:36:07 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/64762</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2215341</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-05-28 09:40:56 -0700</bug_when>
    <thetext>Committed 314050@main (444bd55f4300): &lt;https://commits.webkit.org/314050@main&gt;

Reviewed commits have been landed. Closing PR #64762 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>