<?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>275174</bug_id>
          
          <creation_ts>2024-06-05 11:35:43 -0700</creation_ts>
          <short_desc>The URL for Chromium bugs has changed, stopping them from being added to See Also in Bugzilla</short_desc>
          <delta_ts>2024-06-09 09:47:14 -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>Tools / Tests</component>
          <version>Safari 17</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="Daniel Jacobs">danielhunterjacobs</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>jond</cc>
    
    <cc>karlcow</cc>
    
    <cc>lingho</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2039910</commentid>
    <comment_count>0</comment_count>
    <who name="Daniel Jacobs">danielhunterjacobs</who>
    <bug_when>2024-06-05 11:35:43 -0700</bug_when>
    <thetext>https://bugs.chromium.org/p/chromium/issues/list is now https://issues.chromium.org/issues, but that is not an accepted URL for adding bugs to See Also.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2039943</commentid>
    <comment_count>1</comment_count>
    <who name="Daniel Jacobs">danielhunterjacobs</who>
    <bug_when>2024-06-05 13:43:48 -0700</bug_when>
    <thetext>This change was documented in https://developer.chrome.com/blog/chromium-issue-tracker-migration-complete</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2039947</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2024-06-05 14:07:12 -0700</bug_when>
    <thetext>Thank you for the report!

The fix would be in Websites/bugs.webkit.org/Bugzilla/BugUrl/Chromium.pm</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2040002</commentid>
    <comment_count>3</comment_count>
    <who name="Daniel Jacobs">danielhunterjacobs</who>
    <bug_when>2024-06-05 20:08:36 -0700</bug_when>
    <thetext>Maybe the subroutines in https://github.com/WebKit/WebKit/blob/main/Websites/bugs.webkit.org/Bugzilla/BugUrl/Chromium.pm should just be these, adapted from the simpler code in https://github.com/WebKit/WebKit/blob/main/Websites/bugs.webkit.org/Bugzilla/BugUrl/Google.pm. Though if there&apos;s still a desire to support the old Chromium URL syntax the code would either need to be more complex or these subroutines could be added to a new Perl module. I just don&apos;t understand the point of the current code for Chromium that gets $project_name and $bug_id in _check_value.

sub should_handle {
    my ($class, $uri) = @_;

    # Chromium URLs have this form:
    #   http(s)://issues.chromium.org/issues/1234
    return (lc($uri-&gt;authority) eq &apos;issues.chromium.org&apos;
            and $uri-&gt;path =~ m|^/issues/\d+$| ? 1 : 0;
}

sub _check_value {
    my ($class, $uri) = @_;
    
    $uri = $class-&gt;SUPER::_check_value($uri);

    return $uri;
}</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2040239</commentid>
    <comment_count>4</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2024-06-06 22:17:58 -0700</bug_when>
    <thetext>is there a chance that old URI will go 500 in the future or 410 Gone?
Asking because I wonder if the bugs should be updated.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2040333</commentid>
    <comment_count>5</comment_count>
    <who name="Daniel Jacobs">danielhunterjacobs</who>
    <bug_when>2024-06-07 10:28:28 -0700</bug_when>
    <thetext>Opened https://github.com/WebKit/WebKit/pull/29624</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2040533</commentid>
    <comment_count>6</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2024-06-09 09:46:44 -0700</bug_when>
    <thetext>Committed 279863@main (15c7ae209695): &lt;https://commits.webkit.org/279863@main&gt;

Reviewed commits have been landed. Closing PR #29624 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2040534</commentid>
    <comment_count>7</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-06-09 09:47:14 -0700</bug_when>
    <thetext>&lt;rdar://problem/129473435&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>