<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:darin&#64;apple.com" title="Darin Adler &lt;darin&#64;apple.com&gt;"> <span class="fn">Darin Adler</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [webkitdirs] Clarify logic behind is{PortName} functions."
   href="https://bugs.webkit.org/show_bug.cgi?id=153554">bug 153554</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Attachment #270031 Flags</td>
           <td>review?, commit-queue?
           </td>
           <td>review+, commit-queue-
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [webkitdirs] Clarify logic behind is{PortName} functions."
   href="https://bugs.webkit.org/show_bug.cgi?id=153554#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [webkitdirs] Clarify logic behind is{PortName} functions."
   href="https://bugs.webkit.org/show_bug.cgi?id=153554">bug 153554</a>
              from <span class="vcard"><a class="email" href="mailto:darin&#64;apple.com" title="Darin Adler &lt;darin&#64;apple.com&gt;"> <span class="fn">Darin Adler</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=270031&amp;action=diff" name="attach_270031" title="Patch">attachment 270031</a> <a href="attachment.cgi?id=270031&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=270031&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=270031&amp;action=review</a>

<span class="quote">&gt; Tools/ChangeLog:22
&gt; +        * Scripts/webkitdirs.pm:
&gt; +        (determinePortName):
&gt; +        (portName):
&gt; +        (isEfl):
&gt; +        (isGtk):
&gt; +        (isWinCairo):
&gt; +        (isAppleMacWebKit):
&gt; +        (isAppleWinWebKit):
&gt; +        (isIOSWebKit):
&gt; +        (cmakeBasedPortName):
&gt; +        (checkForArgumentAndRemoveFromArrayRef): Deleted.
&gt; +        (isX86_64): Deleted.
&gt; +        (isCrossCompilation): Deleted.
&gt; +        (createiOSSimulatorDevice): Deleted.
&gt; +        (buildCMakeProjectOrExit): Deleted.</span >

In a good quality change log, we make comments saying what we did to each function.

<span class="quote">&gt;&gt; Tools/Scripts/webkitdirs.pm:103
&gt;&gt; +    IOS      =&gt; &quot;IOS&quot;,
&gt; 
&gt; This should probably be iOS.</span >

Yes, it should.

<span class="quote">&gt; Tools/Scripts/webkitdirs.pm:1060
&gt; +        $portName = &quot;AppleWin&quot;;</span >

Don’t we want to use the constant here?

<span class="quote">&gt; Tools/Scripts/webkitdirs.pm:1064
&gt; +            $portName = &quot;IOS&quot;;</span >

Don’t we want to use the constant here?

<span class="quote">&gt; Tools/Scripts/webkitdirs.pm:1066
&gt; +            $portName = &quot;Mac&quot;;</span >

Don’t we want to use the constant here?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>