<?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>68822</bug_id>
          
          <creation_ts>2011-09-26 11:58:43 -0700</creation_ts>
          <short_desc>Add a way to allow adding cc&apos;s or messages to bugs based on patch contents.</short_desc>
          <delta_ts>2011-10-19 15:54: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>Tools / Tests</component>
          <version>528+ (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></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>68823</dependson>
    
    <dependson>68850</dependson>
    
    <dependson>68869</dependson>
    
    <dependson>68871</dependson>
    
    <dependson>68904</dependson>
    
    <dependson>68917</dependson>
    
    <dependson>68950</dependson>
    
    <dependson>68972</dependson>
    
    <dependson>68973</dependson>
    
    <dependson>68974</dependson>
    
    <dependson>68975</dependson>
    
    <dependson>68976</dependson>
    
    <dependson>68991</dependson>
    
    <dependson>69031</dependson>
    
    <dependson>69288</dependson>
    
    <dependson>69303</dependson>
    
    <dependson>69484</dependson>
    
    <dependson>69486</dependson>
    
    <dependson>69487</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="David Levin">levin</reporter>
          <assigned_to name="David Levin">levin</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>473267</commentid>
    <comment_count>0</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2011-09-26 11:58:43 -0700</bug_when>
    <thetext>The general idea is to have a file which file and/or code regexs and based on what matches add a cc or message to a bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>473278</commentid>
    <comment_count>1</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2011-09-26 12:08:03 -0700</bug_when>
    <thetext>Here&apos;s an example file to give an idea of the syntax:

{
    &quot;DEFINITIONS&quot;: {
        &quot;ThreadingFiles&quot;: {
            &quot;filename&quot;: (r&quot;Source/JavaScriptCore/wtf/RefCountedThreadSafe\.h&quot;
                         r&quot;|Source/WebCore/platform/CrossThreadCopier\.h&quot;),
        },
        &quot;ThreadingStructures&quot;: {
            &quot;added&quot;: r&quot;RefCountedThreadSafe|deprecatedTurnOffVerifier|AtomicallyInitializedStatic&quot;,
        },
        &quot;deprecatedTurnOffVerifier&quot;: {
            &quot;added&quot;: r&quot;deprecatedTurnOffVerifier&quot;,
        },
    },
    &quot;CC_RULES&quot;: {
        &quot;ThreadingFiles|ThreadingStructures&quot;: [ &quot;levin@chromium.org&quot;, ],
    },
    &quot;CC_MESSAGES&quot;: {
        &quot;deprecatedTurnOffVerifier&quot;: [ &quot;Whoa there grasshopper, don&apos;t use deprecatedTurnOffVerifier. It has deprecated in the method name for a reason!&quot;, ]
    }

}

The file will be at Tools/Scripts/webkitpy/common/config/watch_list</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>476473</commentid>
    <comment_count>2</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2011-09-30 18:10:03 -0700</bug_when>
    <thetext>Address https://bugs.webkit.org/show_bug.cgi?id=68973#c16 before resolving.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>487078</commentid>
    <comment_count>3</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2011-10-19 15:54:57 -0700</bug_when>
    <thetext>This is now launched -- https://wiki.webkit.org/wiki/WatchList</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>