<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[195076] trunk/Tools</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/195076">195076</a></dd>
<dt>Author</dt> <dd>jmarcell@apple.com</dd>
<dt>Date</dt> <dd>2016-01-14 14:33:02 -0800 (Thu, 14 Jan 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Standardize the usage of &quot;branch&quot; vs. &quot;branchName&quot;. https://bugs.webkit.org/show_bug.cgi?id=152982

Reviewed by Daniel Bates.

In an earlier patch we started using the name &quot;branch&quot; to indicate a branch object, whereas
&quot;branchName&quot; implies that the variable or property in question is simply a string.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js:
(BuildbotQueueView.prototype._popoverLinesForCommitRange): Change branch to branchName.
(BuildbotQueueView.prototype._presentPopoverForRevisionRange): Change branch to branch.name.
(BuildbotQueueView.prototype._revisionContentWithPopoverForIteration): Change branch to branchName.
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js:
(Trac.prototype.commitsOnBranch): Change branch to branchName.
(Trac.prototype._convertCommitInfoElementToObject): Ditto.
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/MockTrac.js:
(MockTrac): Ditto.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotQueueViewjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsTracjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptstestsMockTracjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/MockTrac.js</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotQueueViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js (195075 => 195076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js        2016-01-14 21:42:35 UTC (rev 195075)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js        2016-01-14 22:33:02 UTC (rev 195076)
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx">         new PopoverTracker(messageElement, this._presentPopoverForPendingCommits.bind(this), queue);
</span><span class="cx">     },
</span><span class="cx"> 
</span><del>-    _popoverLinesForCommitRange: function(trac, branch, firstRevisionNumber, lastRevisionNumber)
</del><ins>+    _popoverLinesForCommitRange: function(trac, branchName, firstRevisionNumber, lastRevisionNumber)
</ins><span class="cx">     {
</span><span class="cx">         function lineForCommit(trac, commit)
</span><span class="cx">         {
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx"> 
</span><span class="cx">         // FIXME: To be 100% correct, we should also filter out changes that are ignored by
</span><span class="cx">         // the queue, see _should_file_trigger_build in wkbuild.py.
</span><del>-        var commits = trac.commitsOnBranch(branch, function(commit) { return commit.revisionNumber &gt;= firstRevisionNumber &amp;&amp; commit.revisionNumber &lt;= lastRevisionNumber; });
</del><ins>+        var commits = trac.commitsOnBranch(branchName, function(commit) { return commit.revisionNumber &gt;= firstRevisionNumber &amp;&amp; commit.revisionNumber &lt;= lastRevisionNumber; });
</ins><span class="cx">         return commits.map(function(commit) {
</span><span class="cx">             return lineForCommit(trac, commit);
</span><span class="cx">         }, this).reverse();
</span><span class="lines">@@ -188,7 +188,7 @@
</span><span class="cx">         content.className = &quot;commit-history-popover&quot;;
</span><span class="cx"> 
</span><span class="cx">         // FIXME: Nothing guarantees that Trac has historical data for these revisions.
</span><del>-        var linesForCommits = this._popoverLinesForCommitRange(context.trac, context.branch, context.firstRevision, context.lastRevision);
</del><ins>+        var linesForCommits = this._popoverLinesForCommitRange(context.trac, context.branchName, context.firstRevision, context.lastRevision);
</ins><span class="cx"> 
</span><span class="cx">         var line = document.createElement(&quot;div&quot;);
</span><span class="cx">         line.className = &quot;title&quot;;
</span><span class="lines">@@ -198,7 +198,7 @@
</span><span class="cx">             content.appendChild(line);
</span><span class="cx">             this._addDividerToPopover(content);
</span><span class="cx">         } else {
</span><del>-            line.textContent = &quot;no commits to &quot; + context.branch + &quot; since previous result&quot;;
</del><ins>+            line.textContent = &quot;no commits to &quot; + context.branchName + &quot; since previous result&quot;;
</ins><span class="cx">             content.appendChild(line);
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -232,7 +232,7 @@
</span><span class="cx">             console.assert(previousIteration.revision[repositoryName]);
</span><span class="cx">             var context = {
</span><span class="cx">                 trac: repository.trac,
</span><del>-                branch: branch.name,
</del><ins>+                branchName: branch.name,
</ins><span class="cx">                 firstRevision: previousIteration.revision[repositoryName] + 1,
</span><span class="cx">                 lastRevision: iteration.revision[repositoryName]
</span><span class="cx">             };
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsTracjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js (195075 => 195076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js        2016-01-14 21:42:35 UTC (rev 195075)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js        2016-01-14 22:33:02 UTC (rev 195076)
</span><span class="lines">@@ -63,10 +63,10 @@
</span><span class="cx">         return this.recordedCommits[this.recordedCommits.length - 1].revisionNumber;
</span><span class="cx">     },
</span><span class="cx"> 
</span><del>-    commitsOnBranch: function(branch, filter)
</del><ins>+    commitsOnBranch: function(branchName, filter)
</ins><span class="cx">     {
</span><span class="cx">         return this.recordedCommits.filter(function(commit) {
</span><del>-            return (!commit.containsBranchLocation || commit.branch === branch) &amp;&amp; filter(commit);
</del><ins>+            return (!commit.containsBranchLocation || commit.branchName === branchName) &amp;&amp; filter(commit);
</ins><span class="cx">         });
</span><span class="cx">     },
</span><span class="cx"> 
</span><span class="lines">@@ -149,11 +149,11 @@
</span><span class="cx">             if (location.startsWith(&quot;tags/&quot;))
</span><span class="cx">                 result.tag = location.substr(5, location.indexOf(&quot;/&quot;, 5) - 5);
</span><span class="cx">             else if (location.startsWith(&quot;branches/&quot;))
</span><del>-                result.branch = location.substr(9, location.indexOf(&quot;/&quot;, 9) - 9);
</del><ins>+                result.branchName = location.substr(9, location.indexOf(&quot;/&quot;, 9) - 9);
</ins><span class="cx">             else if (location.startsWith(&quot;releases/&quot;))
</span><span class="cx">                 result.release = location.substr(9, location.indexOf(&quot;/&quot;, 9) - 9);
</span><span class="cx">             else if (location.startsWith(&quot;trunk/&quot;))
</span><del>-                result.branch = &quot;trunk&quot;;
</del><ins>+                result.branchName = &quot;trunk&quot;;
</ins><span class="cx">             else if (location.startsWith(&quot;submissions/&quot;))
</span><span class="cx">                 ; // These changes are never relevant to the dashboard.
</span><span class="cx">             else {
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptstestsMockTracjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/MockTrac.js (195075 => 195076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/MockTrac.js        2016-01-14 21:42:35 UTC (rev 195075)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/MockTrac.js        2016-01-14 22:33:02 UTC (rev 195076)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx">             &quot;date&quot;: &quot;2015-11-15T17:05:44.000Z&quot;,
</span><span class="cx">             &quot;description&quot;: &quot;description&quot;,
</span><span class="cx">             &quot;containsBranchLocation&quot;: true,
</span><del>-            &quot;branch&quot;: &quot;trunk&quot;
</del><ins>+            &quot;branchName&quot;: &quot;trunk&quot;
</ins><span class="cx">         },
</span><span class="cx">         {
</span><span class="cx">             &quot;revisionNumber&quot;: 33019,
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">             &quot;date&quot;: &quot;2015-11-16T01:18:23.000Z&quot;,
</span><span class="cx">             &quot;description&quot;: &quot;description&quot;,
</span><span class="cx">             &quot;containsBranchLocation&quot;: true,
</span><del>-            &quot;branch&quot;: &quot;trunk&quot;
</del><ins>+            &quot;branchName&quot;: &quot;trunk&quot;
</ins><span class="cx">         },
</span><span class="cx">         {
</span><span class="cx">             &quot;revisionNumber&quot;: 33020,
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">             &quot;date&quot;: &quot;2015-11-16T01:19:27.000Z&quot;,
</span><span class="cx">             &quot;description&quot;: &quot;description&quot;,
</span><span class="cx">             &quot;containsBranchLocation&quot;: true,
</span><del>-            &quot;branch&quot;: &quot;trunk&quot;
</del><ins>+            &quot;branchName&quot;: &quot;trunk&quot;
</ins><span class="cx">         },
</span><span class="cx">         {
</span><span class="cx">             &quot;revisionNumber&quot;: 33021,
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">             &quot;date&quot;: &quot;2015-11-16T01:20:58.000Z&quot;,
</span><span class="cx">             &quot;description&quot;: &quot;description&quot;,
</span><span class="cx">             &quot;containsBranchLocation&quot;: true,
</span><del>-            &quot;branch&quot;: &quot;someOtherBranch&quot;
</del><ins>+            &quot;branchName&quot;: &quot;someOtherBranch&quot;
</ins><span class="cx">         },
</span><span class="cx">         {
</span><span class="cx">             &quot;revisionNumber&quot;: 33022,
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx">             &quot;date&quot;: &quot;2015-11-16T01:22:01.000Z&quot;,
</span><span class="cx">             &quot;description&quot;: &quot;description&quot;,
</span><span class="cx">             &quot;containsBranchLocation&quot;: true,
</span><del>-            &quot;branch&quot;: &quot;trunk&quot;
</del><ins>+            &quot;branchName&quot;: &quot;trunk&quot;
</ins><span class="cx">         }
</span><span class="cx">     ];
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (195075 => 195076)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2016-01-14 21:42:35 UTC (rev 195075)
+++ trunk/Tools/ChangeLog        2016-01-14 22:33:02 UTC (rev 195076)
</span><span class="lines">@@ -1,5 +1,25 @@
</span><span class="cx"> 2016-01-14  Jason Marcell  &lt;jmarcell@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Standardize the usage of &quot;branch&quot; vs. &quot;branchName&quot;.
+        https://bugs.webkit.org/show_bug.cgi?id=152982
+
+        Reviewed by Daniel Bates.
+
+        In an earlier patch we started using the name &quot;branch&quot; to indicate a branch object, whereas
+        &quot;branchName&quot; implies that the variable or property in question is simply a string.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueueView.js:
+        (BuildbotQueueView.prototype._popoverLinesForCommitRange): Change branch to branchName.
+        (BuildbotQueueView.prototype._presentPopoverForRevisionRange): Change branch to branch.name.
+        (BuildbotQueueView.prototype._revisionContentWithPopoverForIteration): Change branch to branchName.
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Trac.js:
+        (Trac.prototype.commitsOnBranch): Change branch to branchName.
+        (Trac.prototype._convertCommitInfoElementToObject): Ditto.
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/tests/MockTrac.js:
+        (MockTrac): Ditto.
+
+2016-01-14  Jason Marcell  &lt;jmarcell@apple.com&gt;
+
</ins><span class="cx">         Add a unit test to test BuildbotQueueView._appendPendingRevisionCount.
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=152910
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>