<?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>246692</bug_id>
          
          <creation_ts>2022-10-18 09:18:17 -0700</creation_ts>
          <short_desc>REGRESSION: [bugs.webkit.org] Linkified commit identifiers don&apos;t go to specific commit</short_desc>
          <delta_ts>2022-10-19 08:13: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>Tools / Tests</component>
          <version>Other</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="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="lingho@apple.com">lingho</assigned_to>
          <cc>lingho</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1906483</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2022-10-18 09:18:17 -0700</bug_when>
    <thetext>Linkified commit identifiers in bugzilla (e.g. 255564@main) don&apos;t direct you to a page like https://commits.webkit.org/255564@main, but rather https://github.com/WebKit/WebKit/commits

Unsure if this was caused by https://commits.webkit.org/255564@main, it definitely started recently.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906509</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-10-18 10:16:03 -0700</bug_when>
    <thetext>&lt;rdar://problem/101297471&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906511</commentid>
    <comment_count>2</comment_count>
    <who name="lingho@apple.com">lingho</who>
    <bug_when>2022-10-18 10:18:37 -0700</bug_when>
    <thetext>Displayed text link uses matched group 1 while generate link uses matched group 2 due to another regex handing trac.webkit.org link.

sub _replace_reference {
    my $args = shift;
    my $text = $args-&gt;{matches}-&gt;[0];
    my $reference = $args-&gt;{matches}-&gt;[1];
    return qq{&lt;a href=&quot;https://commits.webkit.org/$reference&quot;&gt;$text&lt;/a&gt;};
};

My last patch left out a parentesis pair causing group 2 to be NULL.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906515</commentid>
    <comment_count>3</comment_count>
    <who name="lingho@apple.com">lingho</who>
    <bug_when>2022-10-18 10:21:55 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/5349</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906521</commentid>
    <comment_count>4</comment_count>
    <who name="lingho@apple.com">lingho</who>
    <bug_when>2022-10-18 10:30:13 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/5500</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1906767</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-10-19 08:13:17 -0700</bug_when>
    <thetext>Committed 255732@main (3f0b2fe64691): &lt;https://commits.webkit.org/255732@main&gt;

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

    </bug>

</bugzilla>