<?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>296710</bug_id>
          
          <creation_ts>2025-07-30 11:18:50 -0700</creation_ts>
          <short_desc>Extend Fetch to accept local connections</short_desc>
          <delta_ts>2025-08-29 09:44:20 -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>Page Loading</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>
          <dependson>297626</dependson>
          <blocked>250607</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Ian Gower">i_gower</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>beidson</cc>
    
    <cc>commit-queue</cc>
    
    <cc>jenner</cc>
    
    <cc>jer.noble</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2133440</commentid>
    <comment_count>0</comment_count>
    <who name="Ian Gower">i_gower</who>
    <bug_when>2025-07-30 11:18:50 -0700</bug_when>
    <thetext>Extend Fetch to accept local connections</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2133442</commentid>
    <comment_count>1</comment_count>
    <who name="Ian Gower">i_gower</who>
    <bug_when>2025-07-30 11:19:53 -0700</bug_when>
    <thetext>rdar://154439024</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2133484</commentid>
    <comment_count>2</comment_count>
    <who name="Ian Gower">i_gower</who>
    <bug_when>2025-07-30 14:08:17 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/48741</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2137542</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-08-19 15:10:55 -0700</bug_when>
    <thetext>Committed 298921@main (d4e2bd45ea23): &lt;https://commits.webkit.org/298921@main&gt;

Reviewed commits have been landed. Closing PR #48741 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2137564</commentid>
    <comment_count>4</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2025-08-19 16:41:21 -0700</bug_when>
    <thetext>Re-opened since this is blocked by bug 297626</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2137568</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-08-19 16:54:44 -0700</bug_when>
    <thetext>Committed 298927@main (5b46346c7d14): &lt;https://commits.webkit.org/298927@main&gt;

Reviewed commits have been landed. Closing PR #49624 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2137571</commentid>
    <comment_count>6</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2025-08-19 17:00:40 -0700</bug_when>
    <thetext>https://commits.webkit.org/298921@main broke all of the builds with the following error:

Undefined symbols for architecture x86_64:
  &quot;WebCore::ScriptWrappable::~ScriptWrappable()&quot;, referenced from:
      WebCore::Geolocation::~Geolocation() in 
ld: symbol(s) not found for architecture x86_64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Example build failure: https://build.webkit.org/#/builders/1223/builds/10893

As such, we had to revert the change, and that was reverted in: https://commits.webkit.org/298927@main</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2137572</commentid>
    <comment_count>7</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2025-08-19 17:05:45 -0700</bug_when>
    <thetext>Another thing to note:

On the initial PR: https://github.com/WebKit/WebKit/pull/48741

It did fail style checker, and it also failed merge-queue with the error that we are seeing. However, it was then landed with unsafe-merge-queue. Not a huge deal, but it is something to double check and be aware of.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2137618</commentid>
    <comment_count>8</comment_count>
    <who name="Ian Gower">i_gower</who>
    <bug_when>2025-08-19 21:14:33 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/49639</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2137842</commentid>
    <comment_count>9</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-08-20 15:47:12 -0700</bug_when>
    <thetext>Committed 298981@main (a3bc93f96c80): &lt;https://commits.webkit.org/298981@main&gt;

Reviewed commits have been landed. Closing PR #49639 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2139703</commentid>
    <comment_count>10</comment_count>
    <who name="Jer Noble">jer.noble</who>
    <bug_when>2025-08-29 09:44:20 -0700</bug_when>
    <thetext>This was the wrong fix to resolve that error. `#include &quot;ScriptWrappableInlines.h&quot;` should have been added to Geolocation.cpp.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>